/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body>.pnotify.pnotify-positioned{position:fixed;z-index:100040}body>.pnotify.pnotify-modal{z-index:100042}.pnotify{height:auto;display:none;transition:opacity .1s linear;opacity:0}.pnotify.pnotify-positioned{position:absolute;z-index:1}.pnotify.pnotify-modal{z-index:3}.pnotify.pnotify-in{display:block;opacity:1}.pnotify.pnotify-initial{display:block}.pnotify-hidden{visibility:hidden}.pnotify.pnotify-move{transition:left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-slow{transition:opacity .4s linear;opacity:0}.pnotify.pnotify-fade-slow.pnotify.pnotify-move{transition:opacity .4s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-normal{transition:opacity .25s linear;opacity:0}.pnotify.pnotify-fade-normal.pnotify.pnotify-move{transition:opacity .25s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-fast{transition:opacity .1s linear;opacity:0}.pnotify.pnotify-fade-fast.pnotify.pnotify-move{transition:opacity .1s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-masking{display:block;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-up{-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-left{-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-right{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-fade-in,.pnotify.pnotify-masking-in{opacity:1}.pnotify .pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.pnotify-container{position:relative;background-position:0 0;padding:.8em;height:100%;margin:0}.pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.pnotify-closer,.pnotify-sticker{float:right;margin-left:.5em;cursor:pointer}[dir=rtl] .pnotify-closer,[dir=rtl] .pnotify-sticker{float:left;margin-right:.5em;margin-left:0}.pnotify-title{display:block;white-space:pre-line;margin-bottom:.4em;margin-top:0}.pnotify-text-with-max-height{overflow-y:auto;overscroll-behavior:contain;padding-bottom:.03em}.pnotify.pnotify-with-icon .pnotify-content{margin-left:24px}[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content{margin-right:24px;margin-left:0}.pnotify-pre-line{white-space:pre-line}.pnotify-icon,.pnotify-icon span{display:block;float:left}[dir=rtl] .pnotify-icon,[dir=rtl] .pnotify-icon span{float:right}.pnotify-modal-overlay{background-color:rgba(0,0,0,.6);top:0;left:0;position:absolute;height:100%;width:100%;z-index:2;transition:opacity .25s linear;opacity:0;padding:0;display:flex;justify-content:center;align-items:flex-end}.pnotify-modal-overlay-up{align-items:flex-start}.pnotify-modal-overlay-left{justify-content:flex-start;align-items:center}.pnotify-modal-overlay-right{justify-content:flex-end;align-items:center}.pnotify-modal-overlay.pnotify-modal-overlay-in{opacity:1}.pnotify-modal-overlay-closes:after{content:"×";font-family:Arial;font-size:3rem;color:#fff;text-shadow:0 0 .4rem #fff}body>.pnotify-modal-overlay{position:fixed;z-index:100041}
[data-pnotify].brighttheme-elem{border-radius:0}[data-pnotify].brighttheme-elem,[data-pnotify].brighttheme-elem.pnotify-mode-light{--notice-background-color:#ffffa2;--notice-border-color:#ff0;--notice-text-color:#4f4f00;--notice-icon-filter:invert(25%) sepia(12%) saturate(7007%) hue-rotate(38deg) brightness(99%) contrast(101%);--info-background-color:#8fcedd;--info-border-color:#0286a5;--info-text-color:#012831;--info-icon-filter:invert(11%) sepia(37%) saturate(1946%) hue-rotate(155deg) brightness(95%) contrast(99%);--success-background-color:#aff29a;--success-border-color:#35db00;--success-text-color:#104300;--success-icon-filter:invert(17%) sepia(94%) saturate(1055%) hue-rotate(70deg) brightness(90%) contrast(103%);--error-background-color:#ffaba2;--error-border-color:#ff1800;--error-text-color:#4f0800;--error-icon-filter:invert(9%) sepia(27%) saturate(7347%) hue-rotate(359deg) brightness(96%) contrast(108%)}@media (prefers-color-scheme:dark){[data-pnotify].brighttheme-elem.pnotify-mode-no-preference{--notice-background-color:#4f4f00;--notice-border-color:#282814;--notice-text-color:#ffffa2;--notice-icon-filter:invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);--info-background-color:#012831;--info-border-color:#0c1618;--info-text-color:#8fcedd;--info-icon-filter:invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);--success-background-color:#104300;--success-border-color:#152111;--success-text-color:#aff29a;--success-icon-filter:invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);--error-background-color:#4f0800;--error-border-color:#281614;--error-text-color:#ffaba2;--error-icon-filter:invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)}}[data-pnotify].brighttheme-elem.pnotify-mode-dark{--notice-background-color:#4f4f00;--notice-border-color:#282814;--notice-text-color:#ffffa2;--notice-icon-filter:invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);--info-background-color:#012831;--info-border-color:#0c1618;--info-text-color:#8fcedd;--info-icon-filter:invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);--success-background-color:#104300;--success-border-color:#152111;--success-text-color:#aff29a;--success-icon-filter:invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);--error-background-color:#4f0800;--error-border-color:#281614;--error-text-color:#ffaba2;--error-icon-filter:invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)}[data-pnotify] .brighttheme-notice{--brighttheme-background-color:var(--notice-background-color);--brighttheme-border-color:var(--notice-border-color);--brighttheme-text-color:var(--notice-text-color);--brighttheme-icon-filter:var(--notice-icon-filter);--brighttheme-primary-button-background-color:var(--notice-border-color);--brighttheme-primary-button-text-color:var(--notice-text-color)}[data-pnotify] .brighttheme-info{--brighttheme-background-color:var(--info-background-color);--brighttheme-border-color:var(--info-border-color);--brighttheme-text-color:var(--info-text-color);--brighttheme-icon-filter:var(--info-icon-filter);--brighttheme-primary-button-background-color:var(--info-border-color);--brighttheme-primary-button-text-color:var(--info-text-color)}[data-pnotify] .brighttheme-success{--brighttheme-background-color:var(--success-background-color);--brighttheme-border-color:var(--success-border-color);--brighttheme-text-color:var(--success-text-color);--brighttheme-icon-filter:var(--success-icon-filter);--brighttheme-primary-button-background-color:var(--success-border-color);--brighttheme-primary-button-text-color:var(--success-text-color)}[data-pnotify] .brighttheme-error{--brighttheme-background-color:var(--error-background-color);--brighttheme-border-color:var(--error-border-color);--brighttheme-text-color:var(--error-text-color);--brighttheme-icon-filter:var(--error-icon-filter);--brighttheme-primary-button-background-color:var(--error-border-color);--brighttheme-primary-button-text-color:var(--error-text-color)}[data-pnotify] .brighttheme-container{padding:1.3rem;background-color:var(--brighttheme-background-color);border:0 solid var(--brighttheme-border-color);color:var(--brighttheme-text-color)}[data-pnotify] .brighttheme-error{background-image:repeating-linear-gradient(135deg,transparent,transparent 35px,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.3) 70px)}[data-pnotify].pnotify-with-icon .brighttheme-content{margin-left:calc(1.3rem + 16px)}[dir=rtl] [data-pnotify].pnotify-with-icon .brighttheme-content{margin-right:calc(1.3rem + 16px);margin-left:0}[data-pnotify] .brighttheme-title{font-size:1.2rem;line-height:1.4rem;margin-top:-.1rem;margin-bottom:0}[data-pnotify] .brighttheme-text{font-size:1rem;line-height:1.2rem;margin-top:0}[data-pnotify] .brighttheme-confirm,[data-pnotify] .brighttheme-title+.brighttheme-text{margin-top:1rem}[data-pnotify] .brighttheme-closer,[data-pnotify] .brighttheme-icon,[data-pnotify] .brighttheme-sticker{display:flex;justify-content:center;align-items:center}[data-pnotify] .brighttheme-icon,[data-pnotify] .brighttheme-icon>span,[data-pnotify] .brighttheme-icon>span:after{width:1.2rem;height:1.2rem;line-height:1.2rem}[data-pnotify] .brighttheme-icon-closer,[data-pnotify] .brighttheme-icon-closer:after,[data-pnotify] .brighttheme-icon-sticker,[data-pnotify] .brighttheme-icon-sticker:after{width:1rem;height:1rem;line-height:1rem}[data-pnotify] .brighttheme-icon-notice:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTNIMTFWN0gxM00xMywxN0gxMVYxNUgxM00xMiwyQTEwLDEwIDAgMCwwIDIsMTJBMTAsMTAgMCAwLDAgMTIsMjJBMTAsMTAgMCAwLDAgMjIsMTJBMTAsMTAgMCAwLDAgMTIsMloiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-icon-info:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsOUgxMVY3SDEzTTEzLDE3SDExVjExSDEzTTEyLDJBMTAsMTAgMCAwLDAgMiwxMkExMCwxMCAwIDAsMCAxMiwyMkExMCwxMCAwIDAsMCAyMiwxMkExMCwxMCAwIDAsMCAxMiwyWiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-icon-success:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjUgMiAyIDYuNSAyIDEyUzYuNSAyMiAxMiAyMiAyMiAxNy41IDIyIDEyIDE3LjUgMiAxMiAyTTEwIDE3TDUgMTJMNi40MSAxMC41OUwxMCAxNC4xN0wxNy41OSA2LjU4TDE5IDhMMTAgMTdaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-error:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTRIMTFWMTBIMTNNMTMsMThIMTFWMTZIMTNNMSwyMUgyM0wxMiwyTDEsMjFaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-closer:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTksNi40MUwxNy41OSw1TDEyLDEwLjU5TDYuNDEsNUw1LDYuNDFMMTAuNTksMTJMNSwxNy41OUw2LjQxLDE5TDEyLDEzLjQxTDE3LjU5LDE5TDE5LDE3LjU5TDEzLjQxLDEyTDE5LDYuNDFaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-sticker:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYsMTJWNEgxN1YySDdWNEg4VjEyTDYsMTRWMTZIMTEuMlYyMkgxMi44VjE2SDE4VjE0TDE2LDEyWiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-icon-sticker.brighttheme-icon-stuck:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiw1LjI3TDMuMjgsNEwyMCwyMC43MkwxOC43MywyMkwxMi44LDE2LjA3VjIySDExLjJWMTZINlYxNEw4LDEyVjExLjI3TDIsNS4yN00xNiwxMkwxOCwxNFYxNkgxNy44Mkw4LDYuMThWNEg3VjJIMTdWNEgxNlYxMloiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-prompt-bar{margin-bottom:1rem}[data-pnotify] .brighttheme-action-bar,[data-pnotify] .brighttheme-prompt-bar{width:100%;box-sizing:border-box}[data-pnotify] .brighttheme-btn{text-transform:uppercase;font-weight:700;padding:.4rem 1rem;border:none;background:transparent;cursor:pointer;color:var(--brighttheme-text-color)}[data-pnotify] .brighttheme-btn-primary{background-color:var(--brighttheme-primary-button-background-color);color:var(--brighttheme-primary-button-text-color)}[data-pnotify] .brighttheme-countdown{background-color:var(--brighttheme-background-color)}[data-pnotify] .brighttheme-countdown-bar{background-color:var(--brighttheme-border-color)}[data-pnotify] .brighttheme-paginate{display:inline-flex;flex-direction:column}[data-pnotify] .brighttheme-paginate-btn{width:1em;height:1em;line-height:.5em;border:0;padding:0;background:transparent}[data-pnotify] .brighttheme-paginate-previous{margin-right:0}[data-pnotify] .brighttheme-paginate-next{margin-left:0}[data-pnotify] .brighttheme-paginate-btn:disabled:after,[data-pnotify] .brighttheme-paginate-btn[aria-disabled=true]:after{opacity:.5}[data-pnotify] .brighttheme-paginate-previous:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMS42NyAzLjg3TDkuOSAyLjEgMCAxMmw5LjkgOS45IDEuNzctMS43N0wzLjU0IDEyeiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-paginate-next:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik01Ljg4IDQuMTJMMTMuNzYgMTJsLTcuODggNy44OEw4IDIybDEwLTEwTDggMnoiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-paginate-count-of{opacity:.8}
:root{--svg-primary: #008ceb;--svg-accent: #ffbd10}:root{--reflex-columns: 12;--reflex-grid-spacing: 20px;--reflex-xs: 480px;--reflex-sm: 768px;--reflex-md: 1024px;--reflex-lg: 1330px;--reflex-xlg: 1600px;--reflex-xxs-max: 479px;--reflex-xs-max: 767px;--reflex-sm-max: 1023px;--reflex-md-max: 1329px;--reflex-lg-max: 1599px}.re-container,.re-container-full{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin-right:auto;margin-left:auto}.re-container .re-grid,.re-container-full .re-grid{margin-right:-20px;margin-left:-20px}@media(min-width: 480px){.re-container{max-width:480px}}@media(min-width: 768px){.re-container{max-width:768px}}@media(min-width: 1024px){.re-container{max-width:1024px}}@media(min-width: 1330px){.re-container{max-width:1330px}}@media(min-width: 1600px){.re-container{max-width:1600px}}.re-grid{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0 auto;position:relative;letter-spacing:-0.31em;*letter-spacing:normal;word-spacing:-0.43em;list-style-type:none}.re-grid::before,.re-grid::after{-webkit-box-sizing:border-box;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;white-space:normal}[class*=re-col-]{-webkit-box-sizing:border-box;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;white-space:normal;position:relative;width:100%;vertical-align:top;padding:20px;display:inline-block;*display:inline;zoom:1}[class*=re-col-]::before,[class*=re-col-]::after{-webkit-box-sizing:border-box;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;white-space:normal}.re-col-12{width:100%;*width:99.9%}.re-col-11{width:91.6666666667%;*width:91.5666666667%}.re-col-10{width:83.3333333333%;*width:83.2333333333%}.re-col-9{width:75%;*width:74.9%}.re-col-8{width:66.6666666667%;*width:66.5666666667%}.re-col-7{width:58.3333333333%;*width:58.2333333333%}.re-col-6{width:50%;*width:49.9%}.re-col-5{width:41.6666666667%;*width:41.5666666667%}.re-col-4{width:33.3333333333%;*width:33.2333333333%}.re-col-3{width:25%;*width:24.9%}.re-col-2{width:16.6666666667%;*width:16.5666666667%}.re-col-1{width:8.3333333333%;*width:8.2333333333%}@media(min-width: 480px){.re-col-xs-12{width:100%;*width:99.9%}.re-col-xs-11{width:91.6666666667%;*width:91.5666666667%}.re-col-xs-10{width:83.3333333333%;*width:83.2333333333%}.re-col-xs-9{width:75%;*width:74.9%}.re-col-xs-8{width:66.6666666667%;*width:66.5666666667%}.re-col-xs-7{width:58.3333333333%;*width:58.2333333333%}.re-col-xs-6{width:50%;*width:49.9%}.re-col-xs-5{width:41.6666666667%;*width:41.5666666667%}.re-col-xs-4{width:33.3333333333%;*width:33.2333333333%}.re-col-xs-3{width:25%;*width:24.9%}.re-col-xs-2{width:16.6666666667%;*width:16.5666666667%}.re-col-xs-1{width:8.3333333333%;*width:8.2333333333%}}@media(min-width: 768px){.re-col-sm-12{width:100%;*width:99.9%}.re-col-sm-11{width:91.6666666667%;*width:91.5666666667%}.re-col-sm-10{width:83.3333333333%;*width:83.2333333333%}.re-col-sm-9{width:75%;*width:74.9%}.re-col-sm-8{width:66.6666666667%;*width:66.5666666667%}.re-col-sm-7{width:58.3333333333%;*width:58.2333333333%}.re-col-sm-6{width:50%;*width:49.9%}.re-col-sm-5{width:41.6666666667%;*width:41.5666666667%}.re-col-sm-4{width:33.3333333333%;*width:33.2333333333%}.re-col-sm-3{width:25%;*width:24.9%}.re-col-sm-2{width:16.6666666667%;*width:16.5666666667%}.re-col-sm-1{width:8.3333333333%;*width:8.2333333333%}}@media(min-width: 1024px){.re-col-md-12{width:100%;*width:99.9%}.re-col-md-11{width:91.6666666667%;*width:91.5666666667%}.re-col-md-10{width:83.3333333333%;*width:83.2333333333%}.re-col-md-9{width:75%;*width:74.9%}.re-col-md-8{width:66.6666666667%;*width:66.5666666667%}.re-col-md-7{width:58.3333333333%;*width:58.2333333333%}.re-col-md-6{width:50%;*width:49.9%}.re-col-md-5{width:41.6666666667%;*width:41.5666666667%}.re-col-md-4{width:33.3333333333%;*width:33.2333333333%}.re-col-md-3{width:25%;*width:24.9%}.re-col-md-2{width:16.6666666667%;*width:16.5666666667%}.re-col-md-1{width:8.3333333333%;*width:8.2333333333%}}@media(min-width: 1330px){.re-col-lg-12{width:100%;*width:99.9%}.re-col-lg-11{width:91.6666666667%;*width:91.5666666667%}.re-col-lg-10{width:83.3333333333%;*width:83.2333333333%}.re-col-lg-9{width:75%;*width:74.9%}.re-col-lg-8{width:66.6666666667%;*width:66.5666666667%}.re-col-lg-7{width:58.3333333333%;*width:58.2333333333%}.re-col-lg-6{width:50%;*width:49.9%}.re-col-lg-5{width:41.6666666667%;*width:41.5666666667%}.re-col-lg-4{width:33.3333333333%;*width:33.2333333333%}.re-col-lg-3{width:25%;*width:24.9%}.re-col-lg-2{width:16.6666666667%;*width:16.5666666667%}.re-col-lg-1{width:8.3333333333%;*width:8.2333333333%}}@media(min-width: 1600px){.re-col-xlg-12{width:100%;*width:99.9%}.re-col-xlg-11{width:91.6666666667%;*width:91.5666666667%}.re-col-xlg-10{width:83.3333333333%;*width:83.2333333333%}.re-col-xlg-9{width:75%;*width:74.9%}.re-col-xlg-8{width:66.6666666667%;*width:66.5666666667%}.re-col-xlg-7{width:58.3333333333%;*width:58.2333333333%}.re-col-xlg-6{width:50%;*width:49.9%}.re-col-xlg-5{width:41.6666666667%;*width:41.5666666667%}.re-col-xlg-4{width:33.3333333333%;*width:33.2333333333%}.re-col-xlg-3{width:25%;*width:24.9%}.re-col-xlg-2{width:16.6666666667%;*width:16.5666666667%}.re-col-xlg-1{width:8.3333333333%;*width:8.2333333333%}}.re-col-auto{-ms-flex:1 0 0px;-webkit-box-flex:1;flex:1 0 0px;width:auto}@media(min-width: 480px){.re-col-xs-auto{-ms-flex:1 0 0px;-webkit-box-flex:1;flex:1 0 0px;width:auto}}@media(min-width: 768px){.re-col-sm-auto{-ms-flex:1 0 0px;-webkit-box-flex:1;flex:1 0 0px;width:auto}}@media(min-width: 1024px){.re-col-md-auto{-ms-flex:1 0 0px;-webkit-box-flex:1;flex:1 0 0px;width:auto}}@media(min-width: 1330px){.re-col-lg-auto{-ms-flex:1 0 0px;-webkit-box-flex:1;flex:1 0 0px;width:auto}}@media(min-width: 1600px){.re-col-xlg-auto{-ms-flex:1 0 0px;-webkit-box-flex:1;flex:1 0 0px;width:auto}}.re-order-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.re-order-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.re-order-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.re-order-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.re-order-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.re-order-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.re-order-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.re-order-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.re-order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.re-order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.re-order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.re-order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.re-order-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}@media(min-width: 480px){.re-order-xs-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.re-order-xs-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.re-order-xs-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.re-order-xs-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.re-order-xs-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.re-order-xs-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.re-order-xs-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.re-order-xs-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.re-order-xs-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.re-order-xs-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.re-order-xs-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.re-order-xs-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.re-order-xs-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}}@media(min-width: 768px){.re-order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.re-order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.re-order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.re-order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.re-order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.re-order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.re-order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.re-order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.re-order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.re-order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.re-order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.re-order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.re-order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}}@media(min-width: 1024px){.re-order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.re-order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.re-order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.re-order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.re-order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.re-order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.re-order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.re-order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.re-order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.re-order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.re-order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.re-order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.re-order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}}@media(min-width: 1330px){.re-order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.re-order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.re-order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.re-order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.re-order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.re-order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.re-order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.re-order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.re-order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.re-order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.re-order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.re-order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.re-order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}}@media(min-width: 1600px){.re-order-xlg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.re-order-xlg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.re-order-xlg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.re-order-xlg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.re-order-xlg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.re-order-xlg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.re-order-xlg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.re-order-xlg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.re-order-xlg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.re-order-xlg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.re-order-xlg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.re-order-xlg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.re-order-xlg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}}.re-offset-11{margin-left:91.6666666667%;*margin-left:91.5666666667%}.re-offset-10{margin-left:83.3333333333%;*margin-left:83.2333333333%}.re-offset-9{margin-left:75%;*margin-left:74.9%}.re-offset-8{margin-left:66.6666666667%;*margin-left:66.5666666667%}.re-offset-7{margin-left:58.3333333333%;*margin-left:58.2333333333%}.re-offset-6{margin-left:50%;*margin-left:49.9%}.re-offset-5{margin-left:41.6666666667%;*margin-left:41.5666666667%}.re-offset-4{margin-left:33.3333333333%;*margin-left:33.2333333333%}.re-offset-3{margin-left:25%;*margin-left:24.9%}.re-offset-2{margin-left:16.6666666667%;*margin-left:16.5666666667%}.re-offset-1{margin-left:8.3333333333%;*margin-left:8.2333333333%}@media(min-width: 480px){.re-offset-xs-11{margin-left:91.6666666667%;*margin-left:91.5666666667%}.re-offset-xs-10{margin-left:83.3333333333%;*margin-left:83.2333333333%}.re-offset-xs-9{margin-left:75%;*margin-left:74.9%}.re-offset-xs-8{margin-left:66.6666666667%;*margin-left:66.5666666667%}.re-offset-xs-7{margin-left:58.3333333333%;*margin-left:58.2333333333%}.re-offset-xs-6{margin-left:50%;*margin-left:49.9%}.re-offset-xs-5{margin-left:41.6666666667%;*margin-left:41.5666666667%}.re-offset-xs-4{margin-left:33.3333333333%;*margin-left:33.2333333333%}.re-offset-xs-3{margin-left:25%;*margin-left:24.9%}.re-offset-xs-2{margin-left:16.6666666667%;*margin-left:16.5666666667%}.re-offset-xs-1{margin-left:8.3333333333%;*margin-left:8.2333333333%}.re-offset-xs-0{margin-left:0;*margin-left:-0.1%}}@media(min-width: 768px){.re-offset-sm-11{margin-left:91.6666666667%;*margin-left:91.5666666667%}.re-offset-sm-10{margin-left:83.3333333333%;*margin-left:83.2333333333%}.re-offset-sm-9{margin-left:75%;*margin-left:74.9%}.re-offset-sm-8{margin-left:66.6666666667%;*margin-left:66.5666666667%}.re-offset-sm-7{margin-left:58.3333333333%;*margin-left:58.2333333333%}.re-offset-sm-6{margin-left:50%;*margin-left:49.9%}.re-offset-sm-5{margin-left:41.6666666667%;*margin-left:41.5666666667%}.re-offset-sm-4{margin-left:33.3333333333%;*margin-left:33.2333333333%}.re-offset-sm-3{margin-left:25%;*margin-left:24.9%}.re-offset-sm-2{margin-left:16.6666666667%;*margin-left:16.5666666667%}.re-offset-sm-1{margin-left:8.3333333333%;*margin-left:8.2333333333%}.re-offset-sm-0{margin-left:0;*margin-left:-0.1%}}@media(min-width: 1024px){.re-offset-md-11{margin-left:91.6666666667%;*margin-left:91.5666666667%}.re-offset-md-10{margin-left:83.3333333333%;*margin-left:83.2333333333%}.re-offset-md-9{margin-left:75%;*margin-left:74.9%}.re-offset-md-8{margin-left:66.6666666667%;*margin-left:66.5666666667%}.re-offset-md-7{margin-left:58.3333333333%;*margin-left:58.2333333333%}.re-offset-md-6{margin-left:50%;*margin-left:49.9%}.re-offset-md-5{margin-left:41.6666666667%;*margin-left:41.5666666667%}.re-offset-md-4{margin-left:33.3333333333%;*margin-left:33.2333333333%}.re-offset-md-3{margin-left:25%;*margin-left:24.9%}.re-offset-md-2{margin-left:16.6666666667%;*margin-left:16.5666666667%}.re-offset-md-1{margin-left:8.3333333333%;*margin-left:8.2333333333%}.re-offset-md-0{margin-left:0;*margin-left:-0.1%}}@media(min-width: 1330px){.re-offset-lg-11{margin-left:91.6666666667%;*margin-left:91.5666666667%}.re-offset-lg-10{margin-left:83.3333333333%;*margin-left:83.2333333333%}.re-offset-lg-9{margin-left:75%;*margin-left:74.9%}.re-offset-lg-8{margin-left:66.6666666667%;*margin-left:66.5666666667%}.re-offset-lg-7{margin-left:58.3333333333%;*margin-left:58.2333333333%}.re-offset-lg-6{margin-left:50%;*margin-left:49.9%}.re-offset-lg-5{margin-left:41.6666666667%;*margin-left:41.5666666667%}.re-offset-lg-4{margin-left:33.3333333333%;*margin-left:33.2333333333%}.re-offset-lg-3{margin-left:25%;*margin-left:24.9%}.re-offset-lg-2{margin-left:16.6666666667%;*margin-left:16.5666666667%}.re-offset-lg-1{margin-left:8.3333333333%;*margin-left:8.2333333333%}.re-offset-lg-0{margin-left:0;*margin-left:-0.1%}}@media(min-width: 1600px){.re-offset-xlg-11{margin-left:91.6666666667%;*margin-left:91.5666666667%}.re-offset-xlg-10{margin-left:83.3333333333%;*margin-left:83.2333333333%}.re-offset-xlg-9{margin-left:75%;*margin-left:74.9%}.re-offset-xlg-8{margin-left:66.6666666667%;*margin-left:66.5666666667%}.re-offset-xlg-7{margin-left:58.3333333333%;*margin-left:58.2333333333%}.re-offset-xlg-6{margin-left:50%;*margin-left:49.9%}.re-offset-xlg-5{margin-left:41.6666666667%;*margin-left:41.5666666667%}.re-offset-xlg-4{margin-left:33.3333333333%;*margin-left:33.2333333333%}.re-offset-xlg-3{margin-left:25%;*margin-left:24.9%}.re-offset-xlg-2{margin-left:16.6666666667%;*margin-left:16.5666666667%}.re-offset-xlg-1{margin-left:8.3333333333%;*margin-left:8.2333333333%}.re-offset-xlg-0{margin-left:0;*margin-left:-0.1%}}.re-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.re-no-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.re-no-wrap [class*=re-col-]{-ms-flex-negative:1;flex-shrink:1}.re-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.re-direction-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.re-direction-row-reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.re-direction-column{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.re-direction-column-reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.re-align-start{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.re-align-end{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.re-align-end [class*=re-col-]{vertical-align:bottom}.re-align-center{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.re-align-center [class*=re-col-]{vertical-align:middle}.re-align-baseline{-ms-flex-align:baseline;-webkit-box-align:baseline;align-items:baseline}.re-align-content-start{-ms-flex-line-pack:start;align-content:flex-start}.re-align-content-end{-ms-flex-line-pack:end;align-content:flex-end}.re-align-content-end [class*=re-col-]{vertical-align:bottom}.re-align-content-center{-ms-flex-line-pack:center;align-content:center}.re-align-content-space-between{-ms-flex-line-pack:justify;align-content:space-between}.re-align-content-space-around{-ms-flex-line-pack:distribute;align-content:space-around}.re-align-self-stretch{-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch}.re-align-self-start{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start}.re-align-self-end{-ms-flex-item-align:end;-webkit-align-self:flex-end;align-self:flex-end;vertical-align:bottom}.re-align-self-center{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center;vertical-align:middle}.re-align-self-baseline{-ms-flex-item-align:baseline;-webkit-align-self:baseline;align-self:baseline;vertical-align:baseline}.re-justify-start{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.re-justify-start.grid{text-align:left}.re-justify-end{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.re-justify-end.grid{text-align:right;-moz-text-align-last:right;text-align-last:right}.re-justify-end.grid [class*=re-col-]{text-align:left;text-align:start;-moz-text-align-last:left;-moz-text-align-last:start;text-align-last:left;text-align-last:start}.re-justify-center{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.re-justify-center.grid{text-align:center;-moz-text-align-last:center;text-align-last:center}.re-justify-center.grid [class*=re-col-]{text-align:left;text-align:start;-moz-text-align-last:left;-moz-text-align-last:start;text-align-last:left;text-align-last:start}.re-justify-space-between{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.re-justify-space-between.grid{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}.re-justify-space-between.grid [class*=re-col-]{text-align:left;text-align:start;-moz-text-align-last:left;-moz-text-align-last:start;text-align-last:left;text-align-last:start}.re-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.re-justify-space-around.grid{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}.re-justify-space-around.grid [class*=re-col-]{text-align:left;text-align:start;-moz-text-align-last:left;-moz-text-align-last:start;text-align-last:left;text-align-last:start}.re-grid-bleed [class*=re-col-]{padding:0}.re-col-grid{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.re-col-grid.re-direction-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.re-col-bleed{padding:0}.re-col-bleed-x{padding:20px 0}.re-col-bleed-y{padding:0 20px}.re-flex-img{display:block;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;max-width:100%;height:auto;width:100%;*width:auto}.re-flex-footer{width:100%;margin-top:auto;margin-bottom:0}.re-flex-footer>:last-child{margin-bottom:0}@media(max-width: 479px){.re-hidden-xxs{display:none}}@media(min-width: 480px){.re-hidden-xs-up{display:none}}@media(max-width: 767px){.re-hidden-xs-down{display:none}}@media(min-width: 480px)and (max-width: 767px){.re-hidden-xs{display:none}}@media(min-width: 768px){.re-hidden-sm-up{display:none}}@media(max-width: 1023px){.re-hidden-sm-down{display:none}}@media(min-width: 768px)and (max-width: 1023px){.re-hidden-sm{display:none}}@media(min-width: 1024px){.re-hidden-md-up{display:none}}@media(max-width: 1329px){.re-hidden-md-down{display:none}}@media(min-width: 1024px)and (max-width: 1329px){.re-hidden-md{display:none}}@media(min-width: 1330px){.re-hidden-lg-up{display:none}}@media(max-width: 1599px){.re-hidden-lg-down{display:none}}@media(min-width: 1330px)and (max-width: 1599px){.re-hidden-lg{display:none}}@media(min-width: 1600px){.re-hidden-xlg{display:none}}@font-face{font-family:Avenir;src:url(https://acfd58.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Black.woff2) format("woff2"),url(https://318fa4.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Black.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Avenir;src:url(https://f03fc2.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-BlackOblique.woff2) format("woff2"),url(https://65d36d.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-BlackOblique.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Avenir;src:url(https://054de9.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Light.woff2) format("woff2"),url(https://a5369b.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Avenir;src:url(https://b49b0e.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-LightOblique.woff2) format("woff2"),url(https://e72d3c.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-LightOblique.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Avenir;src:url(https://301294.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Oblique.woff2) format("woff2"),url(https://da238e.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Oblique.woff) format("woff");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:Avenir;src:url(https://4d2637.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Roman.woff2) format("woff2"),url(https://44c8e9.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Roman.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:Avenir;src:url(https://2bbc10.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-MediumOblique.woff2) format("woff2"),url(https://131770.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-MediumOblique.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir;src:url(https://d9b102.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Medium.woff2) format("woff2"),url(https://e711b0.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/fonts/Avenir-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:16px;font-weight:300;min-height:100%}html.overlayed{overflow:hidden;height:100%}html.overlayed body{overflow:hidden;height:100%}body{width:100%;min-height:100%;margin:0 auto;font-family:"Avenir",sans-serif;line-height:1.72;color:#434242;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;z-index:0;background:#fbf9fe;background-size:cover}body.overlayed{overflow:hidden}button{cursor:pointer}p{padding:0;margin:0;max-height:1000000px}h1,h2,h3,h4,h5,h6{font-weight:700;padding:0;margin:0 0 15px;max-height:1000000px;line-height:1.2;color:#fff}h1:not([class]){font-size:1.875rem}h2:not([class]){font-size:1.6rem}h3:not([class]){font-size:1.4rem}h4:not([class]){font-size:1.125rem}li,ol,ul{max-height:1000000px}div{max-height:1000000px}svg{display:block}a:not([class]){color:#fff;display:inline-block;line-height:1.8;text-decoration:underline;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}a:not([class]):hover{color:#fff;text-decoration:none;border-color:transparent}.form-input{outline:none;-webkit-transition:all .4s;transition:all .4s;color:#434242;font-family:"Avenir",sans-serif}.form-input::-webkit-input-placeholder{font-weight:400;opacity:1;color:#a7a3a3;-webkit-transition:opacity .5s;transition:opacity .5s;font-family:"Avenir",sans-serif}.form-input:-moz-placeholder{font-weight:400;opacity:1;color:#a7a3a3;-moz-transition:opacity .5s;transition:opacity .5s;font-family:"Avenir",sans-serif}.form-input::-moz-placeholder{font-weight:400;opacity:1;color:#a7a3a3;-moz-transition:opacity .5s;transition:opacity .5s;font-family:"Avenir",sans-serif}.form-input:-ms-input-placeholder{font-weight:400;opacity:1;color:#a7a3a3;-ms-transition:opacity .5s;transition:opacity .5s;font-family:"Avenir",sans-serif}.form-input:focus::-webkit-input-placeholder{opacity:0}.form-input:focus:-moz-placeholder{opacity:0}.form-input:focus::-moz-placeholder{opacity:0}.form-input:focus:-ms-input-placeholder{opacity:0}.form-textarea{resize:none;height:65px}.section{margin:0 0 30px}.img-fluid{max-width:100%;height:auto;display:block}.noscroll{overflow:hidden}.title{color:#361816;font-size:1.875rem;font-family:"Avenir",sans-serif;font-weight:700;line-height:1.2;margin:0 0 20px}.title--centered{text-align:center}.title--light{color:#fff}.counters{display:none}.hidden{display:none !important}.text--center{text-align:center}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);display:none;z-index:1}body.menu-opened{overflow:hidden}body.menu-opened .overlay{display:block}body.menu-opened .page-layout{-webkit-transform:translate3d(315px, 0, 0);transform:translate3d(315px, 0, 0)}.svg-preload,.images-preload,.promos-preload{position:absolute;bottom:0;left:-9999px;z-index:-999}.clearfix::after{content:"";display:table;clear:both}.delimiter{padding-top:45px;position:relative;z-index:-1}.delimiter::after{content:"";background:url(https://cb03e8.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/pattern-dark.png) #5a2825;height:240px;position:absolute;top:0;left:0;right:0}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{font-family:"Avenir",sans-serif;padding:0;margin:25px 0;max-height:1000000px;line-height:1.1;color:#361816}.content h1{font-size:1.786rem}.content h2{font-size:1.6rem}.content h3{font-size:1.5rem}.content h2,.content h3{margin-bottom:20px}.content h4,.content h5,.content h6{margin-bottom:14px}.content p{margin-bottom:25px}.content ul:not([class]){list-style:none;margin:0 0 2rem;padding:0 0 0 20px}.content ul:not([class]) li{list-style-type:none;padding:0 0 10px 20px;text-decoration:none;position:relative}.content ul:not([class]) li::before{content:"";position:absolute;top:9px;left:0;width:7px;height:7px;background:#d43912}.content ol:not([class]){counter-reset:list 1;padding-left:1rem}.content ol:not([class]) li{list-style:none;padding:0 0 0 30px;margin-bottom:10px;position:relative}.content ol:not([class]) li::before{counter-increment:list;content:counter(list) ". ";color:#d43912;position:absolute;top:0;left:15px;font-weight:500}.content pre{margin-bottom:2rem !important}.content code.inline{font-size:.9rem;background:#d6f0fc;color:#361816;padding:3px 5px}.content blockquote{border-left:5px solid #d43912;font-style:italic;font-size:1.1rem;padding:0 0 0 2rem;margin:1rem 0 2rem}.content b,.content strong{color:#434242;font-weight:700}.btn--primary{position:relative;min-height:initial;color:#fff;z-index:0;background:#361816;border-color:#fff}.btn--primary .icon{fill:#fff}.btn--primary:hover{background-color:#361816;border-color:#d43912;color:#d43912}.btn--primary:hover .icon{fill:#d43912}.btn--accent{position:relative;min-height:initial;color:#fff;z-index:0;background-color:#d43912}.btn--accent .icon{fill:#fff}.btn--accent:hover{background-color:#ed532c;-webkit-box-shadow:0 0;box-shadow:0 0}.btn--accent:hover::after{bottom:0;top:0;right:0;left:0}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 1.5rem;min-height:2rem;font-size:1.125rem;font-weight:500;line-height:1.5rem;text-decoration:none;text-align:center;border:1px solid rgba(255,255,255,.2);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:0;white-space:nowrap;cursor:pointer;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.btn:hover,.btn:focus,.btn:active{text-decoration:none}.btn .icon{position:relative;margin-right:8px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media(max-width: 1024px){.btn--transparent{padding:10px 25px}}.container{max-width:1180px;margin:0 auto;padding:0 20px}.p-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:100vh;position:relative;overflow:hidden;z-index:0;background-size:cover}@media(min-width: 1600px){.p-layout__topleft,.p-layout__bottomleft{content:"";position:absolute;left:15px;top:40vh;background:url(https://59251c.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/fig-left.png) 0 0 no-repeat;width:130px;height:130px}.p-layout__topright,.p-layout__bottomright{content:"";position:absolute;right:30px;top:40vh;background:url(https://9d79bb.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/fig-right.png) 0 0 no-repeat;width:130px;height:130px}.p-layout__bottomleft{top:auto;left:0;bottom:0}.p-layout__bottomright{top:auto;right:20px;bottom:20vh}}.p-layout__header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;z-index:2;background:#361816}@media(min-width: 1600px){.p-layout__header::before{content:"";background:url(https://826828.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/header-left.png) 0 0 no-repeat;width:110px;height:110px;position:absolute;left:120px;top:10px}.p-layout__header::after{content:"";background:url(https://93945e.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/header-right.png) 0 0 no-repeat;width:92px;height:115px;position:absolute;right:120px;top:12px;display:none}}.p-layout__content{position:relative;z-index:0;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.p-layout__top{padding-bottom:22px}.p-layout__footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.c-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;margin-bottom:20px}@media(min-width: 1024px){.c-layout{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.c-layout__content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}@media(min-width: 1024px){.c-layout__sidebar{max-width:293px;-webkit-box-flex:0;-ms-flex:0 0 293px;flex:0 0 293px;margin-right:25px}}.text-box{background:url(https://522b9b.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/pattern.png) #d6f0fc;border-radius:16px}.text-box__content{padding:25px 30px}.text-box__content *:first-child{margin-top:0}.text-box__content *:last-child{margin-bottom:0}.text-box__image{margin:20px;display:block;float:right;min-width:250px;max-width:320px;border-radius:16px}.text-box__image--home{min-width:initial;margin-top:0;margin-right:0;right:-40px;position:relative;top:-25px}.text-box{background:url(https://522b9b.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/pattern.png) #d6f0fc;border-radius:16px}.text-box__content{padding:25px 30px}.text-box__content *:first-child{margin-top:0}.text-box__content *:last-child{margin-bottom:0}.text-box--imaged{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.text-box__image{margin-left:40px}.text-box__image img{display:block}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;position:relative}@media(min-width: 1024px){.header__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.header__menu{margin-left:auto}@media(min-width: 1024px){.header__menu{margin-left:initial}}.header__actions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}@media(min-width: 1024px){.header__actions{margin-left:initial}}.header .btn{margin-left:30px;-webkit-box-shadow:0 0 31px rgba(105,95,151,.78);box-shadow:0 0 31px rgba(105,95,151,.78)}.header .btn:hover{-webkit-box-shadow:0 0 31px rgba(105,95,151,0);box-shadow:0 0 31px rgba(105,95,151,0)}.menu-toggle{display:block;width:25px;height:20px;background-color:transparent;border:none;cursor:pointer;border-radius:100%;-webkit-transition:.3s;transition:.3s;text-align:right;font-size:0}.menu-toggle__wrapper{-webkit-box-flex:0;-ms-flex:none;flex:none;width:44px;height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.menu-toggle__check{display:none}.menu-toggle__item{width:100%;height:2px;background:#fff;display:inline-block;margin-bottom:5px;-webkit-transition:.2s all ease-in-out;transition:.2s all ease-in-out}.menu-toggle__item:nth-of-type(1){width:100%}.menu-toggle__item:nth-of-type(2){width:75%}.menu-toggle__item:nth-of-type(3){width:100%}.menu-toggle:hover .menu-toggle__item,.menu-toggle:focus .menu-toggle__item{width:100%}@media(min-width: 1023px){.menu-toggle__wrapper{display:none}}#toggle:checked~.menu-toggle__wrapper .menu-toggle__item{width:100%}#toggle:checked~.menu-toggle__wrapper .menu-toggle__item--1{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:7px;position:relative}#toggle:checked~.menu-toggle__wrapper .menu-toggle__item--2{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#toggle:checked~.menu-toggle__wrapper .menu-toggle__item--3{display:none}#toggle:checked~.menu{pointer-events:auto;opacity:1;visibility:visible}#toggle:checked:focus~.menu-toggle__wrapper .menu-toggle__item{width:100%}.popup-menu{background:#d6f0fc;position:absolute;z-index:11;top:90%;right:0;padding:15px 35px;visibility:hidden;-webkit-transform:scale(0);transform:scale(0);border-radius:8px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.popup-menu__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;list-style:none;padding:0;margin:0 -17px 20px}.popup-menu.active{visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.menu{padding:20px;background:#361816;border-radius:16px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media(min-width: 1024px){.menu{padding:0;background:transparent}}.menu__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;list-style:none;padding:0;margin:0}.menu__item{padding:0 0 10px}.menu__item:last-child{padding:0}@media(min-width: 1024px){.menu__item{padding:0 8px}.menu__item:last-child{padding:0 8px}}.menu__link{display:block;min-width:108px;text-align:center;font-size:1.125rem;line-height:1.5rem;font-weight:400;color:#45658e;text-decoration:none;padding:.5rem 1.5rem;border-radius:8px;position:relative;z-index:0;white-space:nowrap;background:#fae1ad;-webkit-box-shadow:0 0 0 3px rgba(255,255,255,.35);box-shadow:0 0 0 3px rgba(255,255,255,.35);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.menu__link::after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:8px;z-index:-1;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-box-shadow:0 0 31px rgba(105,95,151,.78);box-shadow:0 0 31px rgba(105,95,151,.78)}.menu__link:hover{background:#f7cf7d;color:#45658e}.menu__link:hover::after{-webkit-box-shadow:0 0 31px rgba(105,95,151,0);box-shadow:0 0 31px rgba(105,95,151,0)}.menu--main{position:absolute;top:100%;right:0;left:0;visibility:hidden;opacity:0}@media(min-width: 1024px){.menu--main{position:static;visibility:visible;opacity:1}}@media(min-width: 1023px){.menu .menu__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.search-form{display:block}.search-form__popup{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;position:absolute;top:112%;right:0;background:#fff;-webkit-box-shadow:0 2px 21px rgba(54,24,22,.5);box-shadow:0 2px 21px rgba(54,24,22,.5);border-radius:8px;z-index:5;visibility:hidden;opacity:0}.search-form__popup.active{visibility:visible;opacity:1}.search-form__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px}.search-form__button .icon{fill:#fff}.search-form__button.active{z-index:10;position:relative;background-position:-162px -84px}.search-form__input{width:280px;font-size:.8667rem;padding:12px 25px 13px;line-height:1;border-radius:15px;min-width:200px;color:#333;font-style:italic;background:#fff;border:0}.search-form__input::-webkit-input-placeholder{color:#999;opacity:.8;-webkit-transition:opacity .2s;transition:opacity .2s}.search-form__input:-moz-placeholder{color:#999;opacity:.8;-moz-transition:opacity .2s;transition:opacity .2s}.search-form__input::-moz-placeholder{color:#999;opacity:.8;-moz-transition:opacity .2s;transition:opacity .2s}.search-form__input:-ms-input-placeholder{color:#999;opacity:.8;-ms-transition:opacity .2s;transition:opacity .2s}.search-form__input:focus{outline:none}.search-form__input:focus::-webkit-input-placeholder{opacity:1}.search-form__input:focus:-moz-placeholder{opacity:1}.search-form__input:focus::-moz-placeholder{opacity:1}.search-form__input:focus:-ms-input-placeholder{opacity:1}.search-form__btn{outline:none;top:3px;right:3px;bottom:3px;position:absolute;border:0;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;padding:0 10px;z-index:1;background:#361816;color:#fff;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.search-form__btn:focus,.search-form__btn:hover,.search-form__btn:active{background:#fae1ad}.side-games{background:#361816;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:10px 20px;margin-bottom:22px;-webkit-box-shadow:0 0 31px rgba(105,95,151,.19);box-shadow:0 0 31px rgba(105,95,151,.19)}.side-games__title{color:#fff;font-size:1.875rem;font-weight:700;text-align:center;margin:0 0 10px}.side-games__item{margin:0 0 10px}.side-game{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;text-decoration:none;border-radius:8px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.side-game__thumb{display:block;border-radius:8px;margin:0 15px 0 0}.side-game__title{color:#361816;font-size:.875rem;font-weight:700;line-height:1.2;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.side-game:hover{background:#fae1ad}.side-game:hover .side-game__title{color:#fff}.banner{margin:0 0 45px;background:url(https://cb03e8.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/pattern-dark.png) #5a2825}.banner__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative}@media(min-width: 1024px){.banner__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(min-width: 1024px){.banner__left{max-width:45%;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}}.banner__right{text-align:right;max-width:300px}@media(min-width: 1024px){.banner__right{max-width:55%;-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}.banner__right img{position:absolute;bottom:0;right:0}}.banner .games{padding:0}.banner .games__items{padding:20px 0 0}.games{padding:20px 0 30px}.games__heading{margin-bottom:20px}.games__title{margin:0;font-size:1.786rem;font-weight:700}.games__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}.games__item{padding:0 10px;margin:0 0 20px;max-width:33.3333%}@media(min-width: 767px){.games__item{max-width:25%}}@media(min-width: 1023px){.games__item{max-width:20%}}@media(min-width: 1199px){.games__item{max-width:16.6666%}}.games--three .games__item{max-width:33.3333%}.games--gradient{position:relative}.games--gradient::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;height:55px;background:transparent;background:-webkit-gradient(linear, left top, left bottom, from(rgba(54, 24, 22, 0.2)), to(rgba(54, 24, 22, 0)));background:linear-gradient(180deg, rgba(54, 24, 22, 0.2) 0%, rgba(54, 24, 22, 0) 100%)}.games--gradient .title{padding-top:25px}.card{position:relative;overflow:hidden;background:#fff;border-radius:0 16px 16px 16px;-webkit-box-shadow:0 0 31px rgba(105,95,151,.19);box-shadow:0 0 31px rgba(105,95,151,.19)}.card__thumb{display:block}.card__thumb img{border-radius:16px 16px 0 0;display:block}.card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card__title{display:block;text-decoration:none;font-weight:700;line-height:1.2;color:#361816;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:10px 7px;max-width:100%;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.card__title::after{content:"";position:absolute;z-index:1;top:0;bottom:0;right:0;left:0}.card .labels{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card .labels__rating{background:#fae1ad;font-size:.875rem;line-height:1;padding:5px;font-weight:700;position:relative;color:#45658e;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:52px;border-radius:0 0 8px 0}.card .labels__rating .icon{fill:#45658e}.card:hover .card__content{opacity:1}@media(max-width: 1024px){.card__thumb img{-o-object-fit:cover;object-fit:cover}}.footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;list-style:none;padding:0;margin:0}.footer-menu li{display:block;padding:0 35px;position:relative}.footer-menu li::after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:#fff}.footer-menu li:last-child::after{display:none}.footer-menu a{display:block;list-style:none;margin:0;padding:5px;text-decoration:none;line-height:1}.footer{background:#361816;overflow:hidden}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:13px 0}.footer__logo{position:relative;top:3px}.privacy{padding:10px 10px 10px 15px;background:#434242;-webkit-box-shadow:0 0 5px #fae1ad;box-shadow:0 0 5px #fae1ad;border-radius:8px;position:fixed;bottom:15px;left:15px;z-index:2;display:none;font-size:.875rem}.privacy__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.privacy__content{color:rgba(255,255,255,.5);line-height:1.6;margin-right:15px}.privacy__links{text-align:center;font-size:0}.scroll-top{position:fixed;z-index:2;right:20px;bottom:20px;width:52px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;background:#fae1ad;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.scroll-top .icon{fill:#fff;width:24px;height:auto;display:block;position:relative;top:0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.scroll-top.show{opacity:1}.scroll-top:hover,.scroll-top:focus,.scroll-top:active{background-color:#d43912}.vote-block-info{overflow:hidden;vertical-align:middle;position:relative}.vote-block-info .rating-info{position:absolute;bottom:0;left:0;font-size:12px;display:none !important}.vote-block-info span.rating-text{font-size:14px;font-weight:bold;display:block;float:left;margin-left:8px}.vote-block-info .rating{list-style:none;margin:0 10px 0 0;padding:0;height:15px;float:left;vertical-align:middle;background:none !important}.vote-block-info.disabled .rating:hover li{cursor:auto}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.vote-block-info .rating:hover li{background-image:url(https://c5b076.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/rating-info.png);background-size:23px 60px !important}}.vote-block-info .rating li{display:block;width:23px;height:20px;float:right;text-indent:-9999px;cursor:pointer;margin-bottom:0 !important}.vote-block-info.disabled .rating li.current{display:block;z-index:10}.vote-block-info .rating li.active,.vote-block-info .rating li.active~li{background-position:0 -40px}.vote-block-info li.current{display:none}.vote-block-info ol.rating{position:relative;padding:0 !important;margin:3px 0 0 !important}.vote-block-info ol.rating li{cursor:default;z-index:2;position:relative}.vote-block-info ol.rating li.current{position:absolute;top:0;left:0;display:block;width:100%;z-index:1;background-position:0 0;background-repeat:repeat-x;background-image:url(https://c5b076.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/rating-info.png)}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.vote-block-info ol.rating li.current{background-image:url(https://c5b076.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/rating-info.png);background-size:23px 60px !important}}.vote-block-info ol.show-current li.current span{display:block;height:15px;width:0;background:inherit;background-position:0 -40px}.vote-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vote-block__count{display:none}.vote-block .rating-info{bottom:0;left:0;display:block;position:static}.vote-block span.rating-text{font-size:14px;line-height:1;display:block;float:left;margin-left:8px;margin-top:7px}.vote-block span.rating-text b{font-size:14px}.vote-block .rating{list-style:none;margin:0 10px 0 0;padding:0;height:16px;float:left;vertical-align:middle;background:none !important}.vote-block .rating:hover li{background-image:url(https://f65b98.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/rating-star.png);cursor:pointer}.vote-block.disabled .rating:hover li{cursor:auto}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.vote-block .rating:hover li{background-image:url(https://f65b98.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/rating-star.png);background-size:18px 48px !important}}.vote-block .rating li{display:block;width:18px;height:16px;float:right;text-indent:-9999px;cursor:pointer;margin-bottom:0 !important}.vote-block .rating li:hover,.vote-block .rating li:hover~li{background-position:0 -18px}.vote-block.disabled .rating li.current{display:block;z-index:10}.vote-block .rating li.active,.vote-block .rating li.active~li{background-position:0 -32px}.vote-block li.current{display:none}.vote-block ol.rating{width:90px;position:relative;padding:0 !important}.vote-block ol.rating li{cursor:default;z-index:2;position:relative}.vote-block ol.rating li.current{position:absolute;top:0;left:0;display:block;width:100%;z-index:1;background-position:0 0;background-repeat:repeat-x;background-image:url(https://f65b98.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/rating-star.png)}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.vote-block ol.rating li.current{background-image:url(https://f65b98.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/rating-star.png);background-size:18px 48px !important}}.vote-block ol.show-current li.current span{display:block;height:16px;width:0;background:inherit;background-position:0 -32px}.rating-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.rating-average{color:#361816;font-weight:700;font-size:.875rem;line-height:1}.player{margin:0 0 20px}.player__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 20px}.player__header .btn{margin-left:auto}.player__title{margin:0}.player__content{margin:0 0 15px}.player__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.player__fullscreen{display:block;background:#d6f0fc;padding:12px 18px;border-radius:8px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.player__fullscreen .icon{fill:#361816}.player__fullscreen:hover{background:#361816}.player__fullscreen:hover .icon{fill:#fff}.player__rating{background:#d6f0fc;padding:13px 18px;border-radius:8px;margin-right:15px}.tags{position:relative;z-index:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background:#361816;border-radius:0 16px 16px 16px;padding:15px 25px}.tags::after{content:"";background:url(https://cb03e8.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/pattern-dark.png);position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:.2}.tags__title{color:#fff;margin:0 20px 0 0;font-weight:500}.tags__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -5px}.tags__item{padding:0 5px}.tag__link{background:#fff;color:#361816;border-radius:8px;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;position:relative;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;z-index:100;padding:5px}.tag__link:hover,.tag__link:focus,.tag__link:active{color:#fff;background:#361816;border-color:#d43912}.tag__icon{max-height:60px;width:auto;display:block;border-radius:10px}.tag__title{padding:0 13px 0 11px;font-weight:700;font-size:.875rem}.pagination ul{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px -5px 0;list-style:none}.pagination li{padding:0}.pagination a,.pagination span{font-weight:500;position:relative;z-index:0;display:block;padding:0 5px;font-size:1rem;text-align:center;color:#361816;text-decoration:none;min-width:42px;height:42px;line-height:42px;opacity:1;margin:0 3px;border:0;border-radius:8px;overflow:hidden;background:#fff;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.pagination a::after,.pagination span::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;background:#361816}.pagination a .icon,.pagination span .icon{fill:#361816}.pagination a:hover,.pagination a.current,.pagination span:hover,.pagination span.current{background:#361816;color:#fff}.pagination a:hover .icon,.pagination a.current .icon,.pagination span:hover .icon,.pagination span.current .icon{fill:#fff}.pagination .next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo{position:relative;display:block}.logo img{max-width:100px;display:block;height:auto}.logo::after{content:"";display:block;position:absolute;width:284px;height:194px;background:url(https://cb83ca.claudeassets.com/20250119001841im_/https://manfromthewindow.com/wp-content/themes/fs-manfromth/bundle/images/logo-bg.png) 0 0 no-repeat;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:-1}@media(min-width: 520px){.logo img{max-width:none}}.top-4{margin:0 0 20px}.top-4__title{font-size:1.875rem}.top-4__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.top-4__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}.top-4__item{padding:0 10px;max-width:25%;margin:0 0 20px}.top-4__buttons{padding-left:20px}.top-4__btn{display:block;background:#361816;white-space:nowrap;color:#fff;text-decoration:none;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl;-webkit-transform:rotate(180deg);transform:rotate(180deg);font-weight:500;padding:40px 8px;border-radius:8px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.top-4__btn .icon{fill:#d43912;position:absolute}.top-4__btn .icon--left{bottom:8px;right:50%;-webkit-transform:translateX(50%) rotate(-90deg);transform:translateX(50%) rotate(-90deg)}.top-4__btn .icon--right{top:8px;right:50%;-webkit-transform:translateX(50%) rotate(-90deg);transform:translateX(50%) rotate(-90deg)}.top-4__btn:hover{background:#fae1ad}.promo{text-align:center}.promo--side{border-radius:5px;overflow:hidden}.promo--top{margin-bottom:20px}

/*
     FILE ARCHIVED ON 18:28:02 Mar 03, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:36:24 Sep 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.419
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.061
  esindex: 0.005
  cdx.remote: 10.186
  LoadShardBlock: 3029.994 (3)
  PetaboxLoader3.datanode: 160.718 (4)
  PetaboxLoader3.resolve: 1143.799 (2)
  load_resource: 75.766
*/