/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 */
/* Theme for the ripple elements.*/
/** The mixins below are shared between md-menu and md-select */
/**
 * This mixin adds the correct panel transform styles based
 * on the direction that the menu panel opens.
 */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
 * This mixin contains shared option styles between the select and
 * autocomplete components.
 */
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12); }

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12); }

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12); }

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12); }

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12); }

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12); }

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12); }

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12); }

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12); }

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12); }

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12); }

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12); }

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12); }

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12); }

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12); }

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12); }

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12); }

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12); }

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12); }

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12); }

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12); }

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12); }

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12); }

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12); }

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12); }

.mat-ripple {
  overflow: hidden; }

.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }

.mat-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  font-size: 16px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: none; }
  .mat-option[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-option {
    text-align: right; }
  .mat-option .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-option .mat-icon {
      margin-left: 16px;
      margin-right: 0; }
  .mat-option[aria-disabled='true'] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }

.mat-option-ripple {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none; }
  @media screen and (-ms-high-contrast: active) {
    .mat-option-ripple {
      opacity: 0.5; } }

.mat-option-pseudo-checkbox {
  margin-right: 8px; }
  [dir='rtl'] .mat-option-pseudo-checkbox {
    margin-left: 8px;
    margin-right: 0; }

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px; }

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }

.cdk-global-overlay-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.48; }

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .6); }

.cdk-overlay-transparent-backdrop {
  background: none; }

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

.mat-ripple-element {
  background-color: rgba(0, 0, 0, .1); }

.mat-option {
  color: rgba(0, 0, 0, .87); }
  .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, .04); }
  .mat-option.mat-selected.mat-primary, .mat-primary .mat-option.mat-selected {
    color: #001b21; }
  .mat-option.mat-selected.mat-accent, .mat-accent .mat-option.mat-selected {
    color: #00b5e2; }
  .mat-option.mat-selected.mat-warn, .mat-warn .mat-option.mat-selected {
    color: #f44336; }
  .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, .04); }
  .mat-option.mat-active {
    background: rgba(0, 0, 0, .04);
    color: rgba(0, 0, 0, .87); }
  .mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, .38); }

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, .54); }
  .mat-pseudo-checkbox::after {
    color: #fafafa; }

.mat-pseudo-checkbox-checked.mat-primary,
.mat-pseudo-checkbox-indeterminate.mat-primary,
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #001b21; }

.mat-pseudo-checkbox-checked.mat-accent,
.mat-pseudo-checkbox-indeterminate.mat-accent,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #00b5e2; }

.mat-pseudo-checkbox-checked.mat-warn,
.mat-pseudo-checkbox-indeterminate.mat-warn,
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-app-background {
  background-color: #fafafa; }

.mat-theme-loaded-marker {
  display: none; }

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, .87); }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active) {
    background: white;
    color: rgba(0, 0, 0, .87); }

.mat-button, .mat-icon-button {
  background: transparent; }
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(0, 27, 33, .12); }
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(0, 181, 226, .12); }
  .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(244, 67, 54, .12); }
  .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .mat-button.mat-primary, .mat-icon-button.mat-primary {
    color: #001b21; }
  .mat-button.mat-accent, .mat-icon-button.mat-accent {
    color: #00b5e2; }
  .mat-button.mat-warn, .mat-icon-button.mat-warn {
    color: #f44336; }
  .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
    color: rgba(0, 0, 0, .38); }

.mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, .87);
  background-color: white; }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    color: white; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    color: white; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    color: white; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    color: rgba(0, 0, 0, .38); }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    background-color: #001b21; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #00b5e2; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    background-color: #f44336; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    background-color: rgba(0, 0, 0, .12); }
  .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, .2); }
  .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, .2); }
  .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, .2); }

.mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(0, 27, 33, .1); }

.mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(0, 181, 226, .1); }

.mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, .1); }

.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(0, 27, 33, .2); }

.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(0, 181, 226, .2); }

.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, .2); }

.mat-fab, .mat-mini-fab {
  background-color: #00b5e2;
  color: white; }
  .mat-fab .mat-ripple-element, .mat-mini-fab .mat-ripple-element {
    background-color: rgba(255, 255, 255, .2); }

.mat-button-toggle {
  color: rgba(0, 0, 0, .38); }
  .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
    background-color: rgba(0, 0, 0, .06); }

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: black; }

.mat-button-toggle-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, .38); }
  .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd; }

.mat-card {
  background: white;
  color: rgba(0, 0, 0, .87); }

.mat-card-subtitle {
  color: rgba(0, 0, 0, .54); }

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, .54); }

.mat-checkbox-checkmark {
  fill: #fafafa; }

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important; }

.mat-checkbox-mixedmark {
  background-color: #fafafa; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #001b21; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #00b5e2; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #b0b0b0; }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 27, 33, .26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 181, 226, .26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, .26); }

.mat-chip:not(.mat-basic-chip) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, .87); }

.mat-chip.mat-chip-selected:not(.mat-basic-chip) {
  background-color: #808080;
  color: rgba(255, 255, 255, .87); }
  .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-primary {
    background-color: #001b21;
    color: white; }
  .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-accent {
    background-color: #00b5e2;
    color: white; }
  .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-warn {
    background-color: #f44336;
    color: white; }

.mat-datepicker-content {
  background-color: white; }

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, .54); }

.mat-calendar-next-button,
.mat-calendar-previous-button {
  color: rgba(0, 0, 0, .54); }

.mat-calendar-table-header {
  color: rgba(0, 0, 0, .38); }

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, .12); }

.mat-calendar-body-label {
  color: rgba(0, 0, 0, .54); }

.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, .87);
  border-color: transparent; }
  .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, .38); }

:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, .04); }

.mat-calendar-body-selected {
  background-color: #001b21;
  color: white; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 27, 33, .4); }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, .38); }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white; }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, .18); }

.mat-dialog-container {
  background: white; }

.mat-icon.mat-primary {
  color: #001b21; }

.mat-icon.mat-accent {
  color: #00b5e2; }

.mat-icon.mat-warn {
  color: #f44336; }

.mat-input-placeholder {
  color: rgba(0, 0, 0, .38); }

.mat-focused .mat-input-placeholder {
  color: #001b21; }
  .mat-focused .mat-input-placeholder.mat-accent {
    color: #00b5e2; }
  .mat-focused .mat-input-placeholder.mat-warn {
    color: #f44336; }

.mat-input-element:disabled {
  color: rgba(0, 0, 0, .38); }

input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placeholder-required,
.mat-focused .mat-input-placeholder.mat-float .mat-placeholder-required {
  color: #00b5e2; }

.mat-input-underline {
  border-color: rgba(0, 0, 0, .12); }
  .mat-input-underline .mat-input-ripple {
    background-color: #001b21; }
    .mat-input-underline .mat-input-ripple.mat-accent {
      background-color: #00b5e2; }
    .mat-input-underline .mat-input-ripple.mat-warn {
      background-color: #f44336; }

.mat-input-invalid .mat-input-placeholder,
.mat-input-invalid .mat-placeholder-required {
  color: #f44336; }

.mat-input-invalid .mat-input-ripple {
  background-color: #f44336; }

.mat-input-error {
  color: #f44336; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item {
  color: rgba(0, 0, 0, .87); }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader {
  color: rgba(0, 0, 0, .54); }

.mat-divider {
  border-top-color: rgba(0, 0, 0, .12); }

.mat-nav-list .mat-list-item {
  outline: none; }
  .mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, .04); }

.mat-menu-content {
  background: white; }

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, .87); }
  .mat-menu-item[disabled] {
    color: rgba(0, 0, 0, .38); }
  .mat-menu-item .mat-icon {
    color: rgba(0, 0, 0, .54);
    vertical-align: middle; }
  .mat-menu-item:hover:not([disabled]), .mat-menu-item:focus:not([disabled]) {
    background: rgba(0, 0, 0, .04); }

.mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbdefb%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar-buffer {
  background-color: #bbdefb; }

.mat-progress-bar-fill::after {
  background-color: #001b21; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%2382b1ff%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #82b1ff; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #00b5e2; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23ffcdd2%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2; }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336; }

.mat-progress-spinner path, .mat-spinner path {
  stroke: #001b21; }

.mat-progress-spinner.mat-accent path, .mat-spinner.mat-accent path {
  stroke: #00b5e2; }

.mat-progress-spinner.mat-warn path, .mat-spinner.mat-warn path {
  stroke: #f44336; }

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, .54); }

.mat-radio-checked .mat-radio-outer-circle {
  border-color: #00b5e2; }

.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, .38); }

.mat-radio-inner-circle {
  background-color: #00b5e2; }

.mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 181, 226, .26); }

.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, .38); }

.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, .38); }

.mat-select-trigger,
.mat-select-arrow {
  color: rgba(0, 0, 0, .38); }

.mat-select-underline {
  background-color: rgba(0, 0, 0, .12); }

.mat-select-disabled .mat-select-value,
.mat-select-arrow,
.mat-select-trigger {
  color: rgba(0, 0, 0, .38); }

.mat-select-content, .mat-select-panel-done-animating {
  background: white; }

.mat-select-value {
  color: rgba(0, 0, 0, .87); }

.mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-arrow {
  color: #001b21; }

.mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-underline {
  background-color: #001b21; }

.mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-arrow {
  color: #00b5e2; }

.mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-underline {
  background-color: #00b5e2; }

.mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-arrow,
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-trigger,
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-arrow {
  color: #f44336; }

.mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-underline,
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-underline {
  background-color: #f44336; }

.mat-sidenav-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, .87); }

.mat-sidenav {
  background-color: white;
  color: rgba(0, 0, 0, .87); }
  .mat-sidenav.mat-sidenav-push {
    background-color: white; }

.mat-sidenav-backdrop.mat-sidenav-shown {
  background-color: rgba(0, 0, 0, .6); }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #00b5e2; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(0, 181, 226, .5); }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, .06); }

.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(0, 181, 226, .12); }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #001b21; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(0, 27, 33, .5); }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, .06); }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(0, 27, 33, .12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #f44336; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, .5); }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, .06); }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, .12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bdbdbd; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, .1); }

.mat-slide-toggle-thumb {
  background-color: #fafafa; }

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, .38); }

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, .26); }

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #001b21; }

.mat-primary .mat-slider-thumb-label-text {
  color: white; }

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #00b5e2; }

.mat-accent .mat-slider-thumb-label-text {
  color: white; }

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #f44336; }

.mat-warn .mat-slider-thumb-label-text {
  color: white; }

.mat-slider-focus-ring {
  background-color: rgba(0, 181, 226, .2); }

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, .38); }

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, .26); }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, .26); }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, .12); }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: black; }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, .26); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, .26);
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, .38); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, .26); }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, .7); }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent); }

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, .12); }

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, .12);
  border-bottom: none; }

.mat-tab-label:focus {
  background-color: rgba(187, 222, 251, .3); }

.mat-ink-bar {
  background-color: #001b21; }

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, .87); }
  .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
    color: rgba(0, 0, 0, .38); }

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, .87); }
  .mat-toolbar.mat-primary {
    background: #001b21;
    color: white; }
  .mat-toolbar.mat-accent {
    background: #00b5e2;
    color: white; }
  .mat-toolbar.mat-warn {
    background: #f44336;
    color: white; }

.mat-tooltip {
  background: rgba(97, 97, 97, .9); }

.m2app-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, .1); }

.m2app-dark .mat-option {
  color: white; }
  .m2app-dark .mat-option:hover:not(.mat-option-disabled), .m2app-dark .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(255, 255, 255, .04); }
  .m2app-dark .mat-option.mat-selected.mat-primary, .mat-primary .m2app-dark .mat-option.mat-selected {
    color: #c2185b; }
  .m2app-dark .mat-option.mat-selected.mat-accent, .mat-accent .m2app-dark .mat-option.mat-selected {
    color: #b0bec5; }
  .m2app-dark .mat-option.mat-selected.mat-warn, .mat-warn .m2app-dark .mat-option.mat-selected {
    color: #ff5722; }
  .m2app-dark .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(255, 255, 255, .04); }
  .m2app-dark .mat-option.mat-active {
    background: rgba(255, 255, 255, .04);
    color: white; }
  .m2app-dark .mat-option.mat-option-disabled {
    color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, .7); }
  .m2app-dark .mat-pseudo-checkbox::after {
    color: #303030; }

.m2app-dark .mat-pseudo-checkbox-checked.mat-primary,
.m2app-dark .mat-pseudo-checkbox-indeterminate.mat-primary,
.m2app-dark .mat-primary .mat-pseudo-checkbox-checked,
.m2app-dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #c2185b; }

.m2app-dark .mat-pseudo-checkbox-checked.mat-accent,
.m2app-dark .mat-pseudo-checkbox-indeterminate.mat-accent,
.m2app-dark .mat-accent .mat-pseudo-checkbox-checked,
.m2app-dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #b0bec5; }

.m2app-dark .mat-pseudo-checkbox-checked.mat-warn,
.m2app-dark .mat-pseudo-checkbox-indeterminate.mat-warn,
.m2app-dark .mat-warn .mat-pseudo-checkbox-checked,
.m2app-dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ff5722; }

.m2app-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .m2app-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868; }

.m2app-dark .mat-app-background {
  background-color: #303030; }

.m2app-dark .mat-theme-loaded-marker {
  display: none; }

.m2app-dark .mat-autocomplete-panel {
  background: #424242;
  color: white; }
  .m2app-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active) {
    background: #424242;
    color: white; }

.m2app-dark .mat-button, .m2app-dark .mat-icon-button {
  background: transparent; }
  .m2app-dark .mat-button.mat-primary .mat-button-focus-overlay, .m2app-dark .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(194, 24, 91, .12); }
  .m2app-dark .mat-button.mat-accent .mat-button-focus-overlay, .m2app-dark .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(176, 190, 197, .12); }
  .m2app-dark .mat-button.mat-warn .mat-button-focus-overlay, .m2app-dark .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(255, 87, 34, .12); }
  .m2app-dark .mat-button[disabled] .mat-button-focus-overlay, .m2app-dark .mat-icon-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .m2app-dark .mat-button.mat-primary, .m2app-dark .mat-icon-button.mat-primary {
    color: #c2185b; }
  .m2app-dark .mat-button.mat-accent, .m2app-dark .mat-icon-button.mat-accent {
    color: #b0bec5; }
  .m2app-dark .mat-button.mat-warn, .m2app-dark .mat-icon-button.mat-warn {
    color: #ff5722; }
  .m2app-dark .mat-button.mat-primary[disabled], .m2app-dark .mat-button.mat-accent[disabled], .m2app-dark .mat-button.mat-warn[disabled], .m2app-dark .mat-button[disabled][disabled], .m2app-dark .mat-icon-button.mat-primary[disabled], .m2app-dark .mat-icon-button.mat-accent[disabled], .m2app-dark .mat-icon-button.mat-warn[disabled], .m2app-dark .mat-icon-button[disabled][disabled] {
    color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-raised-button, .m2app-dark .mat-fab, .m2app-dark .mat-mini-fab {
  color: white;
  background-color: #424242; }
  .m2app-dark .mat-raised-button.mat-primary, .m2app-dark .mat-fab.mat-primary, .m2app-dark .mat-mini-fab.mat-primary {
    color: rgba(255, 255, 255, .87); }
  .m2app-dark .mat-raised-button.mat-accent, .m2app-dark .mat-fab.mat-accent, .m2app-dark .mat-mini-fab.mat-accent {
    color: rgba(0, 0, 0, .87); }
  .m2app-dark .mat-raised-button.mat-warn, .m2app-dark .mat-fab.mat-warn, .m2app-dark .mat-mini-fab.mat-warn {
    color: white; }
  .m2app-dark .mat-raised-button.mat-primary[disabled], .m2app-dark .mat-raised-button.mat-accent[disabled], .m2app-dark .mat-raised-button.mat-warn[disabled], .m2app-dark .mat-raised-button[disabled][disabled], .m2app-dark .mat-fab.mat-primary[disabled], .m2app-dark .mat-fab.mat-accent[disabled], .m2app-dark .mat-fab.mat-warn[disabled], .m2app-dark .mat-fab[disabled][disabled], .m2app-dark .mat-mini-fab.mat-primary[disabled], .m2app-dark .mat-mini-fab.mat-accent[disabled], .m2app-dark .mat-mini-fab.mat-warn[disabled], .m2app-dark .mat-mini-fab[disabled][disabled] {
    color: rgba(255, 255, 255, .3); }
  .m2app-dark .mat-raised-button.mat-primary, .m2app-dark .mat-fab.mat-primary, .m2app-dark .mat-mini-fab.mat-primary {
    background-color: #c2185b; }
  .m2app-dark .mat-raised-button.mat-accent, .m2app-dark .mat-fab.mat-accent, .m2app-dark .mat-mini-fab.mat-accent {
    background-color: #b0bec5; }
  .m2app-dark .mat-raised-button.mat-warn, .m2app-dark .mat-fab.mat-warn, .m2app-dark .mat-mini-fab.mat-warn {
    background-color: #ff5722; }
  .m2app-dark .mat-raised-button.mat-primary[disabled], .m2app-dark .mat-raised-button.mat-accent[disabled], .m2app-dark .mat-raised-button.mat-warn[disabled], .m2app-dark .mat-raised-button[disabled][disabled], .m2app-dark .mat-fab.mat-primary[disabled], .m2app-dark .mat-fab.mat-accent[disabled], .m2app-dark .mat-fab.mat-warn[disabled], .m2app-dark .mat-fab[disabled][disabled], .m2app-dark .mat-mini-fab.mat-primary[disabled], .m2app-dark .mat-mini-fab.mat-accent[disabled], .m2app-dark .mat-mini-fab.mat-warn[disabled], .m2app-dark .mat-mini-fab[disabled][disabled] {
    background-color: rgba(255, 255, 255, .12); }
  .m2app-dark .mat-raised-button.mat-primary .mat-ripple-element, .m2app-dark .mat-fab.mat-primary .mat-ripple-element, .m2app-dark .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, .2); }
  .m2app-dark .mat-raised-button.mat-accent .mat-ripple-element, .m2app-dark .mat-fab.mat-accent .mat-ripple-element, .m2app-dark .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, .2); }
  .m2app-dark .mat-raised-button.mat-warn .mat-ripple-element, .m2app-dark .mat-fab.mat-warn .mat-ripple-element, .m2app-dark .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, .2); }

.m2app-dark .mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(194, 24, 91, .1); }

.m2app-dark .mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(176, 190, 197, .1); }

.m2app-dark .mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(255, 87, 34, .1); }

.m2app-dark .mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(194, 24, 91, .2); }

.m2app-dark .mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(176, 190, 197, .2); }

.m2app-dark .mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(255, 87, 34, .2); }

.m2app-dark .mat-fab, .m2app-dark .mat-mini-fab {
  background-color: #b0bec5;
  color: rgba(0, 0, 0, .87); }
  .m2app-dark .mat-fab .mat-ripple-element, .m2app-dark .mat-mini-fab .mat-ripple-element {
    background-color: rgba(0, 0, 0, .2); }

.m2app-dark .mat-button-toggle {
  color: rgba(255, 255, 255, .3); }
  .m2app-dark .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
    background-color: rgba(255, 255, 255, .06); }

.m2app-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: white; }

.m2app-dark .mat-button-toggle-disabled {
  background-color: black;
  color: rgba(255, 255, 255, .3); }
  .m2app-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #424242; }

.m2app-dark .mat-card {
  background: #424242;
  color: white; }

.m2app-dark .mat-card-subtitle {
  color: rgba(255, 255, 255, .7); }

.m2app-dark .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, .7); }

.m2app-dark .mat-checkbox-checkmark {
  fill: #303030; }

.m2app-dark .mat-checkbox-checkmark-path {
  stroke: #303030 !important; }

.m2app-dark .mat-checkbox-mixedmark {
  background-color: #303030; }

.m2app-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .m2app-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #c2185b; }

.m2app-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .m2app-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #b0bec5; }

.m2app-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .m2app-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #ff5722; }

.m2app-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .m2app-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868; }

.m2app-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868; }

.m2app-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: #686868; }

.m2app-dark .mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(194, 24, 91, .26); }

.m2app-dark .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(176, 190, 197, .26); }

.m2app-dark .mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 87, 34, .26); }

.m2app-dark .mat-chip:not(.mat-basic-chip) {
  background-color: #424242;
  color: white; }

.m2app-dark .mat-chip.mat-chip-selected:not(.mat-basic-chip) {
  background-color: #212121;
  color: white; }
  .m2app-dark .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-primary {
    background-color: #c2185b;
    color: rgba(255, 255, 255, .87); }
  .m2app-dark .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-accent {
    background-color: #b0bec5;
    color: rgba(0, 0, 0, .87); }
  .m2app-dark .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-warn {
    background-color: #ff5722;
    color: white; }

.m2app-dark .mat-datepicker-content {
  background-color: #424242; }

.m2app-dark .mat-calendar-arrow {
  border-top-color: white; }

.m2app-dark .mat-calendar-next-button,
.m2app-dark .mat-calendar-previous-button {
  color: white; }

.m2app-dark .mat-calendar-table-header {
  color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, .12); }

.m2app-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, .7); }

.m2app-dark .mat-calendar-body-cell-content {
  color: white;
  border-color: transparent; }
  .mat-calendar-body-disabled > .m2app-dark .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(255, 255, 255, .3); }

.m2app-dark :not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.m2app-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(255, 255, 255, .04); }

.m2app-dark .mat-calendar-body-selected {
  background-color: #c2185b;
  color: rgba(255, 255, 255, .87); }

.m2app-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(194, 24, 91, .4); }

.m2app-dark .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .87); }

.m2app-dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(255, 255, 255, .1); }

.m2app-dark .mat-dialog-container {
  background: #424242; }

.m2app-dark .mat-icon.mat-primary {
  color: #c2185b; }

.m2app-dark .mat-icon.mat-accent {
  color: #b0bec5; }

.m2app-dark .mat-icon.mat-warn {
  color: #ff5722; }

.m2app-dark .mat-input-placeholder {
  color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-focused .mat-input-placeholder {
  color: #c2185b; }
  .m2app-dark .mat-focused .mat-input-placeholder.mat-accent {
    color: #b0bec5; }
  .m2app-dark .mat-focused .mat-input-placeholder.mat-warn {
    color: #ff5722; }

.m2app-dark .mat-input-element:disabled {
  color: rgba(255, 255, 255, .3); }

.m2app-dark input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placeholder-required,
.m2app-dark .mat-focused .mat-input-placeholder.mat-float .mat-placeholder-required {
  color: #b0bec5; }

.m2app-dark .mat-input-underline {
  border-color: rgba(255, 255, 255, .12); }
  .m2app-dark .mat-input-underline .mat-input-ripple {
    background-color: #c2185b; }
    .m2app-dark .mat-input-underline .mat-input-ripple.mat-accent {
      background-color: #b0bec5; }
    .m2app-dark .mat-input-underline .mat-input-ripple.mat-warn {
      background-color: #ff5722; }

.m2app-dark .mat-input-invalid .mat-input-placeholder,
.m2app-dark .mat-input-invalid .mat-placeholder-required {
  color: #ff5722; }

.m2app-dark .mat-input-invalid .mat-input-ripple {
  background-color: #ff5722; }

.m2app-dark .mat-input-error {
  color: #ff5722; }

.m2app-dark .mat-list .mat-list-item, .m2app-dark .mat-nav-list .mat-list-item {
  color: white; }

.m2app-dark .mat-list .mat-subheader, .m2app-dark .mat-nav-list .mat-subheader {
  color: rgba(255, 255, 255, .7); }

.m2app-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, .12); }

.m2app-dark .mat-nav-list .mat-list-item {
  outline: none; }
  .m2app-dark .mat-nav-list .mat-list-item:hover, .m2app-dark .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(255, 255, 255, .04); }

.m2app-dark .mat-menu-content {
  background: #424242; }

.m2app-dark .mat-menu-item {
  background: transparent;
  color: white; }
  .m2app-dark .mat-menu-item[disabled] {
    color: rgba(255, 255, 255, .3); }
  .m2app-dark .mat-menu-item .mat-icon {
    color: white;
    vertical-align: middle; }
  .m2app-dark .mat-menu-item:hover:not([disabled]), .m2app-dark .mat-menu-item:focus:not([disabled]) {
    background: rgba(255, 255, 255, .04); }

.m2app-dark .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23e91e63%27%2F%3E%3C%2Fsvg%3E"); }

.m2app-dark .mat-progress-bar-buffer {
  background-color: #e91e63; }

.m2app-dark .mat-progress-bar-fill::after {
  background-color: #c2185b; }

.m2app-dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23cfd8dc%27%2F%3E%3C%2Fsvg%3E"); }

.m2app-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #cfd8dc; }

.m2app-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #b0bec5; }

.m2app-dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23ffccbc%27%2F%3E%3C%2Fsvg%3E"); }

.m2app-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffccbc; }

.m2app-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #ff5722; }

.m2app-dark .mat-progress-spinner path, .m2app-dark .mat-spinner path {
  stroke: #c2185b; }

.m2app-dark .mat-progress-spinner.mat-accent path, .m2app-dark .mat-spinner.mat-accent path {
  stroke: #b0bec5; }

.m2app-dark .mat-progress-spinner.mat-warn path, .m2app-dark .mat-spinner.mat-warn path {
  stroke: #ff5722; }

.m2app-dark .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, .7); }

.m2app-dark .mat-radio-checked .mat-radio-outer-circle {
  border-color: #b0bec5; }

.m2app-dark .mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-radio-inner-circle {
  background-color: #b0bec5; }

.m2app-dark .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(176, 190, 197, .26); }

.m2app-dark .mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .m2app-dark .mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-select-trigger,
.m2app-dark .mat-select-arrow {
  color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-select-underline {
  background-color: rgba(255, 255, 255, .12); }

.m2app-dark .mat-select-disabled .mat-select-value,
.m2app-dark .mat-select-arrow,
.m2app-dark .mat-select-trigger {
  color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-select-content, .m2app-dark .mat-select-panel-done-animating {
  background: #424242; }

.m2app-dark .mat-select-value {
  color: white; }

.m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-trigger, .m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-arrow {
  color: #c2185b; }

.m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-underline {
  background-color: #c2185b; }

.m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-trigger, .m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-arrow {
  color: #b0bec5; }

.m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-underline {
  background-color: #b0bec5; }

.m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-trigger, .m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-arrow,
.m2app-dark .mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-trigger,
.m2app-dark .mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-arrow {
  color: #ff5722; }

.m2app-dark .mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-underline,
.m2app-dark .mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-underline {
  background-color: #ff5722; }

.m2app-dark .mat-sidenav-container {
  background-color: #303030;
  color: white; }

.m2app-dark .mat-sidenav {
  background-color: #424242;
  color: white; }
  .m2app-dark .mat-sidenav.mat-sidenav-push {
    background-color: #424242; }

.m2app-dark .mat-sidenav-backdrop.mat-sidenav-shown {
  background-color: rgba(189, 189, 189, .6); }

.m2app-dark .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #b0bec5; }

.m2app-dark .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(176, 190, 197, .5); }

.m2app-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(255, 255, 255, .12); }

.m2app-dark .mat-slide-toggle .mat-ripple-element {
  background-color: rgba(176, 190, 197, .12); }

.m2app-dark .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #f48fb1; }

.m2app-dark .mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(244, 143, 177, .5); }

.m2app-dark .mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(255, 255, 255, .12); }

.m2app-dark .mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(244, 143, 177, .12); }

.m2app-dark .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #ffab91; }

.m2app-dark .mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(255, 171, 145, .5); }

.m2app-dark .mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(255, 255, 255, .12); }

.m2app-dark .mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(255, 171, 145, .12); }

.m2app-dark .mat-disabled .mat-slide-toggle-thumb {
  background-color: #424242; }

.m2app-dark .mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, .12); }

.m2app-dark .mat-slide-toggle-thumb {
  background-color: #bdbdbd; }

.m2app-dark .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-slider-track-background {
  background-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-primary .mat-slider-track-fill,
.m2app-dark .mat-primary .mat-slider-thumb,
.m2app-dark .mat-primary .mat-slider-thumb-label {
  background-color: #c2185b; }

.m2app-dark .mat-primary .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, .87); }

.m2app-dark .mat-accent .mat-slider-track-fill,
.m2app-dark .mat-accent .mat-slider-thumb,
.m2app-dark .mat-accent .mat-slider-thumb-label {
  background-color: #b0bec5; }

.m2app-dark .mat-accent .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, .87); }

.m2app-dark .mat-warn .mat-slider-track-fill,
.m2app-dark .mat-warn .mat-slider-thumb,
.m2app-dark .mat-warn .mat-slider-thumb-label {
  background-color: #ff5722; }

.m2app-dark .mat-warn .mat-slider-thumb-label-text {
  color: white; }

.m2app-dark .mat-slider-focus-ring {
  background-color: rgba(176, 190, 197, .2); }

.m2app-dark .mat-slider:hover .mat-slider-track-background,
.m2app-dark .cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-slider-disabled .mat-slider-track-background,
.m2app-dark .mat-slider-disabled .mat-slider-track-fill,
.m2app-dark .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, .12); }

.m2app-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.m2app-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white; }

.m2app-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.m2app-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, .3);
  background-color: transparent; }

.m2app-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .m2app-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .m2app-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, .7); }

.m2app-dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7) 2px, transparent 0, transparent); }

.m2app-dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7) 2px, transparent 0, transparent); }

.m2app-dark .mat-tab-nav-bar,
.m2app-dark .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, .12); }

.m2app-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
.m2app-dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: none; }

.m2app-dark .mat-tab-label:focus {
  background-color: rgba(233, 30, 99, .3); }

.m2app-dark .mat-ink-bar {
  background-color: #c2185b; }

.m2app-dark .mat-tab-label, .m2app-dark .mat-tab-link {
  color: white; }
  .m2app-dark .mat-tab-label.mat-tab-disabled, .m2app-dark .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, .3); }

.m2app-dark .mat-toolbar {
  background: #212121;
  color: white; }
  .m2app-dark .mat-toolbar.mat-primary {
    background: #c2185b;
    color: rgba(255, 255, 255, .87); }
  .m2app-dark .mat-toolbar.mat-accent {
    background: #b0bec5;
    color: rgba(0, 0, 0, .87); }
  .m2app-dark .mat-toolbar.mat-warn {
    background: #ff5722;
    color: white; }

.m2app-dark .mat-tooltip {
  background: rgba(97, 97, 97, .9); }

.cdk-overlay-container .mat-dialog-container {
  max-width: 100vw;
  box-shadow: none;
  background: none;
  padding: 0; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-Thin.588c881f64ef91ba22bba503e0f69b4a.otf) format("opentype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-ThinItalic.e58afe62b9e00fb9da4b0512a091a62b.otf) format("opentype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-Light.01eae943176018b3cdf6954e8a9fa180.otf) format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-LightItalic.ffc443b2b0089c6788b56a3928c18c9d.otf) format("opentype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-Regular.218f6f2b983038194d56e1e8354be9a8.otf) format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-Italic.e7342deeaf76d9cf497966b01b1d6d40.otf) format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-Medium.27c85176635dd75c1e6f2e2de6cb73df.otf) format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-MediumItalic.859321e9d9a7bfb01cd996e53d0d19fd.otf) format("opentype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-Bold.5e72b7bd36a2b5a522acf3b68c2dfaa6.otf) format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-BoldItalic.5c4b18f5cb67d03393ba879bc22e145e.otf) format("opentype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-Heavy.b74f7616a4d8d8986ae5b171aa3d0c61.otf) format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'TIMSans';
  src: url(assets/TIMSans-HeavyItalic.372803c3d768ae0ff83671833263fb61.otf) format("opentype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'TIM-Icons';
  src: url(assets/TIM-Icons.f62462e7ab707dfd8a0aa04cdfa755d2.ttf) format("truetype"), url(assets/TIM-Icons.37264c853b6f4740beca384da46aae41.woff) format("woff"), url(assets/TIM-Icons.8dc2e63ec98a3a754e96ff6fce920183.svg#TIM-Icons) format("svg");
  font-weight: normal;
  font-style: normal; }

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'TIM-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pencil:before {
  content: "\E927"; }

.icon-actors-placeholder:before {
  content: "\E900"; }

.icon-add-cirlce:before {
  content: "\E901"; }

.icon-add-new:before {
  content: "\E902"; }

.icon-add-profile:before {
  content: "\E903"; }

.icon-add:before {
  content: "\E904"; }

.icon-air-play:before {
  content: "\E905"; }

.icon-aspect-ratio:before {
  content: "\E906"; }

.icon-automatic-update:before {
  content: "\E907"; }

.icon-automatic-updates:before {
  content: "\E908"; }

.icon-back-arrow:before {
  content: "\E909"; }

.icon-back:before {
  content: "\E90A"; }

.icon-bluetooth:before {
  content: "\E90B"; }

.icon-bookmark:before {
  content: "\E90C"; }

.icon-calendar:before {
  content: "\E90D"; }

.icon-camera:before {
  content: "\E90E"; }

.icon-casted:before {
  content: "\E90F"; }

.icon-casting:before {
  content: "\E910"; }

.icon-catch-up:before {
  content: "\E911"; }

.icon-catchup:before {
  content: "\E912"; }

.icon-channels:before {
  content: "\E913"; }

.icon-chevron:before {
  content: "\E914"; }

.icon-chevron2:before {
  content: "\E915"; }

.icon-colapse:before {
  content: "\E916"; }

.icon-coming-soon:before {
  content: "\E917"; }

.icon-confrimed:before {
  content: "\E918"; }

.icon-contact-support:before {
  content: "\E919"; }

.icon-contact:before {
  content: "\E91A"; }

.icon-contract:before {
  content: "\E91B"; }

.icon-cross-circle:before {
  content: "\E91C"; }

.icon-cross:before {
  content: "\E91D"; }

.icon-current-version:before {
  content: "\E91E"; }

.icon-delete:before {
  content: "\E91F"; }

.icon-details:before {
  content: "\E920"; }

.icon-device-list:before {
  content: "\E921"; }

.icon-devices:before {
  content: "\E922"; }

.icon-documentaries-placeholder:before {
  content: "\E923"; }

.icon-documentary-placeholder:before {
  content: "\E924"; }

.icon-down:before {
  content: "\E925"; }

.icon-download:before {
  content: "\E926"; }

.icon-download2:before {
  content: "\E927"; }

.icon-enter-samsung:before {
  content: "\E928"; }

.icon-epg:before {
  content: "\E929"; }

.icon-error:before {
  content: "\E92A"; }

.icon-error2:before {
  content: "\E92B"; }

.icon-ethernet:before {
  content: "\E92C"; }

.icon-euro:before {
  content: "\E92D"; }

.icon-expand:before {
  content: "\E92E"; }

.icon-faq:before {
  content: "\E92F"; }

.icon-fast-forward:before {
  content: "\E930"; }

.icon-favourite:before {
  content: "\E931"; }

.icon-ffw10:before {
  content: "\E932"; }

.icon-fixed-line:before {
  content: "\E933"; }

.icon-fixedline {
  background-repeat: no-repeat;
  background-image: url(assets/TIM_ICONS_fixedline.d846863ca9d31ec99aa0d1d4ae38a6eb.svg);
  background-size: auto;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative; }

.icon-guide:before {
  content: "\E935"; }

.icon-help-80:before {
  content: "\E936"; }

.icon-help:before {
  content: "\E937"; }

.icon-home-samung:before {
  content: "\E938"; }

.icon-indo:before {
  content: "\E939"; }

.icon-info:before {
  content: "\E93A"; }

.icon-internet:before {
  content: "\E93B"; }

.icon-languages-and-subtitles:before {
  content: "\E93C"; }

.icon-left:before {
  content: "\E93D"; }

.icon-legal:before {
  content: "\E93E"; }

.icon-loading:before {
  content: "\E93F"; }

.icon-lock:before {
  content: "\E940"; }

.icon-log-out:before {
  content: "\E941"; }

.icon-manage:before {
  content: "\E942"; }

.icon-menu:before {
  content: "\E943"; }

.icon-messages:before {
  content: "\E944"; }

.icon-microphone:before {
  content: "\E945"; }

.icon-mobile {
  background-repeat: no-repeat;
  background-image: url(assets/TIM_ICONS_mobile.ce3ec968b71aeb5be11ba1fcab39b7fa.svg);
  background-size: auto;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative; }

.icon-more:before {
  content: "\E947"; }

.icon-movie-placeholder:before {
  content: "\E948"; }

.icon-multi-message:before {
  content: "\E949"; }

.icon-music-placeholder:before {
  content: "\E94A"; }

.icon-mute:before {
  content: "\E94B"; }

.icon-navigation-samsung:before {
  content: "\E94C"; }

.icon-new-notification:before {
  content: "\E94D"; }

.icon-pair-device:before {
  content: "\E94E"; }

.icon-pause:before {
  content: "\E94F"; }

.icon-payment-tile:before {
  content: "\E950"; }

.icon-payment2:before {
  content: "\E951"; }

.icon-payments:before {
  content: "\E952"; }

.icon-pc:before {
  content: "\E953"; }

.icon-pcon-16:before {
  content: "\E954"; }

.icon-pcon-63:before {
  content: "\E955"; }

.icon-pcon:before {
  content: "\E956"; }

.icon-play-head:before {
  content: "\E957"; }

.icon-play-pause:before {
  content: "\E958"; }

.icon-play:before {
  content: "\E959"; }

.icon-power:before {
  content: "\E95A"; }

.icon-profile {
  background-repeat: no-repeat;
  background-image: url(assets/profile.cdbb19f9b6f4d17e17fca7b395d64fe9.svg);
  background-size: auto;
  width: 24px;
  height: 24px;
  top: 5px;
  display: inline-block;
  position: relative; }

.icon-report-circle-green {
  background-repeat: no-repeat;
  background-image: url(assets/check_circle_FILL0_wght400_GRAD0_opsz24.1adac2cf8d41cae7f53b740d7bc9ceda.svg);
  background-size: contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative; }

.icon-report-warning-yellow {
  background-repeat: no-repeat;
  background-image: url(assets/error_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.46dfcb8e7f15a007b1cacf2a870c2086.svg);
  background-size: contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative; }

.icon-purchased:before {
  content: "\E95C"; }

.icon-purchases:before {
  content: "\E95D"; }

.icon-rating:before {
  content: "\E95E"; }

.icon-record-series:before {
  content: "\E95F"; }

.icon-record:before {
  content: "\E960"; }

.icon-reminder:before {
  content: "\E961"; }

.icon-replay:before {
  content: "\E962"; }

.icon-rescan:before {
  content: "\E963"; }

.icon-reset:before {
  content: "\E964"; }

.icon-rewind:before {
  content: "\E965"; }

.icon-right:before {
  content: "\E966"; }

.icon-rrw10:before {
  content: "\E967"; }

.icon-scroll:before {
  content: "\E968"; }

.icon-search-samsung:before {
  content: "\E969"; }

.icon-search:before {
  content: "\E96A"; }

.icon-second-screen:before {
  content: "\E96B"; }

.icon-security:before {
  content: "\E96C"; }

.icon-see-more:before {
  content: "\E96D"; }

.icon-settings-2:before {
  content: "\E96E"; }

.icon-settings:before {
  content: "\E96F"; }

.icon-share-tv:before {
  content: "\E970"; }

.icon-share:before {
  content: "\E971"; }

.icon-show-password:before {
  content: "\E972"; }

.icon-sim:before {
  content: "\E973"; }

.icon-sleep-timer:before {
  content: "\E974"; }

.icon-smarttv:before {
  content: "\E975"; }

.icon-software-info:before {
  content: "\E976"; }

.icon-sound:before {
  content: "\E977"; }

.icon-speed-test:before {
  content: "\E978"; }

.icon-stb:before {
  content: "\E979"; }

.icon-subscription:before {
  content: "\E97A"; }

.icon-subtitles-languages:before {
  content: "\E97B"; }

.icon-support-2:before {
  content: "\E97C"; }

.icon-support:before {
  content: "\E97D"; }

.icon-support3:before {
  content: "\E97E"; }

.icon-switch:before {
  content: "\E97F"; }

.icon-tablet:before {
  content: "\E980"; }

.icon-test-adsl:before {
  content: "\E981"; }

.icon-tick-circle:before {
  content: "\E982"; }

.icon-tick:before {
  content: "\E983"; }

.icon-tutorial:before {
  content: "\E984"; }

.icon-tutorials:before {
  content: "\E985"; }

.icon-tv-and-dtt:before {
  content: "\E986"; }

.icon-tv-format:before {
  content: "\E987"; }

.icon-tv-placeholder:before {
  content: "\E988"; }

.icon-tv-resolution:before {
  content: "\E989"; }

.icon-tv-shows:before {
  content: "\E98A"; }

.icon-up:before {
  content: "\E98B"; }

.icon-update-stb:before {
  content: "\E98C"; }

.icon-update:before {
  content: "\E98D"; }

.icon-volume:before {
  content: "\E98E"; }

.icon-warning:before {
  content: "\E98F"; }

.icon-watch:before {
  content: "\E990"; }

.icon-wifi:before {
  content: "\E991"; }

.icon-wps:before {
  content: "\E992"; }

.icon-favourite-filled:before {
  content: "\E90B"; }

.icon-xbox:before {
  content: "\E91C"; }

.icon-hide-passw {
  background-repeat: no-repeat;
  background-image: url(assets/TIM_ICONS_30_Hide_Password_BluVision.994ed941a95ecaefb4e37a3e216d4cd4.svg);
  background-size: auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative; }

.icon-show-passw {
  background-repeat: no-repeat;
  background-image: url(assets/TIM_ICONS_30_Show_Password_BluVision.b6356f41d0750c6fede1241d01f866da.svg);
  background-size: auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative; }

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

/* Pagination Styles */
.swiper-pagination {
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

button.swiper-pagination-bullet {
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-container-vertical > .swiper-pagination-bullets {
  transform: translate3d(0px, -50%, 0); }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

tim-header {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
  min-width: 320px;
  background: linear-gradient(90deg, #001136 0%, #001136 100%); }

@media (min-width: 768px) and (max-width: 1023px) {
  tim-header {
    padding: 20px 0px;
    height: 80px; } }
  @media (max-width: 767px) {
    tim-header {
      padding: 10px 0px;
      height: 60px; } }
  tim-header a {
    outline: none; }
  tim-header .menu-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  tim-header .menu-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }
    @media (max-width: 1023px) {
      tim-header .menu-right {
        margin-right: 20px; } }
  tim-header nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    position: relative;
    box-sizing: border-box;
    color: #c3c0b7;
    font-weight: 300; }
    tim-header nav > ul,
    tim-header nav .navigation-profile {
      margin: 0;
      padding: 0; }
    tim-header nav .icon {
      font-weight: bold; }
    tim-header nav .mobile-menu {
      display: none;
      height: 50px;
      cursor: pointer; }
      tim-header nav .mobile-menu .icon {
        font-size: 22px;
        color: #f9fbfc; }
      @media (max-width: 1023px) {
        tim-header nav .mobile-menu {
          display: block;
          position: relative;
          left: 25px;
          height: 40px;
          top: 7px; } }
    tim-header nav .logo {
      display: block;
      text-indent: -9999px;
      width: 165px;
      height: 30px;
      background: url(assets/WEB_NewLogo_TLM.cc6b26e7e809f4438bb15f2876b0c534.png) no-repeat center center;
      background-size: contain;
      margin: 0 0 0 3px; }
      @media (max-width: 1023px) {
        tim-header nav .logo {
          position: absolute;
          left: 100px;
          top: 5px;
          transform: translate(-50%, 0);
          height: 40px; } }
      @media (max-width: 468px) {
        tim-header nav .logo {
          left: 95px;
          transform: translate(-30%, 0);
          top: 8px;
          height: 20px;
          width: 115px; } }
      tim-header nav .logo a {
        display: block; }
    tim-header nav .navigation-items {
      font-size: 16px;
      padding-left: 5px;
      margin-top: 12px; }
      tim-header nav .navigation-items > li {
        list-style: none;
        float: left;
        text-transform: uppercase;
        margin-left: 20px; }
        tim-header nav .navigation-items > li:first-child {
          margin-left: 0; }
      tim-header nav .navigation-items a {
        color: #c3c0b7 !important; }
      tim-header nav .navigation-items .active {
        color: #f9fbfc !important;
        font-weight: bold; }
      tim-header nav .navigation-items a:hover {
        color: #f9fbfc !important; }
      @media (max-width: 1023px) {
        tim-header nav .navigation-items {
          display: none;
          position: absolute;
          right: 25px; }
          tim-header nav .navigation-items > li:not(.item-search) {
            display: none; }
          tim-header nav .navigation-items > li {
            padding: 0;
            margin: 0; }
          tim-header nav .navigation-items a {
            color: #f9fbfc; }
            tim-header nav .navigation-items a:visited {
              color: #f9fbfc; }
            tim-header nav .navigation-items a:hover {
              color: #f9fbfc; }
            tim-header nav .navigation-items a:active {
              color: #f9fbfc; } }
    tim-header nav .navigation-profile {
      font-size: 14px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      height: 50px;
      line-height: 50px; }
      @media (max-width: 1023px) {
        tim-header nav .navigation-profile {
          line-height: 40px;
          height: 40px; } }
      tim-header nav .navigation-profile > li {
        font-size: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        list-style: none;
        vertical-align: middle; }
        tim-header nav .navigation-profile > li a {
          cursor: pointer;
          display: block;
          padding: 0 10px;
          color: #c3c0b7; }
        tim-header nav .navigation-profile > li a:hover {
          color: #f9fbfc; }
        @media (max-width: 767px) {
          tim-header nav .navigation-profile > li.user-login, tim-header nav .navigation-profile > li.user-register, tim-header nav .navigation-profile > li.offer-link {
            display: none; } }
        tim-header nav .navigation-profile > li.user-login-mobile {
          display: none; }
          @media (max-width: 767px) {
            tim-header nav .navigation-profile > li.user-login-mobile {
              display: inline-block; } }
    tim-header nav .user-notifications {
      font-size: 24px;
      position: relative; }
    tim-header nav .notifications-box {
      width: 300px;
      height: 300px;
      background: #00B5E2;
      position: absolute;
      top: 40px;
      left: -140px;
      border-radius: 10px;
      color: #f9fbfc;
      box-sizing: border-box;
      padding: 15px; }
    tim-header nav .user-profile > a {
      display: block;
      height: 50px; }
      @media (max-width: 1023px) {
        tim-header nav .user-profile > a {
          height: 40px; } }
    tim-header nav .user-profile .user-profile-greeting,
    tim-header nav .user-profile .user-profile-avatar {
      display: block;
      float: left;
      padding-left: 20px; }
      tim-header nav .user-profile .user-profile-greeting:after,
      tim-header nav .user-profile .user-profile-avatar:after {
        content: "";
        display: table;
        clear: both; }
    tim-header nav .user-profile .user-profile-avatar {
      margin-left: 15px;
      width: 50px;
      border-radius: 50%;
      background-size: cover;
      background-color: #fff; }
      @media (max-width: 1023px) {
        tim-header nav .user-profile .user-profile-avatar {
          width: 40px; } }
    tim-header nav .item-separator:after {
      content: '|';
      display: inline-block; }
    tim-header nav .item-separator i {
      font-weight: 100; }
    tim-header nav .user-profile-link {
      position: relative; }
      tim-header nav .user-profile-link i {
        font-weight: 100; }
    tim-header nav .profile-user-tooltip-wrapper {
      width: 240px;
      position: absolute;
      padding: 15px 0 0 0;
      right: 0;
      top: 35px;
      z-index: 9999; }
    tim-header nav .profile-user-tooltip {
      position: relative;
      background-color: #785d25;
      list-style-type: none;
      font-size: 16px;
      z-index: 9999;
      padding: 0; }
      tim-header nav .profile-user-tooltip:after {
        content: '';
        position: absolute;
        border-color: transparent transparent #785d25 transparent;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        height: 0;
        width: 0;
        top: -10px;
        right: 20px; }
        @media (max-width: 1023px) {
          tim-header nav .profile-user-tooltip:after {
            right: 2px; } }
      tim-header nav .profile-user-tooltip li a {
        transition: all 500ms ease;
        color: rgba(249, 251, 252, .6);
        display: block;
        padding: 5px 25px; }
      tim-header nav .profile-user-tooltip li .button {
        border-color: rgba(249, 251, 252, .6);
        font-size: 16px;
        height: auto; }
      tim-header nav .profile-user-tooltip li:hover a {
        color: #f9fbfc; }
      tim-header nav .profile-user-tooltip .profile-link {
        border-bottom: 2px solid rgba(249, 251, 252, .6); }
        tim-header nav .profile-user-tooltip .profile-link span {
          color: #f9fbfc;
          display: block;
          padding: 5px 25px;
          cursor: default;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          tim-header nav .profile-user-tooltip .profile-link span.username.subscription-offer-status {
            line-height: 22px; }
          tim-header nav .profile-user-tooltip .profile-link span.username > span {
            padding: 0;
            text-decoration: underline;
            cursor: pointer; }
            tim-header nav .profile-user-tooltip .profile-link span.username > span.base {
              color: #f9fbfc; }
            tim-header nav .profile-user-tooltip .profile-link span.username > span.not-subscriber {
              color: #f9fbfc; }
            tim-header nav .profile-user-tooltip .profile-link span.username > span.unsubscriber {
              color: #f9fbfc; }
            tim-header nav .profile-user-tooltip .profile-link span.username > span.plus {
              color: #f9fbfc; }
      tim-header nav .profile-user-tooltip .profile-logout {
        border-top: 2px solid rgba(249, 251, 252, .6);
        padding: 0; }
        tim-header nav .profile-user-tooltip .profile-logout .button {
          width: 100%;
          border: none;
          text-align: left; }
        tim-header nav .profile-user-tooltip .profile-logout:hover .button {
          background-color: #785d25; }
    @media (min-width: 1024px) {
      tim-header nav.mobile-nav--force .mobile-menu {
        display: block;
        left: 25px;
        height: 40px; }
      tim-header nav.mobile-nav--force .navigation-items {
        position: absolute;
        left: -9999px; }
      tim-header nav.mobile-nav--force .logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        height: 40px; } }
    tim-header nav a {
      color: #a6babe; }
      tim-header nav a:visited {
        color: #a6babe; }
      tim-header nav a:hover {
        color: #f9fbfc; }
      tim-header nav a:active {
        color: #f9fbfc; }
    tim-header nav a {
      text-decoration: none; }
      tim-header nav a:visited {
        text-decoration: none; }
      tim-header nav a:hover {
        text-decoration: none; }
      tim-header nav a:active {
        text-decoration: none; }

.profile tim-header,
.promo tim-header {
  background: #002d37;
  background: linear-gradient(90deg, #001136 0%, #001136 100%); }

tim-onboarding {
  display: block; }
  tim-onboarding .swiper-container {
    min-width: 320px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    tim-onboarding .swiper-container .blue-gradient {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 1040px;
      background: linear-gradient(to right, rgba(3, 171, 220, .7) 0%, transparent 100%);
      z-index: 10; }
  tim-onboarding .texts {
    z-index: 20;
    max-width: 600px;
    width: 100%;
    position: absolute;
    bottom: 60px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0; }
    @media (max-width: 1023px) {
      tim-onboarding .texts {
        width: 80%; } }
    @media (max-width: 767px) {
      tim-onboarding .texts {
        bottom: 20vh; } }
    tim-onboarding .texts .text-icon {
      color: #2ddf09;
      margin-right: 20px;
      font-size: 32px;
      position: relative;
      top: 5px; }
    tim-onboarding .texts .text {
      margin-bottom: 30px;
      font-size: 22px; }

@media (max-width: 767px) and (orientation: landscape) {
  tim-onboarding .texts .text {
    margin-bottom: 18px;
    font-size: 16px; } }
      @media (max-height: 400px) {
        tim-onboarding .texts .text {
          bottom: 30px; } }
    tim-onboarding .texts .buttons {
      width: 100%;
      max-width: 400px;
      text-align: center;
      margin: 0 auto; }
  tim-onboarding .button {
    display: block;
    font-size: 20px;
    border-color: #f9fbfc;
    color: #f9fbfc;
    height: 2.4em;
    line-height: 2.4; }
    @media (max-width: 1023px) {
      tim-onboarding .button {
        font-size: 16px; } }
    tim-onboarding .button.primary {
      color: #fff; }
    tim-onboarding .button:hover, tim-onboarding .button:active, tim-onboarding .button.primary {
      background: #f9fbfc;
      color: #403116;
      border-color: #f9fbfc; }
  tim-onboarding .just-browse-link {
    text-align: center;
    padding: 23px 0; }
    tim-onboarding .just-browse-link span {
      color: #f9fbfc;
      font-size: 16px;
      text-decoration: none; }
      tim-onboarding .just-browse-link span a {
        text-decoration: none;
        color: #ccd5d7;
        cursor: pointer; }
        tim-onboarding .just-browse-link span a:hover {
          text-decoration: underline; }

@media (max-width: 1023px) and (orientation: landscape) and (max-height: 400px) {
  tim-onboarding .just-browse-link {
    padding: 16px 0; }
    tim-onboarding .just-browse-link span {
      font-size: 14px; } }
  tim-onboarding .text-link.just-browse-link {
    border-top: none;
    padding: 10px 0 20px; }
    tim-onboarding .text-link.just-browse-link a {
      text-decoration: underline;
      cursor: pointer; }
      tim-onboarding .text-link.just-browse-link a:hover {
        text-decoration: none; }

.mouse-icon {
  position: absolute;
  right: 25px;
  bottom: 23px;
  color: #fff;
  font-size: 25px;
  z-index: 10;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .mouse-icon {
      right: 20px; } }
  @media (max-width: 767px) {
    .mouse-icon {
      right: 50%;
      font-size: 20px;
      margin-right: -10px;
      bottom: 15px; } }

@media (max-height: 640px) and (orientation: portrait) {
  .mouse-icon {
    right: 10px;
    margin: 0;
    bottom: 10px; } }

@media (min-width: 480px) and (max-height: 480px) and (orientation: landscape) {
  .mouse-icon {
    right: 10px;
    margin: 0;
    bottom: 10px; } }
  .mouse-icon.swiper-button-disabled {
    display: none; }

.off-screen-fade {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 260px;
  right: 0;
  display: none;
  -ms-touch-action: none;
      touch-action: none; }

tim-page > * {
  transition: all 0.3s ease-in-out; }

.off-screen {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #DAA035; }
  .off-screen tim-offscreen {
    display: block;
    z-index: 100; }
  .off-screen .off-screen-wrapper {
    transform: translateX(0);
    z-index: 500; }
  .off-screen .off-screen-fade {
    display: block; }
  .off-screen tim-header {
    position: absolute; }
  .off-screen tim-page > *:not(tim-offscreen) {
    transform: translate(260px, 0); }

.offer-link-offscreen {
  padding-bottom: 30px;
  padding-left: 20px;
  display: none; }
  @media (max-width: 767px) {
    .offer-link-offscreen {
      display: inline-block; } }
  .offer-link-offscreen a {
    color: #f9fbfc !important;
    font-weight: 200; }
    .offer-link-offscreen a:hover {
      color: #f9fbfc !important;
      text-decoration: none;
      font-weight: bold; }
  .offer-link-offscreen .icon {
    padding-right: 10px;
    font-size: 20px; }

tim-offscreen {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.off-screen-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  background: linear-gradient(90deg, #DAA035 0%, #7A550F 100%) left bottom;
  transition: transform .3s ease-in-out;
  transform: translateX(-260px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  padding: 15px 15px 0;
  box-sizing: border-box;
  overflow: hidden; }
  .off-screen-wrapper:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .6); }
  .off-screen-wrapper .flex-nav {
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .off-screen-wrapper .nav-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0; }
  .off-screen-wrapper .swiper-slide, .off-screen-wrapper .navigation-items {
    height: auto;
    box-sizing: border-box; }
  .off-screen-wrapper .navigation-items, .off-screen-wrapper .bottom-navigation-items {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #99abaf;
    font-weight: 300; }
  .off-screen-wrapper li.icon {
    position: relative; }
    .off-screen-wrapper li.icon:before {
      font-size: 24px;
      position: absolute;
      top: 50%;
      left: 5px;
      transform: translate(0, -50%);
      font-family: 'TIM-Icons' !important;
      speak: none;
      font-style: normal;
      font-weight: bold;
      font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .off-screen-wrapper .navigation-profile {
    line-height: 35px;
    list-style: none;
    margin: 0 0 0 45px;
    padding: 0;
    text-transform: uppercase; }
    .off-screen-wrapper .navigation-profile:after {
      display: block;
      content: '';
      height: 0;
      width: 220px;
      margin: 0 auto 10px auto;
      padding-top: 10px;
      border-bottom: 1px solid #002d37; }
    .off-screen-wrapper .navigation-profile:after {
      content: "";
      display: table;
      clear: both; }
    .off-screen-wrapper .navigation-profile .user-profile-link {
      font-weight: 300; }
    .off-screen-wrapper .navigation-profile .icon {
      font-weight: bold;
      margin: 12px 0 0 10px;
      display: inline-block; }
    .off-screen-wrapper .navigation-profile a {
      cursor: pointer;
      color: #99abaf; }
      .off-screen-wrapper .navigation-profile a:hover {
        color: #f9fbfc;
        text-decoration: none; }
    .off-screen-wrapper .navigation-profile .user-profile-link .user-profile-greeting {
      padding: 0; }
      .off-screen-wrapper .navigation-profile .user-profile-link .user-profile-greeting:hover {
        color: #f9fbfc; }
    .off-screen-wrapper .navigation-profile .item-separator {
      display: none; }
  .off-screen-wrapper .user-profile-greeting, .off-screen-wrapper .user-profile-avatar {
    display: block;
    float: left;
    height: 35px;
    line-height: 43px; }
  .off-screen-wrapper .profile-user-tooltip, .off-screen-wrapper .triangle {
    display: none; }
  .off-screen-wrapper .user-profile-avatar {
    width: 35px;
    border-radius: 50%;
    background-size: cover;
    background-color: #fff; }
  .off-screen-wrapper .user-profile-greeting {
    padding-left: 10px;
    color: #99abaf;
    font-weight: 100; }
  .off-screen-wrapper .navigation-items {
    text-transform: uppercase;
    padding-bottom: 60px; }
  .off-screen-wrapper .navigation-items > li, .off-screen-wrapper .bottom-navigation-items > li {
    padding-left: 45px;
    line-height: 45px; }
  .off-screen-wrapper .navigation-items a, .off-screen-wrapper .bottom-navigation-items a {
    color: #f9fbfc; }
    .off-screen-wrapper .navigation-items a:visited, .off-screen-wrapper .bottom-navigation-items a:visited {
      color: #f9fbfc; }
    .off-screen-wrapper .navigation-items a:hover, .off-screen-wrapper .bottom-navigation-items a:hover {
      color: #f9fbfc; }
    .off-screen-wrapper .navigation-items a:active, .off-screen-wrapper .bottom-navigation-items a:active {
      color: #f9fbfc; }
  .off-screen-wrapper .navigation-items a, .off-screen-wrapper .bottom-navigation-items a {
    text-decoration: none; }
    .off-screen-wrapper .navigation-items a:visited, .off-screen-wrapper .bottom-navigation-items a:visited {
      text-decoration: none; }
    .off-screen-wrapper .navigation-items a:hover, .off-screen-wrapper .bottom-navigation-items a:hover {
      text-decoration: none; }
    .off-screen-wrapper .navigation-items a:active, .off-screen-wrapper .bottom-navigation-items a:active {
      text-decoration: none; }
  .off-screen-wrapper .navigation-items a.active, .off-screen-wrapper .bottom-navigation-items a.active {
    color: #f9fbfc;
    font-weight: bold !important; }
  .off-screen-wrapper .navigation-items a:hover, .off-screen-wrapper .bottom-navigation-items a:hover {
    font-weight: bold !important; }
  .off-screen-wrapper .bottom-navigation-items {
    position: fixed;
    left: 15px;
    bottom: 15px; }

tim-home-page {
  display: block;
  padding-top: 100px; }

tim-listing {
  display: block; }

.listing-section-margin-top {
  margin-top: 110px;
  padding-left: 13px; }
  @media (max-width: 1023px) {
    .listing-section-margin-top {
      margin-top: 80px;
      padding-left: 0; } }
  @media (max-width: 767px) {
    .listing-section-margin-top {
      margin-top: 60px;
      padding-left: 0; } }

.masthead ~ .listing-section-margin-top {
  margin-top: 20px; }
  @media (max-width: 1023px) {
    .masthead ~ .listing-section-margin-top {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .masthead ~ .listing-section-margin-top {
      margin-top: 10px; } }

.listing-section-title {
  padding: 30px 0 10px 30px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f9fbfc; }
  @media (max-width: 1023px) {
    .listing-section-title {
      font-size: 16px; } }
  .listing-section-title.listing-section-title-epg {
    padding-bottom: 0;
    margin-bottom: -2px; }

tim-offer-landing-dialog.isFullSrc {
  width: 100vw !important;
  height: 100vh !important; }

@media (max-width: 767px) {
  tim-offer-landing-dialog {
    width: 100vw; } }

@media (max-width: 767px) {
  tim-offer-landing-dialog .md-dialog-content {
    width: 100vw;
    height: 100vh; } }

tim-offer-landing-dialog:not(.isFullSrc) {
  width: 100vw;
  height: 100vh;
  background-color: #020609; }
  @media (max-width: 1023px) {
    tim-offer-landing-dialog:not(.isFullSrc) {
      width: 100vw;
      height: 100vh;
      background-size: 120vh 69vh !important; } }
  @media (max-width: 767px) {
    tim-offer-landing-dialog:not(.isFullSrc) {
      width: 100vw;
      height: 100vh; } }

tim-offer-landing-dialog.dialog-dark {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #020609; }

tim-offer-landing-dialog md-dialog-content.mat-dialog-content {
  overflow: visible;
  overflow: initial;
  max-height: 100vh !important; }

@media (max-width: 767px) {
  tim-offer-landing-dialog.dialog-dark {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-color: #020609;
    background-size: 95vw 100vh !important; }
  tim-offer-landing-dialog md-dialog-content.mat-dialog-content {
    max-height: 100vh; } }

tim-offer-landing-dialog .logo {
  display: block;
  text-indent: -9999px;
  width: 165px;
  height: 35px;
  background: url(assets/logo1.81fa68ecc3f6aafcd5b9f45f77826753.png) no-repeat center center;
  background-size: contain;
  margin: 0 auto; }

tim-offer-landing-dialog .dialog-dark-inner {
  padding: 0; }
  @media (max-width: 767px) {
    tim-offer-landing-dialog .dialog-dark-inner {
      padding: 0px 5px 0 7px; } }
  tim-offer-landing-dialog .dialog-dark-inner .buttons-panel-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 30px !important; }
    tim-offer-landing-dialog .dialog-dark-inner .buttons-panel-container .button.button--white {
      margin: 10px;
      color: #00B5E2;
      border-color: #00B5E2; }
      tim-offer-landing-dialog .dialog-dark-inner .buttons-panel-container .button.button--white:hover {
        color: #f9fbfc; }
  tim-offer-landing-dialog .dialog-dark-inner .left-dialog-heading {
    border-bottom: none;
    text-align: center;
    margin: 0 auto;
    font-size: 26px; }
  tim-offer-landing-dialog .dialog-dark-inner .full-size {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    text-align: center; }
    tim-offer-landing-dialog .dialog-dark-inner .full-size.is-multiply .left-dialog-heading {
      margin-top: 82px; }
    tim-offer-landing-dialog .dialog-dark-inner .full-size .left-dialog-heading {
      margin-bottom: 38px;
      margin-top: 20px; }
      @media (max-width: 767px) {
        tim-offer-landing-dialog .dialog-dark-inner .full-size .left-dialog-heading {
          margin-bottom: 12px;
          font-size: 18px; } }
  tim-offer-landing-dialog .dialog-dark-inner .text-style {
    margin: 10px auto 0 auto;
    text-align: center;
    width: 100%; }
    @media (max-width: 767px) {
      tim-offer-landing-dialog .dialog-dark-inner .text-style {
        margin: 0;
        font-size: 3vw; } }
  tim-offer-landing-dialog .dialog-dark-inner .button--dark.filled {
    color: #f9fbfc;
    background: #027c98;
    border-color: #027c98; }
  tim-offer-landing-dialog .dialog-dark-inner .offer-landing-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }

tim-offer-landing-dialog .offer-landing-evo .offer-landing .text-style {
  margin-left: 33%;
  margin-bottom: 10%; }

.terms-link {
  text-decoration: underline;
  cursor: pointer; }

tim-offer-landing-standard .offer-landing-item {
  padding: 0 10%;
  box-sizing: border-box;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 50%; }
  tim-offer-landing-standard .offer-landing-item.is-multiply .buttons-panel-container {
    position: absolute;
    bottom: 97px;
    padding-left: 9%; }
    @media (max-width: 767px) {
      tim-offer-landing-standard .offer-landing-item.is-multiply .buttons-panel-container {
        bottom: 133px; } }
  tim-offer-landing-standard .offer-landing-item.is-multiply .text-style {
    bottom: 70px;
    position: absolute;
    width: auto;
    padding-left: 9%; }
  @media screen and (max-width: 1024px) {
    tim-offer-landing-standard .offer-landing-item {
      padding: 0 5%; } }
  @media (max-width: 767px) {
    tim-offer-landing-standard .offer-landing-item {
      width: 100%; } }
  tim-offer-landing-standard .offer-landing-item.is-single {
    width: 100%; }
    tim-offer-landing-standard .offer-landing-item.is-single .placeholder-offer {
      height: 78.7vw;
      width: 100%; }
    @media (max-width: 767px) {
      tim-offer-landing-standard .offer-landing-item.is-single {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100vh; } }
    tim-offer-landing-standard .offer-landing-item.is-single .left-dialog-heading {
      font-size: 40px;
      margin-top: 25px; }
      @media (max-width: 767px) {
        tim-offer-landing-standard .offer-landing-item.is-single .left-dialog-heading {
          font-size: 23px;
          padding: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          height: 25vh; } }
    tim-offer-landing-standard .offer-landing-item.is-single .buttons-panel-container {
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0; }
      @media (max-width: 767px) {
        tim-offer-landing-standard .offer-landing-item.is-single .buttons-panel-container {
          position: relative;
          bottom: 0;
          -ms-flex-direction: column;
              flex-direction: column; } }
    @media (max-width: 767px) {
      tim-offer-landing-standard .offer-landing-item.is-single .button--dark {
        height: 30px;
        line-height: 30px;
        font-size: 3.5vw;
        margin: 2px 10px; } }
  tim-offer-landing-standard .offer-landing-item img {
    width: 100%;
    margin: 0 auto;
    display: block; }
  tim-offer-landing-standard .offer-landing-item .left-dialog-heading {
    font-weight: bold;
    margin: 0 auto;
    font-size: 21px;
    margin-bottom: 18px; }

.terms-content {
  display: inline; }

.terms-navigation {
  text-decoration: underline; }

tim-offer-landing-evo {
  font-size: 2vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100vw;
  height: 90vh;
  padding: 10vh 0; }

@media (max-width: 1024px) and (orientation: landscape) {
  tim-offer-landing-evo {
    font-size: 2vh;
    background-size: cover; } }

@media (max-width: 1024px) and (orientation: portrait) {
  tim-offer-landing-evo {
    background-size: contain;
    background-position: center center;
    font-size: 2vw;
    padding: 1.5vh 0; } }
  tim-offer-landing-evo .offer-landing-item {
    box-sizing: border-box;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100vw;
    height: 90vh; }

@media (max-width: 1024px) and (orientation: portrait) {
  tim-offer-landing-evo .offer-landing-item {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; } }
    tim-offer-landing-evo .offer-landing-item.is-multiply .buttons-panel-container {
      position: absolute;
      bottom: 97px;
      padding-left: 9%; }
      @media (max-width: 767px) {
        tim-offer-landing-evo .offer-landing-item.is-multiply .buttons-panel-container {
          bottom: 133px; } }
    tim-offer-landing-evo .offer-landing-item.is-multiply .text-style {
      bottom: 70px;
      position: absolute;
      width: auto;
      padding-left: 9%; }
    @media (max-width: 767px) {
      tim-offer-landing-evo .offer-landing-item {
        width: 100%; } }
    tim-offer-landing-evo .offer-landing-item.is-single {
      width: 100%; }
      tim-offer-landing-evo .offer-landing-item.is-single .placeholder-offer {
        height: 78.7vw;
        width: 100%; }
      @media (max-width: 1024px) {
        tim-offer-landing-evo .offer-landing-item.is-single {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 1024px) and (orientation: landscape) {
  tim-offer-landing-evo .offer-landing-item.is-single {
    padding: 0vh 9vh 0vh 8.5vh;
    margin-top: 0.5rem; } }
      tim-offer-landing-evo .offer-landing-item.is-single .left-dialog-heading {
        font-size: 3em;
        margin-left: 0;
        padding-left: 8.5vh;
        position: static;
        width: auto;
        text-align: left; }

@media (max-width: 1024px) and (orientation: landscape) {
  tim-offer-landing-evo .offer-landing-item.is-single .left-dialog-heading {
    padding-left: 0;
    font-size: 2em;
    margin-bottom: 1vh; } }
        @media (max-width: 1023px) {
          tim-offer-landing-evo .offer-landing-item.is-single .left-dialog-heading {
            margin-top: 0;
            padding: 0; } }

@media (max-width: 1024px) and (orientation: portrait) {
  tim-offer-landing-evo .offer-landing-item.is-single .left-dialog-heading {
    margin-left: auto;
    font-size: 2em;
    width: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 25vh;
    margin-top: 0;
    line-height: 150%;
    padding: 0vh 0 2vh 0;
    height: auto;
    position: static;
    margin-bottom: 0; } }
      tim-offer-landing-evo .offer-landing-item.is-single .left-dialog-description {
        position: static;
        font-size: 2em;
        padding-left: 8.5vh;
        width: auto;
        -ms-flex-positive: 9;
            flex-grow: 9;
        margin-top: 35px; }

@media (max-width: 1024px) and (orientation: portrait) {
  tim-offer-landing-evo .offer-landing-item.is-single .left-dialog-description {
    position: static;
    font-size: 1.8em;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    -ms-flex-positive: 20;
        flex-grow: 20;
    line-height: 1.5; } }

@media (max-width: 1024px) and (orientation: landscape) {
  tim-offer-landing-evo .offer-landing-item.is-single .left-dialog-description {
    padding-left: 0;
    font-size: 1.8em;
    -ms-flex-positive: 20;
        flex-grow: 20;
    margin-top: 1em; } }
      tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container {
        position: static;
        padding-left: 8.5vh;
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-top: auto; }
        tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container .button {
          margin: 0 0px; }
        tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container .button--cta {
          margin: 10px;
          font-size: medium;
          font-size: initial;
          height: auto;
          height: initial; }
        tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container .text-style {
          text-align: left;
          padding-bottom: 5px; }
          tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container .text-style a {
            color: #fff; }
        @media (max-width: 767px) {
          tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container {
            position: static;
            -ms-flex-direction: column;
                flex-direction: column; } }

@media (max-width: 1024px) and (orientation: portrait) {
  tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container {
    padding-left: 0;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container .button--dark {
      margin: 0;
      font-size: 1.8em; }
    tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container .text-style {
      font-size: 1.8em;
      text-align: center; } }

@media (max-width: 1024px) and (orientation: landscape) {
  tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container {
    padding-left: 0;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container .button--dark {
      font-size: 1.3em;
      height: 2.4em;
      line-height: 2.4em; }
    tim-offer-landing-evo .offer-landing-item.is-single .buttons-panel-container .text-style {
      font-size: 1.3em; } }
      tim-offer-landing-evo .offer-landing-item.is-single .button--dark {
        color: #00B5E2;
        border-color: #00B5E2; }
        tim-offer-landing-evo .offer-landing-item.is-single .button--dark:focus, tim-offer-landing-evo .offer-landing-item.is-single .button--dark:visited {
          color: #a6babe;
          background: none; }
        tim-offer-landing-evo .offer-landing-item.is-single .button--dark:hover {
          color: #f9fbfc;
          background: #027c98;
          border-color: #027c98; }
        tim-offer-landing-evo .offer-landing-item.is-single .button--dark:active {
          color: #f9fbfc;
          background: #027c98;
          border-color: #027c98; }
        tim-offer-landing-evo .offer-landing-item.is-single .button--dark .highlighted {
          color: #f9fbfc;
          border-color: #f9fbfc; }
        tim-offer-landing-evo .offer-landing-item.is-single .button--dark.selected {
          color: #00B5E2;
          border: solid 2px #00B5E2; }
          tim-offer-landing-evo .offer-landing-item.is-single .button--dark.selected:hover, tim-offer-landing-evo .offer-landing-item.is-single .button--dark.selected:visited, tim-offer-landing-evo .offer-landing-item.is-single .button--dark.selected:focus, tim-offer-landing-evo .offer-landing-item.is-single .button--dark.selected:active {
            color: #00B5E2;
            cursor: default;
            border-color: #00B5E2;
            background: #002d37; }
        tim-offer-landing-evo .offer-landing-item.is-single .button--dark:disabled, tim-offer-landing-evo .offer-landing-item.is-single .button--dark.inactive {
          pointer-events: none;
          color: #607074;
          border: solid 2px #607074; }
          tim-offer-landing-evo .offer-landing-item.is-single .button--dark:disabled:hover, tim-offer-landing-evo .offer-landing-item.is-single .button--dark:disabled:visited, tim-offer-landing-evo .offer-landing-item.is-single .button--dark:disabled:focus, tim-offer-landing-evo .offer-landing-item.is-single .button--dark:disabled:active, tim-offer-landing-evo .offer-landing-item.is-single .button--dark.inactive:hover, tim-offer-landing-evo .offer-landing-item.is-single .button--dark.inactive:visited, tim-offer-landing-evo .offer-landing-item.is-single .button--dark.inactive:focus, tim-offer-landing-evo .offer-landing-item.is-single .button--dark.inactive:active {
            color: #607074;
            cursor: default;
            background: none;
            border-color: #607074; }

@media (max-width: 1024px) and (orientation: portrait) {
  tim-offer-landing-evo .offer-landing-item.is-single .button--dark {
    height: 3em;
    line-height: 3em;
    font-size: 1.3em;
    margin: 2px 10px;
    color: #f9fbfc;
    background: #00B5E2;
    border-color: #00B5E2; } }
    tim-offer-landing-evo .offer-landing-item img {
      width: 100%;
      margin: 0 auto;
      display: block; }
    tim-offer-landing-evo .offer-landing-item .left-dialog-heading {
      font-weight: bold;
      margin: 0 auto;
      font-size: 21px;
      margin-bottom: 18px; }

@media (max-width: 768px) {
  .buttons-panel-container a {
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 20px; } }

.terms-content {
  display: inline; }

.terms-navigation {
  text-decoration: underline; }

tim-advanced-info-message-dialog.isFullSrc {
  width: 100vw !important;
  height: 100vh !important; }

tim-advanced-info-message-dialog md-dialog-content.mat-dialog-content {
  max-height: 100vh;
  overflow-y: auto; }

@media (max-width: 767px) {
  tim-advanced-info-message-dialog {
    width: 100vw; } }

@media (max-width: 767px) {
  tim-advanced-info-message-dialog .md-dialog-content {
    width: 100vw;
    height: 100vh; } }

tim-advanced-info-message-dialog:not(.isFullSrc) {
  width: 100vw;
  height: 100vh;
  background-color: #020609; }
  @media (max-width: 1023px) {
    tim-advanced-info-message-dialog:not(.isFullSrc) {
      width: 100vw;
      height: 100vh;
      background-size: 120vh 69vh !important; } }
  @media (max-width: 767px) {
    tim-advanced-info-message-dialog:not(.isFullSrc) {
      width: 100vw;
      height: 100vh; } }

tim-advanced-info-message-dialog.dialog-dark {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #020609; }

tim-advanced-info-message-dialog .mat-dialog-content {
  overflow: visible;
  overflow: initial; }

@media (max-width: 767px) {
  tim-advanced-info-message-dialog.dialog-dark {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-color: #020609;
    background-size: 95vh 60vh !important; }
  tim-advanced-info-message-dialog md-dialog-content.mat-dialog-content {
    max-height: 100vh; } }

tim-advanced-info-message-dialog .logo {
  display: block;
  text-indent: -9999px;
  width: 411px;
  height: 100px;
  background: url(assets/logo1.81fa68ecc3f6aafcd5b9f45f77826753.png) no-repeat center center;
  background-size: contain;
  margin: 0 auto; }

tim-advanced-info-message-dialog .dialog-dark-inner .button {
  margin: 0 10px; }

tim-advanced-info-message-dialog .dialog-dark-inner {
  padding: 70px 50px 0 50px; }
  @media (max-width: 767px) {
    tim-advanced-info-message-dialog .dialog-dark-inner {
      padding: 0px 5px 0 7px; } }
  tim-advanced-info-message-dialog .dialog-dark-inner .buttons-panel-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 10px; }
    tim-advanced-info-message-dialog .dialog-dark-inner .buttons-panel-container .button {
      margin: 10px; }
  tim-advanced-info-message-dialog .dialog-dark-inner .left-dialog-heading {
    border-bottom: none;
    text-align: center;
    margin: 0 auto;
    font-size: 26px; }
  tim-advanced-info-message-dialog .dialog-dark-inner .full-size {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    text-align: center; }
    tim-advanced-info-message-dialog .dialog-dark-inner .full-size.is-multiply .left-dialog-heading {
      margin-top: 82px; }
    tim-advanced-info-message-dialog .dialog-dark-inner .full-size .left-dialog-heading {
      margin-bottom: 38px;
      margin-top: 20px; }
      @media (max-width: 767px) {
        tim-advanced-info-message-dialog .dialog-dark-inner .full-size .left-dialog-heading {
          margin-bottom: 12px;
          font-size: 18px; } }
  tim-advanced-info-message-dialog .dialog-dark-inner .text-style {
    margin: 10px auto 0 auto;
    text-align: center;
    width: 100%; }
    @media (max-width: 767px) {
      tim-advanced-info-message-dialog .dialog-dark-inner .text-style {
        margin: 0;
        font-size: 3.5vw; } }
  tim-advanced-info-message-dialog .dialog-dark-inner .button--dark.filled {
    color: #f9fbfc;
    background: #027c98;
    border-color: #027c98; }
  tim-advanced-info-message-dialog .dialog-dark-inner .offer-landing-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }

tim-advanced-info-message-dialog .aligment {
  margin-top: 60vh;
  margin-bottom: 40px; }

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 40;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .modal-close-btn {
      font-size: 25px; } }

@media (max-width: 1024px) and (orientation: portrait) {
  .modal-close-btn {
    top: 2vh; } }

@media (max-width: 1024px) and (orientation: landscape) {
  .modal-close-btn {
    top: 3vh; } }

tim-offer-landing-dialog .modal-close-btn {
  mix-blend-mode: difference; }

.registration-additional-action-dialog {
  width: 90vw; }

tim-confirmation-dialog,
.registration-additional-action-dialog,
.terms-dialog {
  position: relative;
  overflow: hidden;
  display: block; }
  tim-confirmation-dialog md-dialog-content.mat-dialog-content,
  .registration-additional-action-dialog md-dialog-content.mat-dialog-content,
  .terms-dialog md-dialog-content.mat-dialog-content {
    max-height: 90vh; }

tim-redirect-dialog,
.registration-additional-action-dialog,
.terms-dialog {
  position: relative;
  overflow: hidden;
  display: block; }
  tim-redirect-dialog md-dialog-content.mat-dialog-content,
  .registration-additional-action-dialog md-dialog-content.mat-dialog-content,
  .terms-dialog md-dialog-content.mat-dialog-content {
    max-height: 90vh; }
  tim-redirect-dialog .dialog-dark-inner a,
  .registration-additional-action-dialog .dialog-dark-inner a,
  .terms-dialog .dialog-dark-inner a {
    color: #fff; }
  tim-redirect-dialog .dialog-dark-inner .cursor-pointer-localhref,
  .registration-additional-action-dialog .dialog-dark-inner .cursor-pointer-localhref,
  .terms-dialog .dialog-dark-inner .cursor-pointer-localhref {
    cursor: pointer; }
  tim-redirect-dialog .button--light,
  .registration-additional-action-dialog .button--light,
  .terms-dialog .button--light {
    border-color: #fff; }
    tim-redirect-dialog .button--light:hover,
    .registration-additional-action-dialog .button--light:hover,
    .terms-dialog .button--light:hover {
      color: #000;
      background-color: #fff;
      border-color: #fff; }

tim-purchase-dialog,
.registration-additional-action-dialog,
tim-password-reset-dialog {
  position: relative;
  overflow: hidden;
  display: block; }
  tim-purchase-dialog md-dialog-content.mat-dialog-content,
  .registration-additional-action-dialog md-dialog-content.mat-dialog-content,
  tim-password-reset-dialog md-dialog-content.mat-dialog-content {
    max-height: none;
    height: 100%; }
    tim-purchase-dialog md-dialog-content.mat-dialog-content .registration-additional-action-popup,
    tim-purchase-dialog md-dialog-content.mat-dialog-content .password-reset-popup,
    .registration-additional-action-dialog md-dialog-content.mat-dialog-content .registration-additional-action-popup,
    .registration-additional-action-dialog md-dialog-content.mat-dialog-content .password-reset-popup,
    tim-password-reset-dialog md-dialog-content.mat-dialog-content .registration-additional-action-popup,
    tim-password-reset-dialog md-dialog-content.mat-dialog-content .password-reset-popup {
      max-height: none; }

.password-reset-error {
  position: unset !important;
  display: inline !important; }
  .password-reset-error i {
    float: unset !important; }

tim-password-reset-dialog .show-passwords {
  position: static; }

@media (max-width: 767px) {
  .registration-additional-action-dialog {
    width: calc(100vw - 30px);
    min-height: calc(100vh - 30px); }
    .registration-additional-action-dialog .mat-dialog-content {
      max-height: calc(100vh - 30px) !important; }
      .registration-additional-action-dialog .mat-dialog-content .registration-popup {
        max-height: none; }
        .registration-additional-action-dialog .mat-dialog-content .registration-popup .inner {
          max-height: none;
          padding-right: 0; }
          .registration-additional-action-dialog .mat-dialog-content .registration-popup .inner .buttons-panel .button {
            width: auto;
            margin-right: 15px; }
    .registration-additional-action-dialog .scroll-container {
      max-height: none;
      padding-right: 0; } }

@media (max-width: 467px) {
  .registration-additional-action-dialog {
    width: 100vw;
    min-height: 100vh; }
    .registration-additional-action-dialog .mat-dialog-content {
      min-height: 100vh; }
      .registration-additional-action-dialog .mat-dialog-content .registration-popup {
        max-height: none; }
        .registration-additional-action-dialog .mat-dialog-content .registration-popup .inner {
          max-height: none; }
    .registration-additional-action-dialog .scroll-container {
      max-height: none;
      padding-right: 0; } }

.registration-additional-action-popup {
  display: block;
  padding: 50px 20px 15px;
  box-sizing: border-box;
  background: #f9fbfc url(assets/WEB_NewLogo_Reg-Login.b9e0b4bdbad25a50cb2e282074a93ab9.png) no-repeat 20px 15px;
  width: 760px;
  background-size: auto 55px;
  overflow: hidden;
  text-align: center;
  max-height: 90vh; }
  @media (max-width: 1023px) {
    .registration-additional-action-popup {
      padding: 60px 20px 15px; } }
  @media (max-width: 767px) {
    .registration-additional-action-popup {
      background-size: auto 35px;
      padding: 60px 20px 15px;
      min-height: 100vh; } }
  .registration-additional-action-popup .inner {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 20%;
    max-height: calc(90vh - 65px);
    overflow: hidden; }
    @media (max-width: 1023px) {
      .registration-additional-action-popup .inner {
        padding: 0;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .registration-additional-action-popup .inner {
        background-size: auto 35px;
        max-height: none; } }
    .registration-additional-action-popup .inner .buttons-panel {
      margin: 10px 0 10px; }

tim-purchase-dialog md-dialog-content.mat-dialog-content {
  overflow: hidden; }

tim-purchase-dialog .scroll-container {
  max-height: 65vh; }

tim-purchase-dialog .mat-dialog-content .dialog-dark-inner .text-style i {
  color: #f9fbfc; }

.password-reset-popup {
  max-height: 90vh; }

.login-popup {
  display: block;
  padding: 20px 60px 35px 60px;
  box-sizing: border-box;
  overflow: hidden; }
  .login-popup.is-web-view {
    background-image: none;
    padding-top: 30px !important; }
  @media (max-width: 1023px) {
    .login-popup {
      padding: 80px 25px 35px;
      background-position-x: center; } }
  @media (max-width: 767px) {
    .login-popup {
      background-size: auto 35px;
      padding: 60px 20px 25px; } }
  .login-popup .right-column {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 25px;
    text-align: center;
    box-sizing: border-box; }
    .login-popup .right-column .autorization-header {
      font-size: 22px;
      margin-bottom: 45px; }
  .login-popup .text-input {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 0 40px;
    position: relative; }
    .login-popup .text-input input {
      text-align: center;
      border-color: #b5c7ca; }
    @media (max-width: 1023px) {
      .login-popup .text-input {
        padding: 0 0 30px; } }
    @media (max-width: 767px) {
      .login-popup .text-input {
        padding: 0 0 25px; } }
  .login-popup .forgot-password {
    margin: 0 0 37px;
    font-size: 18px; }
    .login-popup .forgot-password a {
      color: #00B5E2; }
      .login-popup .forgot-password a:visited {
        color: #00B5E2; }
      .login-popup .forgot-password a:hover {
        color: #00B5E2; }
      .login-popup .forgot-password a:active {
        color: #00B5E2; }
    .login-popup .forgot-password a {
      text-decoration: none; }
      .login-popup .forgot-password a:hover {
        text-decoration: underline; }
    @media (max-width: 1023px) {
      .login-popup .forgot-password {
        text-align: center; } }
    @media (max-width: 767px) {
      .login-popup .forgot-password {
        text-align: center;
        margin: 0 0 20px;
        font-size: 15px; } }
    .login-popup .forgot-password a {
      cursor: pointer; }
  .login-popup .button--light {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
    display: block;
    line-height: 45px;
    height: 45px;
    color: #f9fbfc;
    background: #00B5E2;
    border-color: #00B5E2;
    font-size: 14px; }
    .login-popup .button--light.registrati {
      background: transparent;
      color: #00B5E2;
      margin-top: 10px; }
  .login-popup .registration-link div {
    display: inline-block; }
  .login-popup .registration-link a {
    color: #00B5E2;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400; }
  .login-popup .error-message {
    text-align: right;
    margin: 10px 0 -32px; }
    @media (max-width: 1023px) {
      .login-popup .error-message {
        margin: 7px 0 -25px; } }
    @media (max-width: 767px) {
      .login-popup .error-message {
        margin: 5px 0 -21px; } }

.confirmation-popup {
  display: block;
  width: 500px;
  padding: 70px 50px !important;
  box-sizing: border-box;
  background: #f9fbfc;
  overflow: hidden; }
  @media (max-width: 599px) {
    .confirmation-popup {
      width: 100%; } }
  @media (max-width: 767px) {
    .confirmation-popup {
      padding: 50px 30px 50vh; } }
  .confirmation-popup h2 {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 1023px) {
      .confirmation-popup h2 {
        font-size: 35px;
        margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .confirmation-popup h2 {
        font-size: 30px;
        margin: 0 0 20px; } }
  .confirmation-popup .text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .confirmation-popup .text {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .confirmation-popup .text {
        font-size: 16px;
        line-height: 20px; } }
  .confirmation-popup .buttons-panel {
    text-align: center; }
    .confirmation-popup .buttons-panel .button {
      margin: 0 10px 10px; }

.update-pwd-popup {
  text-align: center;
  background: #f9fbfc url(assets/WEB_NewLogo_Reg-Login.b9e0b4bdbad25a50cb2e282074a93ab9.png) no-repeat -10px 20px/110px; }
  .update-pwd-popup .buttons-panel {
    text-align: center; }
    .update-pwd-popup .buttons-panel button,
    .update-pwd-popup .buttons-panel a {
      display: inline-block;
      margin-right: 10px; }
      @media (max-width: 467px) {
        .update-pwd-popup .buttons-panel button,
        .update-pwd-popup .buttons-panel a {
          display: block;
          margin-bottom: 20px;
          width: 100%; } }
  .update-pwd-popup .button--light {
    margin: 0 auto;
    display: block; }
    @media (max-width: 1023px) {
      .update-pwd-popup .button--light {
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .update-pwd-popup .button--light {
        margin: 0 auto; } }
  .update-pwd-popup .update-pwd-text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .update-pwd-popup .update-pwd-text {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .update-pwd-popup .update-pwd-text {
        font-size: 16px;
        line-height: 20px; } }
  .update-pwd-popup .update-pwd-title {
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .update-pwd-popup .update-pwd-title {
        font-size: 21px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .update-pwd-popup .update-pwd-title {
        font-size: 19px;
        line-height: 20px; } }

.update-pwd-inner {
  display: block;
  width: 500px;
  padding: 70px 20px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (max-width: 599px) {
    .update-pwd-inner {
      width: 100%; } }
  @media (max-width: 767px) {
    .update-pwd-inner {
      padding: 50px 30px; } }
  .update-pwd-inner .buttons-panel {
    text-align: center; }

.cancel-account-popup {
  text-align: center;
  background: #f9fbfc url(assets/WEB_NewLogo_Reg-Login.b9e0b4bdbad25a50cb2e282074a93ab9.png) no-repeat -10px 20px/110px; }
  .cancel-account-popup .buttons-panel {
    text-align: center; }
    .cancel-account-popup .buttons-panel button,
    .cancel-account-popup .buttons-panel a {
      display: inline-block;
      margin-right: 10px; }
      @media (max-width: 467px) {
        .cancel-account-popup .buttons-panel button,
        .cancel-account-popup .buttons-panel a {
          display: block;
          margin-bottom: 20px;
          width: 100%; } }
  .cancel-account-popup .button--light {
    margin: 0 auto;
    display: block; }
    @media (max-width: 1023px) {
      .cancel-account-popup .button--light {
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .cancel-account-popup .button--light {
        margin: 0 auto; } }
  .cancel-account-popup .cancel-account-text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .cancel-account-popup .cancel-account-text {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .cancel-account-popup .cancel-account-text {
        font-size: 16px;
        line-height: 20px; } }
  .cancel-account-popup .cancel-account-title {
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .cancel-account-popup .cancel-account-title {
        font-size: 21px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .cancel-account-popup .cancel-account-title {
        font-size: 19px;
        line-height: 20px; } }

.cancel-account-inner {
  display: block;
  width: 500px;
  padding: 70px 20px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (max-width: 599px) {
    .cancel-account-inner {
      width: 100%; } }
  @media (max-width: 767px) {
    .cancel-account-inner {
      padding: 50px 30px; } }
  .cancel-account-inner .buttons-panel {
    text-align: center; }

.google-assistant-confirmation-popup {
  display: block;
  padding: 30px 30px !important;
  box-sizing: border-box;
  background: #f9fbfc;
  overflow: hidden;
  border-radius: 4px;
  height: 200px;
  width: 350px; }
  .google-assistant-confirmation-popup h2 {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .google-assistant-confirmation-popup .text {
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    margin: 0px 0 40px;
    font-weight: 300; }
  .google-assistant-confirmation-popup .buttons-panel {
    text-align: center; }
    .google-assistant-confirmation-popup .buttons-panel .button {
      margin: 0 10px 10px; }

.resend-email-popup .buttons-panel {
  text-align: center; }
  .resend-email-popup .buttons-panel a {
    display: inline-block;
    margin-right: 10px; }
    @media (max-width: 467px) {
      .resend-email-popup .buttons-panel a {
        display: block;
        margin-bottom: 20px;
        width: 100%; } }

.reset-prompt-popup {
  background: #f9fbfc url(assets/WEB_NewLogo_Reg-Login.b9e0b4bdbad25a50cb2e282074a93ab9.png) no-repeat -10px 20px/110px;
  text-align: center; }
  .reset-prompt-popup .buttons-panel {
    text-align: center; }
    .reset-prompt-popup .buttons-panel button,
    .reset-prompt-popup .buttons-panel a {
      display: inline-block;
      margin-right: 10px; }
      @media (max-width: 467px) {
        .reset-prompt-popup .buttons-panel button,
        .reset-prompt-popup .buttons-panel a {
          display: block;
          margin-bottom: 20px;
          width: 100%; } }
  .reset-prompt-popup .button--light {
    margin: 0 auto;
    display: block; }
    @media (max-width: 1023px) {
      .reset-prompt-popup .button--light {
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .reset-prompt-popup .button--light {
        margin: 0 auto; } }
  .reset-prompt-popup .text-input {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
    padding: 0 0 40px; }
    @media (max-width: 1023px) {
      .reset-prompt-popup .text-input {
        font-size: 18px;
        padding: 0 0 30px; }
        .reset-prompt-popup .text-input input {
          text-align: center; } }
    @media (max-width: 767px) {
      .reset-prompt-popup .text-input {
        padding: 0 0 25px; } }

.baloon {
  position: absolute;
  display: none;
  background: #e4e4e4;
  cursor: pointer;
  width: 120px;
  top: -4px;
  right: -145px;
  font-size: 12px;
  pointer-events: none;
  padding: 5px;
  z-index: 1; }
  .baloon:after {
    right: 100%;
    top: 6px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .baloon:after {
    border-right-color: #e4e4e4;
    border-width: 7px;
    margin-top: 0; }

.dialog-dark {
  position: relative;
  display: block;
  color: #f9fbfc;
  background: #001136;
  overflow: hidden; }

.dialog-light {
  position: relative;
  display: block;
  color: #001013;
  background: #f9fbfc;
  overflow: hidden; }
  .dialog-light .text .text-link--dark,
  .dialog-light .text a {
    color: #00B5E2;
    text-decoration: none; }
    .dialog-light .text .text-link--dark:hover,
    .dialog-light .text .text-link--dark :focus,
    .dialog-light .text a:hover,
    .dialog-light .text a :focus {
      color: #00B5E2;
      text-decoration: underline; }
    .dialog-light .text .text-link--dark:visited,
    .dialog-light .text a:visited {
      color: #00B5E2;
      text-decoration: none; }
  .dialog-light .error-message {
    text-align: right;
    margin: 10px 0 -32px; }
    @media (max-width: 1023px) {
      .dialog-light .error-message {
        margin: 7px 0 -25px; } }
    @media (max-width: 767px) {
      .dialog-light .error-message {
        margin: 5px 0 -21px; } }
  .dialog-light .text-input {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
    padding: 0 0 40px; }
    @media (max-width: 1023px) {
      .dialog-light .text-input {
        font-size: 18px;
        padding: 0 0 30px; }
        .dialog-light .text-input input {
          text-align: center; } }
    @media (max-width: 767px) {
      .dialog-light .text-input {
        padding: 0 0 25px; } }
  @media (max-width: 768px) {
    .dialog-light {
      width: 90vw; } }

tim-reset-pin-dialog.dialog-light .buttons-panel a {
  color: #607074; }

tim-reset-pin-dialog.dialog-light .buttons-panel a:hover {
  color: #F9FBFC; }

.dialog-light-inner {
  display: block;
  width: 500px;
  padding: 70px 50px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (max-width: 599px) {
    .dialog-light-inner {
      width: 100%; } }
  @media (max-width: 767px) {
    .dialog-light-inner {
      padding: 50px 30px 50vh; } }
  .dialog-light-inner h2,
  .dialog-light-inner .dialog-heading {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 1023px) {
      .dialog-light-inner h2,
      .dialog-light-inner .dialog-heading {
        font-size: 35px;
        margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .dialog-light-inner h2,
      .dialog-light-inner .dialog-heading {
        font-size: 30px;
        margin: 0 0 20px; } }
    .dialog-light-inner h2 .icon-error,
    .dialog-light-inner .dialog-heading .icon-error {
      color: #00B5E2;
      font-size: 40px; }
  .dialog-light-inner .text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .dialog-light-inner .text {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .dialog-light-inner .text {
        font-size: 16px;
        line-height: 20px; } }
  .dialog-light-inner .buttons-panel {
    text-align: center; }

tim-bookmark-dialog.dialog-dark {
  position: relative;
  display: block;
  color: #f9fbfc;
  overflow: hidden;
  text-align: left;
  max-width: 600px; }
  tim-bookmark-dialog.dialog-dark .dialog-dark-inner {
    padding: 30px 40px; }
  tim-bookmark-dialog.dialog-dark h2 {
    font-size: 28px;
    color: #f9fbfc;
    text-align: left;
    border-bottom: 1px solid #f9fbfc;
    padding: 0 0 15px;
    margin: 0 0 20px; }
  tim-bookmark-dialog.dialog-dark .text {
    font-size: 16px;
    color: #f9fbfc;
    text-align: left;
    padding: 0 0 20px; }
  tim-bookmark-dialog.dialog-dark .buttons-panel {
    text-align: left; }
    tim-bookmark-dialog.dialog-dark .buttons-panel .button {
      margin: 0 10px 0 0; }

.dialog-dark-inner {
  display: block;
  min-width: 320px;
  padding: 70px 50px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (max-width: 599px) {
    .dialog-dark-inner {
      width: 100%; } }
  @media (max-width: 767px) {
    .dialog-dark-inner {
      padding: 50px 30px 50vh; } }
  .dialog-dark-inner h2,
  .dialog-dark-inner .dialog-heading {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 1023px) {
      .dialog-dark-inner h2,
      .dialog-dark-inner .dialog-heading {
        font-size: 35px;
        margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .dialog-dark-inner h2,
      .dialog-dark-inner .dialog-heading {
        font-size: 30px;
        margin: 0 0 20px; } }
  .dialog-dark-inner .tim-spinner circle {
    stroke: #f9fbfc; }
  .dialog-dark-inner .text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .dialog-dark-inner .text {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .dialog-dark-inner .text {
        font-size: 16px;
        line-height: 20px; } }
  .dialog-dark-inner .buttons-panel {
    text-align: center; }
    .dialog-dark-inner .buttons-panel a {
      color: #f9fbfc; }
    .dialog-dark-inner .buttons-panel a:hover, .dialog-dark-inner .buttons-panel a:active {
      color: #001136; }
  .dialog-dark-inner .button {
    margin: 0 10px; }

.pc-level-dialog {
  max-width: 500px; }
  .pc-level-dialog .dialog-heading {
    font-size: 55px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 10px; }

.terms-dialog,
.password-reset-dialog {
  width: 1300px; }
  @media (max-width: 1349px) {
    .terms-dialog,
    .password-reset-dialog {
      width: 90vw; } }

.terms-dialog,
.password-reset-dialog {
  margin: 0 auto;
  text-align: center;
  background: #f9fbfc; }

.terms-popup,
.password-reset-popup {
  display: block;
  box-sizing: border-box;
  background: #f9fbfc url(assets/WEB_NewLogo_Reg-Login.b9e0b4bdbad25a50cb2e282074a93ab9.png) no-repeat 20px 15px;
  background-size: auto 55px;
  overflow: hidden;
  text-align: center; }
  @media (max-width: 1023px) {
    .terms-popup,
    .password-reset-popup {
      padding: 80px 25px 35px; } }
  @media (max-width: 767px) {
    .terms-popup,
    .password-reset-popup {
      background-size: auto 35px;
      padding: 60px 20px 25px; } }

.terms-popup {
  padding: 75px 40px 50px; }

.password-reset-popup {
  padding: 50px 20px; }

.terms-popup:after,
.password-reset-popup:after,
.registration-additional-action-popup:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  opacity: 0;
  background-color: #e8f0f2; }

.terms-popup .error-message,
.password-reset-popup .error-message,
.registration-additional-action-popup .error-message {
  color: #cc0033;
  font-style: italic;
  font-size: 15px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: -230px;
  width: 60%;
  text-align: left; }
  .terms-popup .error-message .align-icon,
  .password-reset-popup .error-message .align-icon,
  .registration-additional-action-popup .error-message .align-icon {
    height: 20px;
    float: left; }

@media (max-width: 1023px) {
  .terms-popup .error-message,
  .password-reset-popup .error-message,
  .registration-additional-action-popup .error-message {
    width: 100%;
    text-align: center;
    right: auto;
    top: 40px;
    font-size: 14px; }
    .terms-popup .error-message .align-icon,
    .password-reset-popup .error-message .align-icon,
    .registration-additional-action-popup .error-message .align-icon {
      height: 0;
      float: none; } }

.terms-popup .narrow-box,
.password-reset-popup .narrow-box,
.registration-additional-action-popup .narrow-box {
  width: 350px;
  margin: 0 auto; }

@media (max-width: 1023px) {
  .terms-popup .narrow-box,
  .password-reset-popup .narrow-box,
  .registration-additional-action-popup .narrow-box {
    width: 100%; } }

.terms-popup .info-icon,
.password-reset-popup .info-icon,
.registration-additional-action-popup .info-icon {
  position: absolute;
  right: auto;
  left: 0;
  top: 11px;
  font-size: 18px; }
  .terms-popup .info-icon:hover .baloon,
  .password-reset-popup .info-icon:hover .baloon,
  .registration-additional-action-popup .info-icon:hover .baloon {
    display: block; }

@media (max-width: 889px) {
  .terms-popup .info-icon,
  .password-reset-popup .info-icon,
  .registration-additional-action-popup .info-icon {
    right: auto; } }

.terms-popup h2,
.password-reset-popup h2,
.registration-additional-action-popup h2 {
  margin: 0 0 30px;
  font-size: 50px;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .terms-popup h2,
    .password-reset-popup h2,
    .registration-additional-action-popup h2 {
      font-size: 35px;
      margin: 0 0 20px; } }
  @media (max-width: 767px) {
    .terms-popup h2,
    .password-reset-popup h2,
    .registration-additional-action-popup h2 {
      font-size: 30px;
      margin: 0 0 15px; } }

.terms-popup .text-info,
.password-reset-popup .text-info,
.registration-additional-action-popup .text-info {
  margin: 0 0 40px; }
  .terms-popup .text-info a,
  .password-reset-popup .text-info a,
  .registration-additional-action-popup .text-info a {
    color: #001b21; }
    .terms-popup .text-info a:visited,
    .password-reset-popup .text-info a:visited,
    .registration-additional-action-popup .text-info a:visited {
      color: #001b21; }
    .terms-popup .text-info a:hover,
    .password-reset-popup .text-info a:hover,
    .registration-additional-action-popup .text-info a:hover {
      color: #001b21; }
    .terms-popup .text-info a:active,
    .password-reset-popup .text-info a:active,
    .registration-additional-action-popup .text-info a:active {
      color: #001b21; }
  @media (max-width: 1023px) {
    .terms-popup .text-info,
    .password-reset-popup .text-info,
    .registration-additional-action-popup .text-info {
      margin: 0 0 25px; } }
  @media (max-width: 767px) {
    .terms-popup .text-info,
    .password-reset-popup .text-info,
    .registration-additional-action-popup .text-info {
      margin: 0 0 20px; } }
  .terms-popup .text-info a,
  .password-reset-popup .text-info a,
  .registration-additional-action-popup .text-info a {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500; }
  .terms-popup .text-info a:hover,
  .password-reset-popup .text-info a:hover,
  .registration-additional-action-popup .text-info a:hover {
    text-decoration: none; }
  .terms-popup .text-info p,
  .password-reset-popup .text-info p,
  .registration-additional-action-popup .text-info p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .terms-popup .text-info p,
      .password-reset-popup .text-info p,
      .registration-additional-action-popup .text-info p {
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .terms-popup .text-info p,
      .password-reset-popup .text-info p,
      .registration-additional-action-popup .text-info p {
        font-size: 14px;
        line-height: 18px; } }

.terms-popup .text-input,
.password-reset-popup .text-input,
.registration-additional-action-popup .text-input {
  width: 100%;
  max-width: 500px;
  font-size: 20px;
  margin: 0 auto 25px;
  position: relative; }
  .terms-popup .text-input .passwordPadding,
  .password-reset-popup .text-input .passwordPadding,
  .registration-additional-action-popup .text-input .passwordPadding {
    padding-right: 20px; }
  .terms-popup .text-input input,
  .password-reset-popup .text-input input,
  .registration-additional-action-popup .text-input input {
    text-align: center; }
  @media (max-width: 1023px) {
    .terms-popup .text-input,
    .password-reset-popup .text-input,
    .registration-additional-action-popup .text-input {
      font-size: 18px;
      margin: 0 auto 40px; } }
  @media (max-width: 767px) {
    .terms-popup .text-input,
    .password-reset-popup .text-input,
    .registration-additional-action-popup .text-input {
      margin: 0 auto 40px; }
      .terms-popup .text-input .passwordPadding,
      .password-reset-popup .text-input .passwordPadding,
      .registration-additional-action-popup .text-input .passwordPadding {
        padding-right: 0;
        padding-left: 20px; } }

@media (max-width: 767px) {
  .terms-popup .show-passwords + .text-input,
  .password-reset-popup .show-passwords + .text-input,
  .registration-additional-action-popup .show-passwords + .text-input {
    margin-bottom: 20px; } }

.terms-popup .show-passwords,
.password-reset-popup .show-passwords,
.registration-additional-action-popup .show-passwords {
  display: block;
  cursor: pointer;
  color: #0033a1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
  margin-top: -10px; }
  .terms-popup .show-passwords i,
  .password-reset-popup .show-passwords i,
  .registration-additional-action-popup .show-passwords i {
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 7px 0 0; }
  .terms-popup .show-passwords.active,
  .password-reset-popup .show-passwords.active,
  .registration-additional-action-popup .show-passwords.active {
    color: #001b21; }
    .terms-popup .show-passwords.active i,
    .password-reset-popup .show-passwords.active i,
    .registration-additional-action-popup .show-passwords.active i {
      font-weight: bold; }

.terms-popup .terms,
.password-reset-popup .terms,
.registration-additional-action-popup .terms {
  padding: 20px 0 30px;
  text-align: left; }
  .terms-popup .terms ul,
  .password-reset-popup .terms ul,
  .registration-additional-action-popup .terms ul {
    border-top: 1px solid #a6babe;
    padding: 0;
    margin: 0;
    list-style: none; }
    .terms-popup .terms ul li,
    .password-reset-popup .terms ul li,
    .registration-additional-action-popup .terms ul li {
      padding: 10px 0;
      border-bottom: 1px solid #a6babe; }
      .terms-popup .terms ul li:after,
      .password-reset-popup .terms ul li:after,
      .registration-additional-action-popup .terms ul li:after {
        content: "";
        display: table;
        clear: both; }
      .terms-popup .terms ul li:first-child,
      .password-reset-popup .terms ul li:first-child,
      .registration-additional-action-popup .terms ul li:first-child {
        padding: 15px 0; }
      .terms-popup .terms ul li .label,
      .password-reset-popup .terms ul li .label,
      .registration-additional-action-popup .terms ul li .label {
        line-height: 27px;
        display: inline-block; }
        @media (max-width: 767px) {
          .terms-popup .terms ul li .label,
          .password-reset-popup .terms ul li .label,
          .registration-additional-action-popup .terms ul li .label {
            padding: 0 0 10px;
            width: 65%; } }
        @media (max-width: 467px) {
          .terms-popup .terms ul li .label,
          .password-reset-popup .terms ul li .label,
          .registration-additional-action-popup .terms ul li .label {
            width: 100%; } }
      .terms-popup .terms ul li md-checkbox,
      .terms-popup .terms ul li md-radio-group,
      .password-reset-popup .terms ul li md-checkbox,
      .password-reset-popup .terms ul li md-radio-group,
      .registration-additional-action-popup .terms ul li md-checkbox,
      .registration-additional-action-popup .terms ul li md-radio-group {
        float: right;
        display: block; }
        @media (max-width: 467px) {
          .terms-popup .terms ul li md-checkbox,
          .terms-popup .terms ul li md-radio-group,
          .password-reset-popup .terms ul li md-checkbox,
          .password-reset-popup .terms ul li md-radio-group,
          .registration-additional-action-popup .terms ul li md-checkbox,
          .registration-additional-action-popup .terms ul li md-radio-group {
            float: none;
            display: block; } }
        .terms-popup .terms ul li md-checkbox md-radio-button,
        .terms-popup .terms ul li md-radio-group md-radio-button,
        .password-reset-popup .terms ul li md-checkbox md-radio-button,
        .password-reset-popup .terms ul li md-radio-group md-radio-button,
        .registration-additional-action-popup .terms ul li md-checkbox md-radio-button,
        .registration-additional-action-popup .terms ul li md-radio-group md-radio-button {
          margin: 0 0 0 20px; }
          .terms-popup .terms ul li md-checkbox md-radio-button:first-child,
          .terms-popup .terms ul li md-radio-group md-radio-button:first-child,
          .password-reset-popup .terms ul li md-checkbox md-radio-button:first-child,
          .password-reset-popup .terms ul li md-radio-group md-radio-button:first-child,
          .registration-additional-action-popup .terms ul li md-checkbox md-radio-button:first-child,
          .registration-additional-action-popup .terms ul li md-radio-group md-radio-button:first-child {
            margin: 0; }
      .terms-popup .terms ul li md-checkbox,
      .password-reset-popup .terms ul li md-checkbox,
      .registration-additional-action-popup .terms ul li md-checkbox {
        margin: 0 0 0 20px; }
        @media (max-width: 499px) {
          .terms-popup .terms ul li md-checkbox,
          .password-reset-popup .terms ul li md-checkbox,
          .registration-additional-action-popup .terms ul li md-checkbox {
            margin: 0; } }
      .terms-popup .terms ul li .error-message,
      .password-reset-popup .terms ul li .error-message,
      .registration-additional-action-popup .terms ul li .error-message {
        clear: both;
        padding: 10px 0 0;
        right: auto;
        width: auto;
        text-align: left;
        position: static;
        top: -15px; }
  .terms-popup .terms a,
  .password-reset-popup .terms a,
  .registration-additional-action-popup .terms a {
    text-decoration: underline;
    color: #00B5E2;
    cursor: pointer; }
    .terms-popup .terms a:hover,
    .password-reset-popup .terms a:hover,
    .registration-additional-action-popup .terms a:hover {
      text-decoration: none; }

.terms-popup .buttons-panel button,
.password-reset-popup .buttons-panel button,
.registration-additional-action-popup .buttons-panel button {
  margin: 0 10px; }
  @media (max-width: 599px) {
    .terms-popup .buttons-panel button,
    .password-reset-popup .buttons-panel button,
    .registration-additional-action-popup .buttons-panel button {
      margin: 0 0 10px;
      width: 100%; } }

.terms-popup .inner,
.password-reset-popup .inner {
  position: relative;
  z-index: 10;
  max-width: 750px;
  margin: 0 auto;
  padding-right: 25px;
  max-height: none;
  overflow: hidden; }

.buttons-panel button {
  margin: 0 10px 10px; }

.login-popup .scroll-container {
  max-height: 100vh;
  position: relative;
  overflow: hidden; }

.login-popup .slide:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both; }

.password-reset-popup .inner {
  max-height: calc(90vh - 120px);
  position: relative;
  max-width: none;
  padding-right: 40px;
  overflow: hidden; }

.terms-dialog .terms-popup {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  .terms-dialog .terms-popup h2 {
    margin: 0;
    border-bottom: 1px solid #a6babe;
    padding: 0 0 20px; }
  .terms-dialog .terms-popup h3 {
    font-size: 20px; }
  .terms-dialog .terms-popup .text {
    position: relative;
    z-index: 10;
    text-align: left;
    max-height: 60vh;
    overflow: hidden; }
    .terms-dialog .terms-popup .text h2,
    .terms-dialog .terms-popup .text h3,
    .terms-dialog .terms-popup .text h4 {
      font-size: 30px;
      margin: 20px 0 25px;
      font-weight: 300; }
      @media (max-width: 1023px) {
        .terms-dialog .terms-popup .text h2,
        .terms-dialog .terms-popup .text h3,
        .terms-dialog .terms-popup .text h4 {
          font-size: 22px;
          margin: 15px 0 20px; } }
      @media (max-width: 767px) {
        .terms-dialog .terms-popup .text h2,
        .terms-dialog .terms-popup .text h3,
        .terms-dialog .terms-popup .text h4 {
          font-size: 18px;
          margin: 10px 0 15px; } }
    .terms-dialog .terms-popup .text p,
    .terms-dialog .terms-popup .text li {
      color: #607074;
      margin: 0 0 15px;
      font-size: 16px;
      font-weight: 300; }
      @media (max-width: 1023px) {
        .terms-dialog .terms-popup .text p,
        .terms-dialog .terms-popup .text li {
          margin: 0 0 10px;
          font-size: 15px; } }
      @media (max-width: 767px) {
        .terms-dialog .terms-popup .text p,
        .terms-dialog .terms-popup .text li {
          margin: 0 0 10px;
          font-size: 14px; } }
  .terms-dialog .terms-popup .text-container-content {
    padding: 15px 25px;
    overflow: hidden;
    box-sizing: border-box; }
  .terms-dialog .terms-popup .swiper-scrollbar {
    right: 0;
    top: 0;
    z-index: 50;
    width: 10px;
    height: 100%;
    border-radius: 0;
    -ms-touch-action: none;
    background: #ccd5d7; }
    .terms-dialog .terms-popup .swiper-scrollbar .swiper-scrollbar-drag {
      background: #00B5E2;
      border-radius: 0; }

.dialog-dark-inner .share-buttons-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 25px 0 25px;
  text-align: center; }
  .dialog-dark-inner .share-buttons-panel .shareDisabled {
    color: #f9fbfc;
    cursor: default; }

.dialog-dark-inner .left-dialog-heading {
  text-align: left;
  font-weight: 100;
  margin-bottom: 25px;
  border-bottom: 1px solid #f9fbfc;
  padding-bottom: 10px;
  font-size: 30px; }
  @media (max-width: 767px) {
    .dialog-dark-inner .left-dialog-heading {
      font-size: 23px;
      max-width: 90%; } }

.dialog-panel {
  padding-top: 40px; }
  .dialog-panel .text-align-left {
    text-align: left; }
  .dialog-panel .share-icon {
    font-size: 30px;
    padding-bottom: 15px; }
  .dialog-panel .icon-facebook {
    width: 50px;
    height: 100%;
    fill: #3b5998; }
  .dialog-panel .icon-twitter {
    width: 50px;
    height: 100%;
    fill: #00aced; }

.share-button {
  padding: 0 10px 0 10px;
  cursor: pointer; }
  .share-button.disabled {
    pointer-events: none;
    color: #607074; }
    .share-button.disabled .icon-facebook,
    .share-button.disabled .icon-twitter {
      fill: #607074; }

.pc-pin-dialog {
  max-width: 500px; }
  .pc-pin-dialog .error-message {
    padding-bottom: 25px; }
  .pc-pin-dialog .dialog-heading {
    text-align: left;
    font-weight: 100;
    margin-bottom: 25px;
    border-bottom: 1px solid #f9fbfc;
    padding-bottom: 10px;
    font-size: 30px; }
  .pc-pin-dialog .dialog-text {
    text-align: left; }
  .pc-pin-dialog a.button {
    margin-left: 0 !important; }

@media (max-width: 767px) {
  tim-purchase-dialog .mat-dialog-content,
  tim-resend-email-confirmation-dialog .mat-dialog-content,
  .password-reset-dialog .mat-dialog-content {
    max-height: 90vh !important;
    overflow: auto !important; }
    tim-purchase-dialog .mat-dialog-content .scroll-container,
    tim-purchase-dialog .mat-dialog-content .login-popup,
    tim-purchase-dialog .mat-dialog-content .password-reset-popup,
    tim-resend-email-confirmation-dialog .mat-dialog-content .scroll-container,
    tim-resend-email-confirmation-dialog .mat-dialog-content .login-popup,
    tim-resend-email-confirmation-dialog .mat-dialog-content .password-reset-popup,
    .password-reset-dialog .mat-dialog-content .scroll-container,
    .password-reset-dialog .mat-dialog-content .login-popup,
    .password-reset-dialog .mat-dialog-content .password-reset-popup {
      max-height: none;
      overflow: auto; }
      tim-purchase-dialog .mat-dialog-content .scroll-container .button-pannel .button,
      tim-purchase-dialog .mat-dialog-content .login-popup .button-pannel .button,
      tim-purchase-dialog .mat-dialog-content .password-reset-popup .button-pannel .button,
      tim-resend-email-confirmation-dialog .mat-dialog-content .scroll-container .button-pannel .button,
      tim-resend-email-confirmation-dialog .mat-dialog-content .login-popup .button-pannel .button,
      tim-resend-email-confirmation-dialog .mat-dialog-content .password-reset-popup .button-pannel .button,
      .password-reset-dialog .mat-dialog-content .scroll-container .button-pannel .button,
      .password-reset-dialog .mat-dialog-content .login-popup .button-pannel .button,
      .password-reset-dialog .mat-dialog-content .password-reset-popup .button-pannel .button {
        width: auto;
        margin-right: 10px; }
      tim-purchase-dialog .mat-dialog-content .scroll-container .scroll-container,
      tim-purchase-dialog .mat-dialog-content .scroll-container .inner,
      tim-purchase-dialog .mat-dialog-content .login-popup .scroll-container,
      tim-purchase-dialog .mat-dialog-content .login-popup .inner,
      tim-purchase-dialog .mat-dialog-content .password-reset-popup .scroll-container,
      tim-purchase-dialog .mat-dialog-content .password-reset-popup .inner,
      tim-resend-email-confirmation-dialog .mat-dialog-content .scroll-container .scroll-container,
      tim-resend-email-confirmation-dialog .mat-dialog-content .scroll-container .inner,
      tim-resend-email-confirmation-dialog .mat-dialog-content .login-popup .scroll-container,
      tim-resend-email-confirmation-dialog .mat-dialog-content .login-popup .inner,
      tim-resend-email-confirmation-dialog .mat-dialog-content .password-reset-popup .scroll-container,
      tim-resend-email-confirmation-dialog .mat-dialog-content .password-reset-popup .inner,
      .password-reset-dialog .mat-dialog-content .scroll-container .scroll-container,
      .password-reset-dialog .mat-dialog-content .scroll-container .inner,
      .password-reset-dialog .mat-dialog-content .login-popup .scroll-container,
      .password-reset-dialog .mat-dialog-content .login-popup .inner,
      .password-reset-dialog .mat-dialog-content .password-reset-popup .scroll-container,
      .password-reset-dialog .mat-dialog-content .password-reset-popup .inner {
        max-height: none;
        padding-right: 0; } }

@media (max-width: 467px) {
  tim-purchase-dialog,
  tim-resend-email-confirmation-dialog,
  .password-reset-dialog {
    width: 100vw;
    min-height: 100vh; }
    tim-purchase-dialog .mat-dialog-content,
    tim-resend-email-confirmation-dialog .mat-dialog-content,
    .password-reset-dialog .mat-dialog-content {
      max-height: 100vh !important;
      min-height: 100vh; }
      tim-purchase-dialog .mat-dialog-content .login-popup,
      tim-purchase-dialog .mat-dialog-content .password-reset-popup,
      tim-resend-email-confirmation-dialog .mat-dialog-content .login-popup,
      tim-resend-email-confirmation-dialog .mat-dialog-content .password-reset-popup,
      .password-reset-dialog .mat-dialog-content .login-popup,
      .password-reset-dialog .mat-dialog-content .password-reset-popup {
        max-height: none; }
        tim-purchase-dialog .mat-dialog-content .login-popup .scroll-container,
        tim-purchase-dialog .mat-dialog-content .login-popup .inner,
        tim-purchase-dialog .mat-dialog-content .password-reset-popup .scroll-container,
        tim-purchase-dialog .mat-dialog-content .password-reset-popup .inner,
        tim-resend-email-confirmation-dialog .mat-dialog-content .login-popup .scroll-container,
        tim-resend-email-confirmation-dialog .mat-dialog-content .login-popup .inner,
        tim-resend-email-confirmation-dialog .mat-dialog-content .password-reset-popup .scroll-container,
        tim-resend-email-confirmation-dialog .mat-dialog-content .password-reset-popup .inner,
        .password-reset-dialog .mat-dialog-content .login-popup .scroll-container,
        .password-reset-dialog .mat-dialog-content .login-popup .inner,
        .password-reset-dialog .mat-dialog-content .password-reset-popup .scroll-container,
        .password-reset-dialog .mat-dialog-content .password-reset-popup .inner {
          max-height: none;
          padding-right: 0; } }

tim-resend-email-confirmation-dialog .scroll-container {
  max-height: calc(65vh - 140px); }

.password-reset-dialog .swiper-scrollbar {
  background: #ccd5d7;
  width: 10px !important;
  border-radius: 0; }
  .password-reset-dialog .swiper-scrollbar .swiper-scrollbar-drag {
    background: #00B5E2;
    width: 10px;
    border-radius: 0; }

tim-purchase-dialog .swiper-container-vertical .swiper-scrollbar,
tim-resend-email-confirmation-dialog .swiper-container-vertical .swiper-scrollbar {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 50;
  height: auto;
  bottom: 10px;
  background: #525454;
  width: 10px !important;
  border-radius: 0; }
  @media (max-width: 1023px) {
    tim-purchase-dialog .swiper-container-vertical .swiper-scrollbar,
    tim-resend-email-confirmation-dialog .swiper-container-vertical .swiper-scrollbar {
      right: 23px; } }
  tim-purchase-dialog .swiper-container-vertical .swiper-scrollbar .swiper-scrollbar-drag,
  tim-resend-email-confirmation-dialog .swiper-container-vertical .swiper-scrollbar .swiper-scrollbar-drag {
    background: #00B5E2;
    width: 10px;
    border-radius: 0; }

@media (max-width: 467px) {
  tim-purchase-dialog {
    padding-top: 85px; }
    tim-purchase-dialog .modal-close-btn {
      top: 110px; } }

.continue-watching-dialog {
  max-width: 800px; }
  .continue-watching-dialog .dialog-dark-inner .text,
  .continue-watching-dialog .buttons-panel {
    text-align: left; }
  .continue-watching-dialog .buttons-panel a:first-child {
    margin: 0; }
  .continue-watching-dialog .text-error-icon {
    position: absolute; }
  .continue-watching-dialog .text-error-icon + .text-inner {
    margin-left: 40px; }
  .continue-watching-dialog .icon {
    font-size: 30px; }

.dialog-player-error {
  text-align: left;
  min-width: 400px; }
  .dialog-player-error .dialog-dark-inner {
    padding: 30px 40px; }
  .dialog-player-error h2 {
    font-size: 28px;
    color: #f9fbfc;
    text-align: left; }
  .dialog-player-error .text {
    font-size: 16px;
    color: #f9fbfc;
    text-align: left; }
  .dialog-player-error .buttons-panel {
    text-align: left; }
    .dialog-player-error .buttons-panel .button {
      margin: 0; }

.dialog-crossborder {
  text-align: left;
  max-width: 600px; }
  .dialog-crossborder .dialog-dark-inner {
    padding: 30px 40px; }
  .dialog-crossborder h2 {
    font-size: 28px;
    color: #f9fbfc;
    text-align: left;
    border-bottom: 1px solid #f9fbfc;
    padding: 0 0 15px;
    margin: 0 0 20px; }
  .dialog-crossborder .text {
    font-size: 16px;
    color: #f9fbfc;
    text-align: left;
    padding: 0 0 20px; }
  .dialog-crossborder .buttons-panel {
    text-align: left; }
    .dialog-crossborder .buttons-panel .button {
      margin: 0; }
  @media (max-width: 768px) {
    .dialog-crossborder {
      width: 90vw; } }

.inline-icon {
  font-size: 22px;
  margin-right: 6px;
  position: relative;
  top: 3px; }

tim-multistreaming-dialog {
  max-width: 600px; }

tim-remove-device-dialog .dialog-dark-inner .button--dark.filled {
  color: #001136;
  background: #f9fbfc;
  border-color: #f9fbfc; }

@media (max-width: 434px) {
  tim-remove-device-dialog .dialog-dark-inner .button--dark {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  tim-remove-device-dialog .dialog-dark-inner {
    padding-bottom: 50px !important; } }

.dialog-icon {
  text-align: center;
  margin-bottom: 15px; }
  .dialog-icon i {
    font-size: 60px;
    color: #00B5E2; }

.loading-section-login {
  padding: 40px 120px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 1023px) {
    .loading-section-login {
      padding: 40px 50px; } }
  .loading-section-login .tim-spinner {
    padding-right: 15px; }
    .loading-section-login .tim-spinner > * {
      height: 35px;
      width: 35px; }
      .loading-section-login .tim-spinner > * > * {
        stroke: #f9fbfc; }

tim-advanced-info-message-dialog .icon-type-4:before {
  content: '';
  background: url(assets/TIM_ICONS_50_Vetrina.69dfd13ab3a90de422db69b0015e0388.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  z-index: 100; }

tim-advanced-info-message-dialog.dialog-crossborder h2 {
  border-bottom: none; }

tim-advanced-info-message-dialog.dialog-crossborder .buttons-panel {
  text-align: center; }

tim-advanced-info-message-dialog.dialog-crossborder .filled {
  color: #f9fbfc;
  background: #027c98;
  border-color: #027c98; }

.purchase-dialog-wrapper {
  background-color: #644e22;
  background-position: center;
  background-size: 100%; }
  @media (max-width: 767px) {
    .purchase-dialog-wrapper {
      background-size: auto 100%; } }

.purchase-dialog {
  min-width: 250px; }
  .purchase-dialog .text-section .icon-error2 {
    color: #feb300; }
  .purchase-dialog .text-section .icon-confrimed {
    color: #00B5E2; }
  .purchase-dialog .text-section .icon {
    font-size: 40px;
    color: #00B5E2; }
  .purchase-dialog .section-description {
    margin: 30px 0 0 0;
    text-align: center; }
  .purchase-dialog .tim-payment-radio {
    text-align: center;
    margin: 30px 0;
    width: 100%;
    font-size: 25px; }
  .purchase-dialog .text-link--dark,
  .purchase-dialog a {
    color: #f9fbfc;
    font-weight: bold;
    text-decoration: none; }
    .purchase-dialog .text-link--dark:hover,
    .purchase-dialog .text-link--dark :focus,
    .purchase-dialog a:hover,
    .purchase-dialog a :focus {
      color: #f9fbfc;
      text-decoration: underline; }
    .purchase-dialog .text-link--dark:visited,
    .purchase-dialog a:visited {
      color: #f9fbfc;
      text-decoration: none; }
  .purchase-dialog .terms-description {
    font-size: 10px;
    font-style: italic;
    font-weight: 300; }
  .purchase-dialog .form-container {
    color: #f9fbfc;
    padding-left: 20px;
    padding-bottom: 10px; }
  .purchase-dialog .form-container a {
    cursor: pointer; }
  .purchase-dialog .form-terms {
    padding-bottom: 30px; }
    .purchase-dialog .form-terms .mat-radio-label {
      font-size: 12px; }
    .purchase-dialog .form-terms md-radio-button {
      padding-left: 20px; }
  .purchase-dialog .input-card-data {
    display: block;
    padding-top: 6px;
    font-weight: 300; }

.purchase-result-message {
  padding-bottom: 10px; }
  .purchase-result-message .text-section {
    display: block;
    text-align: center; }

.purchase-section-button {
  padding: 30px 0 30px 0;
  text-align: center; }
  .purchase-section-button .button {
    margin-left: 0; }
  .purchase-section-button .button-midlle {
    line-height: 40px;
    height: 40px;
    padding: 0 20px; }

.only-purchase .button {
  margin-left: 0; }

@media (max-width: 767px) {
  .only-purchase .button {
    line-height: 35px;
    padding: 4px 25px;
    font-size: 15px; } }

.only-purchase .video-quality {
  padding-bottom: 30px; }
  .only-purchase .video-quality button {
    color: #f9fbfc;
    border-color: #f9fbfc;
    border: 2px solid #f9fbfc; }
  .only-purchase .video-quality button:hover {
    background: #f9fbfc;
    color: #644e22;
    border: 2px solid #f9fbfc; }
  .only-purchase .video-quality .selected:hover {
    background: #f9fbfc;
    color: #644e22;
    border: 2px solid #f9fbfc; }
  .only-purchase .video-quality .selected:focus {
    color: #644e22;
    background: #f9fbfc;
    border-color: #f9fbfc; }

.only-purchase .btn {
  padding-bottom: 10px; }

.only-purchase .btn-group {
  display: -ms-flexbox;
  display: flex; }
  .only-purchase .btn-group.btn:hover {
    color: #644e22; }
  @media (max-width: 467px) {
    .only-purchase .btn-group {
      display: block; }
      .only-purchase .btn-group .btn-rent {
        padding-bottom: 20px; } }

.text-style {
  font-weight: 300;
  color: #f9fbfc;
  display: inline-block;
  padding-right: 5px; }
  .text-style span {
    line-height: 1.8; }

.normal-line-height {
  line-height: normal; }

.methods-bottom-text-style {
  font-size: 14px;
  font-weight: 300; }

.padding-top-15px {
  padding-top: 15px; }

.padding-bottom-15px {
  padding-bottom: 15px; }

.padding-bottom-30px {
  padding-bottom: 30px; }

.text-section {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 40px;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  text-align: center; }
  .text-section i {
    font-size: 33px;
    padding-right: 10px;
    vertical-align: sub;
    line-height: 40px; }
  .text-section span {
    vertical-align: middle; }

.loading-section {
  padding: 40px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .loading-section .tim-spinner {
    padding-right: 15px; }
    .loading-section .tim-spinner > * {
      height: 50px;
      width: 50px; }
      .loading-section .tim-spinner > * > * {
        stroke: #f9fbfc; }

.purchase-options-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .purchase-options-wrapper > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .purchase-options-wrapper {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; } }

.purchase-options-separator {
  position: relative;
  margin-right: 20px;
  padding-right: 20px; }
  .purchase-options-separator:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #607074; }
  @media (max-width: 767px) {
    .purchase-options-separator {
      margin-right: 0;
      padding-right: 0; }
      .purchase-options-separator:after {
        display: none; } }

.purchase-options-buy {
  max-width: 400px; }

.confirm-pin,
.insert-pin {
  /*input {
    width: 40px;
    border-style: none none solid none;
    border-bottom: 3px solid $cloud;
    margin: 30px 10px 0 0;
    background: $deep-sea;
    text-align: center;
    padding-bottom: 10px;
    color: $cloud;
  }*/ }

@keyframes blink {
  0%,
  49.9%,
  100% {
    opacity: 0; }
  50%,
  99.9% {
    opacity: 1; } }

.insert-pin {
  text-align: center;
  margin-bottom: 20px; }
  .insert-pin .input-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .insert-pin .input-wrap.focused .caret:after {
      content: "|";
      position: absolute;
      color: #a6babe;
      animation: blink 0.9s infinite;
      top: 0;
      right: 5px;
      font-size: 1.2em; }
  @media (max-width: 467px) {
    .insert-pin {
      padding-top: 30px; } }
  .insert-pin .input-digit {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 42px;
    position: relative;
    margin: 0 5px;
    text-align: center;
    padding: 0;
    color: #ccd5d7;
    display: inline-block; }
    @media (max-width: 467px) {
      .insert-pin .input-digit {
        width: 45px;
        margin: 0 5px; } }
  .insert-pin .focused .input-digit.caret {
    border-bottom: 3px solid #F9FBFC; }
  .insert-pin .pin-input {
    position: absolute;
    text-indent: -999999px;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10px;
    height: 70%;
    opacity: 0;
    width: calc(100% + 10px); }
  .insert-pin .text-style {
    text-align: right;
    width: 100px;
    color: #ccd5d7; }

.invalid-pin {
  color: #feb300;
  line-height: 40px;
  display: -ms-flexbox;
  display: flex; }
  .invalid-pin i {
    font-size: 25px;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 40px; }
  .invalid-pin span {
    vertical-align: middle; }

md-dialog-content.mat-dialog-content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  padding: 0 30px;
  max-height: 90vh;
  -ms-flex-pack: center;
      justify-content: center; }

.payment-method-step.card-step .purchase-credit-card .ui-dropdown-panel .ui-dropdown-items-wrapper, .payment-method-step .ui-dropdown-panel .ui-dropdown-items-wrapper {
  background-color: #f9fbfc;
  color: #607074; }

.payment-method-step.card-step .purchase-credit-card .error-message, .payment-method-step .error-message {
  padding-bottom: 20px;
  padding-left: 20px; }

.payment-method-step.card-step .purchase-credit-card .save-disabled, .payment-method-step .save-disabled {
  pointer-events: none; }
  .payment-method-step.card-step .purchase-credit-card .save-disabled .mat-checkbox-inner-container, .payment-method-step .save-disabled .mat-checkbox-inner-container {
    opacity: 0.7; }

.payment-method-step.card-step .purchase-credit-card .credit-card-form, .payment-method-step .credit-card-form {
  padding: 0; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .credit-card-form > form, .payment-method-step .credit-card-form > form {
      max-width: none;
      width: 100%; } }
  .payment-method-step.card-step .purchase-credit-card .credit-card-form .text-input > input, .payment-method-step .credit-card-form .text-input > input {
    border-bottom-color: #a6babe !important; }
    .payment-method-step.card-step .purchase-credit-card .credit-card-form .text-input > input:-ms-input-placeholder, .payment-method-step .credit-card-form .text-input > input:-ms-input-placeholder {
      color: #a6babe !important; }
    .payment-method-step.card-step .purchase-credit-card .credit-card-form .text-input > input::placeholder, .payment-method-step .credit-card-form .text-input > input::placeholder {
      color: #a6babe !important; }

.payment-method-step.card-step .purchase-credit-card .purchase-checkbox, .payment-method-step .purchase-checkbox {
  font-weight: 400;
  font-size: 13px;
  display: block; }

.payment-method-step.card-step .purchase-credit-card .purchase-checkbox-description, .payment-method-step .purchase-checkbox-description {
  font-weight: 400;
  font-size: 11px;
  display: block; }

.payment-method-step.card-step .purchase-credit-card .form-row, .payment-method-step.card-step .purchase-credit-card .registration-form .row-wrapper, .registration-form .payment-method-step.card-step .purchase-credit-card .row-wrapper, .payment-method-step .form-row, .payment-method-step .registration-form .row-wrapper, .registration-form .payment-method-step .row-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: -20px; }
  .payment-method-step.card-step .purchase-credit-card .form-row.align-end, .payment-method-step.card-step .purchase-credit-card .registration-form .align-end.row-wrapper, .registration-form .payment-method-step.card-step .purchase-credit-card .align-end.row-wrapper, .payment-method-step .form-row.align-end, .payment-method-step .registration-form .align-end.row-wrapper, .registration-form .payment-method-step .align-end.row-wrapper {
    -ms-flex-align: end;
        align-items: flex-end; }
  .payment-method-step.card-step .purchase-credit-card .form-row.justify-end, .payment-method-step.card-step .purchase-credit-card .registration-form .justify-end.row-wrapper, .registration-form .payment-method-step.card-step .purchase-credit-card .justify-end.row-wrapper, .payment-method-step .form-row.justify-end, .payment-method-step .registration-form .justify-end.row-wrapper, .registration-form .payment-method-step .justify-end.row-wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .form-row.mobile-flow-column, .payment-method-step.card-step .purchase-credit-card .registration-form .mobile-flow-column.row-wrapper, .registration-form .payment-method-step.card-step .purchase-credit-card .mobile-flow-column.row-wrapper, .payment-method-step .form-row.mobile-flow-column, .payment-method-step .registration-form .mobile-flow-column.row-wrapper, .registration-form .payment-method-step .mobile-flow-column.row-wrapper {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      .payment-method-step.card-step .purchase-credit-card .form-row.mobile-flow-column .button, .payment-method-step.card-step .purchase-credit-card .registration-form .mobile-flow-column.row-wrapper .button, .registration-form .payment-method-step.card-step .purchase-credit-card .mobile-flow-column.row-wrapper .button, .payment-method-step .form-row.mobile-flow-column .button, .payment-method-step .registration-form .mobile-flow-column.row-wrapper .button, .registration-form .payment-method-step .mobile-flow-column.row-wrapper .button {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0; }
      .payment-method-step.card-step .purchase-credit-card .form-row.mobile-flow-column .form-button-row, .payment-method-step.card-step .purchase-credit-card .registration-form .mobile-flow-column.row-wrapper .form-button-row, .registration-form .payment-method-step.card-step .purchase-credit-card .mobile-flow-column.row-wrapper .form-button-row, .payment-method-step .form-row.mobile-flow-column .form-button-row, .payment-method-step .registration-form .mobile-flow-column.row-wrapper .form-button-row, .registration-form .payment-method-step .mobile-flow-column.row-wrapper .form-button-row {
        padding-left: 20px;
        box-sizing: border-box;
        width: 100%; } }

.payment-method-step.card-step .purchase-credit-card .card-details-box, .payment-method-step .card-details-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.payment-method-step.card-step .purchase-credit-card .text-input, .payment-method-step .text-input {
  box-sizing: border-box;
  padding: 0px 0 10px 20px;
  width: 100%;
  display: block;
  color: #a6babe;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .payment-method-step.card-step .purchase-credit-card .text-input .input-label, .payment-method-step .text-input .input-label {
    color: #a6babe;
    font-size: 12px;
    white-space: nowrap; }
  .payment-method-step.card-step .purchase-credit-card .text-input input, .payment-method-step .text-input input {
    padding-top: 6px;
    border-bottom: 1px solid #99abaf;
    padding-bottom: 5px;
    color: #a6babe; }
    .payment-method-step.card-step .purchase-credit-card .text-input input:focus, .payment-method-step .text-input input:focus {
      color: #f9fbfc;
      border-color: #f9fbfc; }
    .payment-method-step.card-step .purchase-credit-card .text-input input::-webkit-input-placeholder, .payment-method-step .text-input input::-webkit-input-placeholder {
      color: #607074;
      font-size: 15px;
      font-weight: 100; }
    .payment-method-step.card-step .purchase-credit-card .text-input input:-moz-placeholder, .payment-method-step .text-input input:-moz-placeholder {
      color: #607074;
      font-size: 15px;
      font-weight: 100; }
    .payment-method-step.card-step .purchase-credit-card .text-input input::-moz-placeholder, .payment-method-step .text-input input::-moz-placeholder {
      color: #607074;
      font-size: 15px;
      font-weight: 100; }
    .payment-method-step.card-step .purchase-credit-card .text-input input:-ms-input-placeholder, .payment-method-step .text-input input:-ms-input-placeholder {
      color: #607074;
      font-size: 15px;
      font-weight: 100; }
    .payment-method-step.card-step .purchase-credit-card .text-input input:focus::-webkit-input-placeholder, .payment-method-step .text-input input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .payment-method-step.card-step .purchase-credit-card .text-input input:focus:-moz-placeholder, .payment-method-step .text-input input:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .payment-method-step.card-step .purchase-credit-card .text-input input:focus:-ms-input-placeholder, .payment-method-step .text-input input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .payment-method-step.card-step .purchase-credit-card .text-input input:focus::-moz-placeholder, .payment-method-step .text-input input:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.payment-method-step.card-step .purchase-credit-card .button, .payment-method-step .button {
  margin-left: 20px; }

.payment-method-step.card-step .purchase-credit-card .form-tip, .payment-method-step .form-tip {
  width: auto; }

.payment-method-step.card-step .purchase-credit-card .input-half, .payment-method-step .input-half {
  width: 50% !important; }

.payment-method-step.card-step .purchase-credit-card .cc-input-xsmall, .payment-method-step .cc-input-xsmall {
  width: 60px;
  z-index: 999; }
  .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label, .payment-method-step .cc-input-xsmall .input-label {
    text-align: center; }
    .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label::-webkit-input-placeholder, .payment-method-step .cc-input-xsmall .input-label::-webkit-input-placeholder {
      text-align: center; }
    .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label:-moz-placeholder, .payment-method-step .cc-input-xsmall .input-label:-moz-placeholder {
      text-align: center; }
    .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label::-moz-placeholder, .payment-method-step .cc-input-xsmall .input-label::-moz-placeholder {
      text-align: center; }
    .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label:-ms-input-placeholder, .payment-method-step .cc-input-xsmall .input-label:-ms-input-placeholder {
      text-align: center; }
    .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label:focus::-webkit-input-placeholder, .payment-method-step .cc-input-xsmall .input-label:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label:focus:-moz-placeholder, .payment-method-step .cc-input-xsmall .input-label:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label:focus:-ms-input-placeholder, .payment-method-step .cc-input-xsmall .input-label:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .payment-method-step.card-step .purchase-credit-card .cc-input-xsmall .input-label:focus::-moz-placeholder, .payment-method-step .cc-input-xsmall .input-label:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.payment-method-step.card-step .purchase-credit-card .cc-input-small, .payment-method-step .cc-input-small {
  width: 100px; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .cc-input-small, .payment-method-step .cc-input-small {
      width: 100%; } }

@media (max-width: 767px) {
  .payment-method-step.card-step .purchase-credit-card .cc-cvv-input, .payment-method-step .cc-cvv-input {
    margin-left: -120px;
    padding-left: 140px; } }

.payment-method-step.card-step .purchase-credit-card .cc-input-30, .payment-method-step .cc-input-30 {
  width: 30%; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .cc-input-30, .payment-method-step .cc-input-30 {
      width: 100%; } }

.payment-method-step.card-step .purchase-credit-card .cc-input-medium, .payment-method-step .cc-input-medium {
  width: 288px; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .cc-input-medium, .payment-method-step .cc-input-medium {
      width: 100%; } }

.payment-method-step.card-step .purchase-credit-card .cc-input-large, .payment-method-step .cc-input-large {
  width: 388px; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .cc-input-large, .payment-method-step .cc-input-large {
      width: 100%; } }

.payment-method-step.card-step .purchase-credit-card .cc-type-input, .payment-method-step .cc-type-input {
  width: 180px; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .cc-type-input, .payment-method-step .cc-type-input {
      width: 100%; } }
  .payment-method-step.card-step .purchase-credit-card .cc-type-input.empty .ui-dropdown-label, .payment-method-step .cc-type-input.empty .ui-dropdown-label {
    font-weight: 300;
    color: #607074; }

.payment-method-step.card-step .purchase-credit-card .cc-number-input, .payment-method-step .cc-number-input {
  width: 160px; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .cc-number-input, .payment-method-step .cc-number-input {
      width: 100%; } }

.payment-method-step.card-step .purchase-credit-card .cc-type-input-number, .payment-method-step .cc-type-input-number {
  width: 100%;
  box-sizing: border-box;
  padding-left: 180px;
  margin-left: -180px; }
  @media (max-width: 767px) {
    .payment-method-step.card-step .purchase-credit-card .cc-type-input-number, .payment-method-step .cc-type-input-number {
      padding-left: 20px;
      margin-left: 0; } }

.payment-method-step.card-step .purchase-credit-card .cc-select, .payment-method-step .cc-select {
  width: 140px;
  position: relative;
  padding-top: 6px;
  border-bottom: 1px solid #99abaf;
  padding-bottom: 5px; }
  .payment-method-step.card-step .purchase-credit-card .cc-select:after, .payment-method-step .cc-select:after {
    content: "\E925";
    font-family: TIM-Icons;
    color: #a6babe;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 8px; }

.payment-method-step.card-step .purchase-credit-card .select, .payment-method-step .select {
  position: relative;
  padding-top: 6px;
  border-bottom: 1px solid #99abaf;
  padding-bottom: 5px; }
  .payment-method-step.card-step .purchase-credit-card .select:after, .payment-method-step .select:after {
    content: "\E925";
    font-family: TIM-Icons;
    color: #a6babe;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 8px; }

.payment-method-step.card-step .purchase-credit-card .ui-dropdown-panel, .payment-method-step .ui-dropdown-panel {
  background-color: #0c343d;
  color: #a6babe; }

.purchase-credit-card .error-message,
.payment-method-step .error-message {
  padding-bottom: 20px;
  padding-left: 20px; }

.purchase-credit-card .save-disabled,
.payment-method-step .save-disabled {
  pointer-events: none; }
  .purchase-credit-card .save-disabled .mat-checkbox-inner-container,
  .payment-method-step .save-disabled .mat-checkbox-inner-container {
    opacity: 0.7; }

.purchase-credit-card .credit-card-form,
.payment-method-step .credit-card-form {
  padding: 0; }
  @media (max-width: 767px) {
    .purchase-credit-card .credit-card-form > form,
    .payment-method-step .credit-card-form > form {
      max-width: none;
      width: 100%; } }
  .purchase-credit-card .credit-card-form form > div * input,
  .payment-method-step .credit-card-form form > div * input {
    border-bottom-color: #f9fbfc; }
    .purchase-credit-card .credit-card-form form > div * input:-ms-input-placeholder,
    .payment-method-step .credit-card-form form > div * input:-ms-input-placeholder {
      color: #f9fbfc !important; }
    .purchase-credit-card .credit-card-form form > div * input::placeholder,
    .payment-method-step .credit-card-form form > div * input::placeholder {
      color: #f9fbfc !important; }

.purchase-credit-card .purchase-checkbox,
.payment-method-step .purchase-checkbox {
  font-weight: 400;
  font-size: 13px;
  display: block; }

.purchase-credit-card .purchase-checkbox-description,
.payment-method-step .purchase-checkbox-description {
  font-weight: 400;
  font-size: 11px;
  display: block; }

.purchase-credit-card .form-row, .purchase-credit-card .registration-form .row-wrapper, .registration-form .purchase-credit-card .row-wrapper, .payment-method-step .form-row, .payment-method-step .registration-form .row-wrapper, .registration-form .payment-method-step .row-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: -20px; }
  .purchase-credit-card .form-row input, .purchase-credit-card .registration-form .row-wrapper input, .registration-form .purchase-credit-card .row-wrapper input,
  .payment-method-step .form-row input,
  .payment-method-step .registration-form .row-wrapper input,
  .registration-form .payment-method-step .row-wrapper input {
    color: #644e22; }
  .purchase-credit-card .form-row.align-end, .purchase-credit-card .registration-form .align-end.row-wrapper, .registration-form .purchase-credit-card .align-end.row-wrapper, .payment-method-step .form-row.align-end, .payment-method-step .registration-form .align-end.row-wrapper, .registration-form .payment-method-step .align-end.row-wrapper {
    -ms-flex-align: end;
        align-items: flex-end; }
  .purchase-credit-card .form-row.justify-end, .purchase-credit-card .registration-form .justify-end.row-wrapper, .registration-form .purchase-credit-card .justify-end.row-wrapper, .payment-method-step .form-row.justify-end, .payment-method-step .registration-form .justify-end.row-wrapper, .registration-form .payment-method-step .justify-end.row-wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  @media (max-width: 767px) {
    .purchase-credit-card .form-row.mobile-flow-column, .purchase-credit-card .registration-form .mobile-flow-column.row-wrapper, .registration-form .purchase-credit-card .mobile-flow-column.row-wrapper, .payment-method-step .form-row.mobile-flow-column, .payment-method-step .registration-form .mobile-flow-column.row-wrapper, .registration-form .payment-method-step .mobile-flow-column.row-wrapper {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      .purchase-credit-card .form-row.mobile-flow-column .button, .purchase-credit-card .registration-form .mobile-flow-column.row-wrapper .button, .registration-form .purchase-credit-card .mobile-flow-column.row-wrapper .button, .payment-method-step .form-row.mobile-flow-column .button, .payment-method-step .registration-form .mobile-flow-column.row-wrapper .button, .registration-form .payment-method-step .mobile-flow-column.row-wrapper .button {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0; }
      .purchase-credit-card .form-row.mobile-flow-column .form-button-row, .purchase-credit-card .registration-form .mobile-flow-column.row-wrapper .form-button-row, .registration-form .purchase-credit-card .mobile-flow-column.row-wrapper .form-button-row, .payment-method-step .form-row.mobile-flow-column .form-button-row, .payment-method-step .registration-form .mobile-flow-column.row-wrapper .form-button-row, .registration-form .payment-method-step .mobile-flow-column.row-wrapper .form-button-row {
        padding-left: 20px;
        box-sizing: border-box;
        width: 100%; } }

.purchase-credit-card .card-details-box,
.payment-method-step .card-details-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.purchase-credit-card .text-input,
.payment-method-step .text-input {
  box-sizing: border-box;
  padding: 0px 0 10px 20px;
  width: 100%;
  display: block;
  color: #f9fbfc;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .purchase-credit-card .text-input .input-label,
  .payment-method-step .text-input .input-label {
    color: #f9fbfc;
    font-size: 12px;
    white-space: nowrap; }
  .purchase-credit-card .text-input input,
  .payment-method-step .text-input input {
    padding-top: 6px;
    border-bottom: 1px solid #99abaf;
    padding-bottom: 5px;
    color: #f9fbfc; }
    .purchase-credit-card .text-input input:focus,
    .payment-method-step .text-input input:focus {
      color: #f9fbfc;
      border-color: #f9fbfc; }
    .purchase-credit-card .text-input input::-webkit-input-placeholder,
    .payment-method-step .text-input input::-webkit-input-placeholder {
      color: #607074;
      font-size: 15px;
      font-weight: 100; }
    .purchase-credit-card .text-input input:-moz-placeholder,
    .payment-method-step .text-input input:-moz-placeholder {
      color: #607074;
      font-size: 15px;
      font-weight: 100; }
    .purchase-credit-card .text-input input::-moz-placeholder,
    .payment-method-step .text-input input::-moz-placeholder {
      color: #607074;
      font-size: 15px;
      font-weight: 100; }
    .purchase-credit-card .text-input input:-ms-input-placeholder,
    .payment-method-step .text-input input:-ms-input-placeholder {
      color: #607074;
      font-size: 15px;
      font-weight: 100; }
    .purchase-credit-card .text-input input:focus::-webkit-input-placeholder,
    .payment-method-step .text-input input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .purchase-credit-card .text-input input:focus:-moz-placeholder,
    .payment-method-step .text-input input:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .purchase-credit-card .text-input input:focus:-ms-input-placeholder,
    .payment-method-step .text-input input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .purchase-credit-card .text-input input:focus::-moz-placeholder,
    .payment-method-step .text-input input:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.purchase-credit-card .button,
.payment-method-step .button {
  margin-left: 20px; }

.purchase-credit-card .form-tip,
.payment-method-step .form-tip {
  width: auto; }

.purchase-credit-card .input-half,
.payment-method-step .input-half {
  width: 50% !important; }

.purchase-credit-card .cc-input-xsmall,
.payment-method-step .cc-input-xsmall {
  width: 60px;
  z-index: 999; }
  .purchase-credit-card .cc-input-xsmall .input-label,
  .payment-method-step .cc-input-xsmall .input-label {
    text-align: center; }
    .purchase-credit-card .cc-input-xsmall .input-label::-webkit-input-placeholder,
    .payment-method-step .cc-input-xsmall .input-label::-webkit-input-placeholder {
      text-align: center; }
    .purchase-credit-card .cc-input-xsmall .input-label:-moz-placeholder,
    .payment-method-step .cc-input-xsmall .input-label:-moz-placeholder {
      text-align: center; }
    .purchase-credit-card .cc-input-xsmall .input-label::-moz-placeholder,
    .payment-method-step .cc-input-xsmall .input-label::-moz-placeholder {
      text-align: center; }
    .purchase-credit-card .cc-input-xsmall .input-label:-ms-input-placeholder,
    .payment-method-step .cc-input-xsmall .input-label:-ms-input-placeholder {
      text-align: center; }
    .purchase-credit-card .cc-input-xsmall .input-label:focus::-webkit-input-placeholder,
    .payment-method-step .cc-input-xsmall .input-label:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .purchase-credit-card .cc-input-xsmall .input-label:focus:-moz-placeholder,
    .payment-method-step .cc-input-xsmall .input-label:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .purchase-credit-card .cc-input-xsmall .input-label:focus:-ms-input-placeholder,
    .payment-method-step .cc-input-xsmall .input-label:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .purchase-credit-card .cc-input-xsmall .input-label:focus::-moz-placeholder,
    .payment-method-step .cc-input-xsmall .input-label:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.purchase-credit-card .cc-input-small,
.payment-method-step .cc-input-small {
  width: 100px; }
  @media (max-width: 767px) {
    .purchase-credit-card .cc-input-small,
    .payment-method-step .cc-input-small {
      width: 100%; } }

@media (max-width: 767px) {
  .purchase-credit-card .cc-cvv-input,
  .payment-method-step .cc-cvv-input {
    margin-left: -120px;
    padding-left: 140px; } }

.purchase-credit-card .cc-input-30,
.payment-method-step .cc-input-30 {
  width: 30%; }
  @media (max-width: 767px) {
    .purchase-credit-card .cc-input-30,
    .payment-method-step .cc-input-30 {
      width: 100%; } }

.purchase-credit-card .cc-input-medium,
.payment-method-step .cc-input-medium {
  width: 288px; }
  @media (max-width: 767px) {
    .purchase-credit-card .cc-input-medium,
    .payment-method-step .cc-input-medium {
      width: 100%; } }

.purchase-credit-card .cc-input-large,
.payment-method-step .cc-input-large {
  width: 388px; }
  @media (max-width: 767px) {
    .purchase-credit-card .cc-input-large,
    .payment-method-step .cc-input-large {
      width: 100%; } }

.purchase-credit-card .cc-type-input,
.payment-method-step .cc-type-input {
  width: 180px; }
  @media (max-width: 767px) {
    .purchase-credit-card .cc-type-input,
    .payment-method-step .cc-type-input {
      width: 100%; } }
  .purchase-credit-card .cc-type-input.empty .ui-dropdown-label,
  .payment-method-step .cc-type-input.empty .ui-dropdown-label {
    font-weight: 300;
    color: #f9fbfc; }

.purchase-credit-card .cc-number-input,
.payment-method-step .cc-number-input {
  width: 160px; }
  @media (max-width: 767px) {
    .purchase-credit-card .cc-number-input,
    .payment-method-step .cc-number-input {
      width: 100%; } }

.purchase-credit-card .cc-type-input-number,
.payment-method-step .cc-type-input-number {
  width: 100%;
  box-sizing: border-box;
  padding-left: 180px;
  margin-left: -180px; }
  @media (max-width: 767px) {
    .purchase-credit-card .cc-type-input-number,
    .payment-method-step .cc-type-input-number {
      padding-left: 20px;
      margin-left: 0; } }

.purchase-credit-card .cc-select,
.payment-method-step .cc-select {
  width: 140px;
  position: relative;
  padding-top: 6px;
  border-bottom: 1px solid #f9fbfc;
  padding-bottom: 5px; }
  .purchase-credit-card .cc-select:after,
  .payment-method-step .cc-select:after {
    content: "\E925";
    font-family: TIM-Icons;
    color: #a6babe;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 8px; }

.purchase-credit-card .select,
.payment-method-step .select {
  position: relative;
  padding-top: 6px;
  border-bottom: 1px solid #99abaf;
  padding-bottom: 5px; }
  .purchase-credit-card .select:after,
  .payment-method-step .select:after {
    content: "\E925";
    font-family: TIM-Icons;
    color: #a6babe;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 8px; }

.purchase-credit-card .ui-dropdown-panel,
.payment-method-step .ui-dropdown-panel {
  background-color: #644e22;
  color: #f9fbfc; }

.tim-blue-checkbox.mat-radio-checked .mat-radio-inner-circle {
  background-color: #f9fbfc; }

.tim-blue-checkbox .mat-radio-outer-circle,
.tim-blue-checkbox .mat-radio-inner-circle,
.tim-blue-checkbox .mat-radio-container {
  height: 16px;
  width: 16px; }

.tim-blue-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #f9fbfc; }

.tim-blue-checkbox .mat-checkbox-frame,
.tim-blue-checkbox .mat-radio-outer-circle {
  border-color: rgba(249, 251, 252, .6);
  opacity: 0.7; }

.tim-blue-checkbox .mat-checkbox-inner-container {
  margin-top: 2px;
  height: 16px;
  width: 16px; }

.tim-blue-checkbox .mat-checkbox-label {
  line-height: 20px; }

.purchase-options-section .mat-radio-outer-circle,
.purchase-options-section .mat-radio-inner-circle,
.purchase-options-section .mat-radio-container {
  height: 25px;
  width: 25px; }

.purchase-options-section .mat-checkbox-inner-container {
  margin-top: 2px;
  height: 25px;
  width: 25px; }

.purchase-dialog-heading {
  text-align: center;
  padding: 20px 0 0 0;
  font-weight: 200;
  font-size: 50px; }
  @media (max-width: 467px) {
    .purchase-dialog-heading {
      font-size: 26px; } }

.purchase-dialog-subheading {
  text-align: center;
  color: #607074;
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 20px; }

.purchase-options-subscription {
  width: 100%;
  text-align: center; }
  .purchase-options-subscription md-radio-button {
    margin: 20px 0; }

@media (min-width: 601px) {
  tim-purchase-dialog,
  tim-pending-dialog {
    width: 80vw; } }

.dialog-purchase-bg {
  background-color: #644e22; }

tim-pin-input {
  color: #607074; }

.otp-input {
  color: #0c343d !important;
  font-size: 30px !important;
  line-height: 1 !important; }

tim-device-join-section .insert-pin .focused .input-digit.caret {
  border-bottom: 3px solid #049bbe; }

tim-pc-pin-dialog.dialog-dark .insert-pin .input-digit {
  border-bottom: 3px solid #ccd5d7; }

tim-masthead-slider {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  z-index: 911;
  margin-top: 118px; }
  @media (max-width: 1023px) {
    tim-masthead-slider {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    tim-masthead-slider {
      padding-top: 40px; } }

.masthead-slider-wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  z-index: 10;
  max-height: 70vh;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0); }
  @media (max-width: 1023px) {
    .masthead-slider-wrapper {
      max-height: 430px; } }
  @media (max-width: 767px) {
    .masthead-slider-wrapper {
      max-height: 240px; } }

.masthead-slider-slide {
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100vw;
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  background-position: center top; }

.masthead-slider-slide--gradient-shadow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 10, 13, .6) 0%, rgba(0, 10, 13, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 ); }

.masthead-slider-slide-inner {
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  box-sizing: border-box;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 70vh; }
  @media (max-width: 1023px) {
    .masthead-slider-slide-inner {
      padding: 0 0 45px 0;
      height: 430px; } }
  @media (max-width: 767px) {
    .masthead-slider-slide-inner {
      padding: 0 0 30px 0;
      height: 240px; } }

@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .masthead-slider-slide-inner {
    height: 430px; } }
  .masthead-slider-slide-inner > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
  .masthead-slider-slide-inner > a:hover {
    text-decoration: none; }

.masthead-slider-slide-title,
.masthead-slider-slide-description {
  position: relative;
  z-index: 1; }

.masthead-slider-slide-description {
  color: #99abaf;
  text-transform: uppercase;
  font-size: 20px;
  padding: 45px 60px; }
  @media (max-width: 1023px) {
    .masthead-slider-slide-description {
      font-size: 16px;
      font-weight: 300;
      margin: 25px 40px 40px 40px;
      padding: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  @media (max-width: 767px) {
    .masthead-slider-slide-description {
      font-size: 16px;
      font-weight: 300;
      margin: 15px 20px;
      padding: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

.masthead-slider-slide-title {
  color: #f9fbfc;
  font-size: 50px;
  padding: 10px 60px;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .masthead-slider-slide-title {
      font-size: 30px;
      font-weight: 200;
      padding: 20px 40px 5px 40px; } }
  @media (max-width: 767px) {
    .masthead-slider-slide-title {
      font-weight: 200;
      font-size: 24px;
      padding: 5px 20px 5px 20px; } }

.masthead-icon-play {
  color: #99abaf;
  font-size: 70px;
  padding-left: 60px;
  z-index: 1; }
  @media (max-width: 1023px) {
    .masthead-icon-play {
      font-size: 55px;
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .masthead-icon-play {
      font-size: 35px;
      padding-left: 20px; } }

.masthead-slider-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  margin: 0 6px;
  border-radius: 100%;
  border: 2px solid rgba(249, 251, 252, .6);
  background: transparent;
  opacity: 1; }
  .masthead-slider-pagination-bullet:first-child {
    margin-left: 0; }
  .masthead-slider-pagination-bullet:last-child {
    margin-right: 0; }
  .masthead-slider-pagination-bullet:hover {
    cursor: pointer; }
  @media (max-width: 1023px) {
    .masthead-slider-pagination-bullet {
      width: 15px;
      height: 15px;
      margin: 0 6px;
      border: 2px solid #99abaf; } }
  @media (max-width: 767px) {
    .masthead-slider-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 3px;
      border: 1px solid #99abaf; } }

.masthead-slider-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 95px;
  padding: 0 60px;
  z-index: 15; }
  @media (max-width: 1023px) {
    .masthead-slider-pagination {
      height: 45px;
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .masthead-slider-pagination {
      padding: 0 20px;
      height: 30px; } }

.masthead-slider-pagination-bullet-active {
  border: 2px solid #f9fbfc;
  background: #f9fbfc; }

tim-content-item-tile {
  display: block;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out;
  transform: scale3d(1, 1, 1); }

.content-item-tile-inner {
  cursor: pointer; }
  .content-item-tile-inner a {
    text-decoration: none; }
    .content-item-tile-inner a:visited {
      text-decoration: none; }
    .content-item-tile-inner a:hover {
      text-decoration: none; }
    .content-item-tile-inner a:active {
      text-decoration: none; }
  .content-item-tile-inner a {
    color: #f9fbfc; }
    .content-item-tile-inner a:visited {
      color: #f9fbfc; }
    .content-item-tile-inner a:hover {
      color: #f9fbfc; }
    .content-item-tile-inner a:active {
      color: #f9fbfc; }

.content-item-tile-small,
.content-item-tile-collection {
  height: 330px;
  /* height: 270px; */
  background: #001013;
  position: relative;
  transition: all 0.2s ease-in; }
  .content-item-tile-small:hover,
  .content-item-tile-collection:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 16, 19, .75); }
  .content-item-tile-small .content-item-tile-banner:after,
  .content-item-tile-small .content-item-tile-title:after,
  .content-item-tile-collection .content-item-tile-banner:after,
  .content-item-tile-collection .content-item-tile-title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in; }
  .content-item-tile-small .content-item-tile-banner:hover:after,
  .content-item-tile-small .content-item-tile-title:hover:after,
  .content-item-tile-collection .content-item-tile-banner:hover:after,
  .content-item-tile-collection .content-item-tile-title:hover:after {
    opacity: 0; }
  @media (max-width: 1023px) {
    .content-item-tile-small,
    .content-item-tile-collection {
      /* height: 195px; */
      height: 230px; } }
  @media (max-width: 767px) {
    .content-item-tile-small,
    .content-item-tile-collection {
      /* height: 135px; */
      height: 165px; } }

.content-item-tile-collection {
  height: 270px; }
  @media (max-width: 1023px) {
    .content-item-tile-collection {
      height: 195px; } }
  @media (max-width: 767px) {
    .content-item-tile-collection {
      height: 135px; } }

.content-item-badge {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 100; }

.content-item-tile-active {
  transform: scale3d(1.15, 1.15, 1);
  z-index: 10; }
  .content-item-tile-active .content-item-tile-banner:after,
  .content-item-tile-active .content-item-tile-title:after {
    opacity: 0; }

tim-content-item-tile .watch-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  tim-content-item-tile .watch-next .content {
    position: relative;
    height: 100%; }
    tim-content-item-tile .watch-next .content.content-no-bar {
      height: 100%; }
    tim-content-item-tile .watch-next .content:after {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 1;
      transition: opacity 0.5s;
      background: none; }
    tim-content-item-tile .watch-next .content:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transition: all 0.5s;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, .85) 100%); }
    tim-content-item-tile .watch-next .content .content-labels {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      padding: 50px 22px 0;
      z-index: 12; }
      @media (max-width: 1023px) {
        tim-content-item-tile .watch-next .content .content-labels {
          padding: 40px 22px 0; } }
      @media (max-width: 767px) {
        tim-content-item-tile .watch-next .content .content-labels {
          padding: 20px 15px 0; } }
      tim-content-item-tile .watch-next .content .content-labels > span {
        display: block;
        font-size: 20px;
        color: #ccd5d7;
        position: absolute; }
        tim-content-item-tile .watch-next .content .content-labels > span:first-child {
          font-size: 60px;
          opacity: 0.5;
          color: #f9fbfc;
          bottom: 45%; }
        tim-content-item-tile .watch-next .content .content-labels > span:nth-child(2) {
          bottom: 15%;
          transition: color 0.5s;
          width: calc(100% - 44px);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        @media (max-width: 1023px) {
          tim-content-item-tile .watch-next .content .content-labels > span {
            font-size: 16px; }
            tim-content-item-tile .watch-next .content .content-labels > span:first-child {
              font-size: 55px;
              margin-bottom: 5px; } }
        @media (max-width: 767px) {
          tim-content-item-tile .watch-next .content .content-labels > span {
            font-size: 13px; }
            tim-content-item-tile .watch-next .content .content-labels > span:first-child {
              font-size: 35px; }
            tim-content-item-tile .watch-next .content .content-labels > span:nth-child(2) {
              width: calc(100% - 30px); } }
  tim-content-item-tile .watch-next .progress-bar {
    height: 5px;
    z-index: 1;
    background: rgba(249, 251, 252, .3);
    position: relative; }
    tim-content-item-tile .watch-next .progress-bar .progress-bar-fill {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      background: #f9fbfc; }

tim-content-item-tile .end-screen-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  tim-content-item-tile .end-screen-text:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, .85) 100%); }
  tim-content-item-tile .end-screen-text .autoplay-progress {
    position: absolute;
    top: 30px;
    left: 22px; }
  tim-content-item-tile .end-screen-text .text-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 207px 22px 0;
    z-index: 12; }
    @media (max-width: 1023px) {
      tim-content-item-tile .end-screen-text .text-holder {
        padding: 142px 22px 0; } }
    @media (max-width: 767px) {
      tim-content-item-tile .end-screen-text .text-holder {
        padding: 93px 15px 0; } }
    tim-content-item-tile .end-screen-text .text-holder > span {
      display: block;
      font-size: 20px;
      color: #ccd5d7;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      text-overflow: ellipsis; }
      tim-content-item-tile .end-screen-text .text-holder > span.seconds-left {
        font-size: 22px;
        color: #f9fbfc; }
      tim-content-item-tile .end-screen-text .text-holder > span .countdown {
        color: #d1970f; }
      @media (max-width: 1023px) {
        tim-content-item-tile .end-screen-text .text-holder > span {
          font-size: 16px; }
          tim-content-item-tile .end-screen-text .text-holder > span.seconds-left {
            font-size: 18px; } }
      @media (max-width: 767px) {
        tim-content-item-tile .end-screen-text .text-holder > span {
          font-size: 13px; }
          tim-content-item-tile .end-screen-text .text-holder > span.seconds-left {
            font-size: 14px; } }
  tim-content-item-tile .end-screen-text .autoplay-progress {
    height: 40px;
    width: 40px; }
    @media (max-width: 1023px) {
      tim-content-item-tile .end-screen-text .autoplay-progress {
        height: 35px;
        width: 35px; } }
    @media (max-width: 767px) {
      tim-content-item-tile .end-screen-text .autoplay-progress {
        height: 30px;
        width: 30px; } }
    tim-content-item-tile .end-screen-text .autoplay-progress > svg {
      height: 100%;
      display: block; }
    tim-content-item-tile .end-screen-text .autoplay-progress .progressbar-text {
      padding: 4px 0 0 3px !important;
      color: #d1970f !important;
      font-size: 20px !important; }
      @media (max-width: 1023px) {
        tim-content-item-tile .end-screen-text .autoplay-progress .progressbar-text {
          font-size: 18px !important; } }
      @media (max-width: 767px) {
        tim-content-item-tile .end-screen-text .autoplay-progress .progressbar-text {
          font-size: 16px !important; } }

tim-content-item-tile:hover .watch-next .content:after {
  opacity: 0; }

tim-content-item-tile:hover .watch-next .content:before {
  opacity: 1; }

tim-content-item-tile:hover .watch-next .content .content-labels > span:nth-child(2) {
  color: #f9fbfc; }

tim-content-item-tile:hover .watch-next.favorite-episode .content .content-labels {
  color: #f9fbfc; }

tim-content-item-tile .watch-next.favorite-episode .content .content-labels {
  top: auto;
  bottom: 40px;
  color: #ccd5d7;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 1023px) {
    tim-content-item-tile .watch-next.favorite-episode .content .content-labels {
      bottom: 25px;
      font-size: 16px; } }
  @media (max-width: 767px) {
    tim-content-item-tile .watch-next.favorite-episode .content .content-labels {
      bottom: 14px;
      font-size: 13px;
      font-weight: 300; } }
  tim-content-item-tile .watch-next.favorite-episode .content .content-labels > div {
    display: inline; }

.content-item-tile-episode .progress-bar {
  height: 5px;
  background: rgba(249, 251, 252, .3);
  position: absolute;
  bottom: 0;
  width: 100%; }
  .content-item-tile-episode .progress-bar .progress-bar-fill {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #f9fbfc; }

.content-item-tile-episode .content-item-tile-banner:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%); }

.content-item-tile-large {
  height: 270px;
  background: #001013;
  position: relative;
  width: 370px;
  transition: all 0.2s ease-in; }
  @media (max-width: 1023px) {
    .content-item-tile-large {
      width: 270px; } }
  @media (max-width: 767px) {
    .content-item-tile-large {
      width: 185px; } }
  .content-item-tile-large:hover {
    box-shadow: 0px 3px 16px 0px rgba(0, 16, 19, .75); }
  .content-item-tile-large .content-item-tile-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, .99) 1%, rgba(255, 255, 255, .24) 76%, rgba(255, 255, 255, 0) 100%); }

.content-item-tile-episode.content-item-tile-active .content-item-tile-banner {
  box-shadow: 0px 3px 16px 0px rgba(0, 16, 19, .75); }
  .content-item-tile-episode.content-item-tile-active .content-item-tile-banner:after {
    opacity: 0; }

.content-item-tile-episode {
  background: #001013;
  position: relative;
  height: 270px;
  width: 360px; }
  @media (max-width: 1023px) {
    .content-item-tile-episode {
      width: 230px;
      height: 170px; } }
  @media (max-width: 767px) {
    .content-item-tile-episode {
      width: 200px;
      height: 150px; } }
  .content-item-tile-episode .content-item-tile-banner {
    height: 270px;
    width: 360px; }
    @media (max-width: 1023px) {
      .content-item-tile-episode .content-item-tile-banner {
        width: 230px;
        height: 170px; } }
    @media (max-width: 767px) {
      .content-item-tile-episode .content-item-tile-banner {
        width: 200px;
        height: 150px; } }
    .content-item-tile-episode .content-item-tile-banner:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #001013;
      transition: all 0.2s ease-in; }
    .content-item-tile-episode .content-item-tile-banner:hover {
      box-shadow: 0px 3px 16px 0px rgba(0, 16, 19, .75); }
      .content-item-tile-episode .content-item-tile-banner:hover:after {
        opacity: 0; }

.content-item-tile-episode-title {
  padding: 15px 10px;
  text-align: right;
  font-weight: 200;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f9fbfc;
  font-size: 16px; }

.content-item-tile-2-3 {
  width: 180px; }
  @media (max-width: 1023px) {
    .content-item-tile-2-3 {
      width: 130px; } }
  @media (max-width: 767px) {
    .content-item-tile-2-3 {
      width: 90px; } }

.content-item-tile-4-3 {
  width: 370px; }
  @media (max-width: 1023px) {
    .content-item-tile-4-3 {
      width: 270px; } }
  @media (max-width: 767px) {
    .content-item-tile-4-3 {
      width: 185px; } }
  .content-item-tile-4-3 .content-item-tile-banner > img {
    height: 100%; }

.content-item-tile-kids {
  height: 370px; }
  @media (max-width: 1023px) {
    .content-item-tile-kids {
      height: 260px; } }
  @media (max-width: 767px) {
    .content-item-tile-kids {
      height: 185px; } }
  .content-item-tile-kids .content-item-tile-banner {
    height: 312px; }
    @media (max-width: 1023px) {
      .content-item-tile-kids .content-item-tile-banner {
        height: 225px; } }
    @media (max-width: 767px) {
      .content-item-tile-kids .content-item-tile-banner {
        height: 155px; } }

.content-item-tile-title {
  padding: 0 20px;
  color: #f9fbfc;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(270deg, #060402 0%, #2d230f 48.81%, #4f3c19 100%); }
  @media (max-width: 1023px) {
    .content-item-tile-title {
      padding: 0 10px;
      height: 30px;
      font-size: 13px;
      line-height: 35px; } }
  @media (max-width: 767px) {
    .content-item-tile-title {
      height: 30px;
      font-size: 13px;
      line-height: 35px; } }

.content-item-tile-banner {
  background-position-x: center;
  margin: 0;
  position: relative;
  height: 270px;
  overflow: hidden;
  background-size: cover; }
  .content-item-tile-banner > img {
    object-fit: fill;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
    width: 100%; }
    .content-item-tile-banner > img.image-done {
      opacity: 1; }
  @media (max-width: 1023px) {
    .content-item-tile-banner {
      height: 195px; } }
  @media (max-width: 767px) {
    .content-item-tile-banner {
      height: 135px; } }

.content-item-tile-large-title {
  padding: 20px;
  font-size: 28px;
  font-weight: 200;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 1023px) {
    .content-item-tile-large-title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .content-item-tile-large-title {
      font-size: 16px; } }

.content-description {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 33%;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  padding: 0 20px;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .content-description {
      padding: 10px; }
      .content-description .content-description-text {
        bottom: 15px; }
      .content-description .content-description-time {
        font-size: 13px; }
      .content-description .content-description-start-time {
        font-size: 13px; } }

.content-description-text {
  position: absolute;
  bottom: 30px; }

.content-description-time {
  font-size: 16px;
  color: #a6babe; }

.content-description-start-time {
  font-size: 16px;
  color: #f9fbfc;
  margin-bottom: 8px; }

.content-item-tile-live-title {
  font-size: 13px;
  color: #f9fbfc;
  background-color: #000; }

.content-item-tile-live .content-item-tile-title {
  background-color: #000; }

.content-item-progress-bar {
  height: 5px;
  z-index: 1;
  background: rgba(249, 251, 252, .3);
  position: relative; }
  .content-item-progress-bar .content-item-progress-bar-fill {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #f9fbfc; }

tim-content-item-tile-program-item-epg .content-description-text {
  position: absolute;
  bottom: 47px; }

tim-content-item-tile-program-item-epg .watch-next {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  right: 0; }

tim-content-item-tile-program-item-epg .content-item-tile-large-title {
  padding: 10px;
  font-size: 18px;
  color: #a6babe; }

tim-content-strip-slider {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: visible;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  padding: 0 30px;
  box-sizing: border-box;
  transition: opacity .3s ease-in-out; }

.content-strip-slider-hidden {
  opacity: 0; }

tim-content-strip-slider-slide {
  display: inline-block; }

.content-strip-slider-focused {
  z-index: 50; }
  .content-strip-slider-focused .content-strip-slider-button-prev, .content-strip-slider-focused .content-strip-slider-button-next {
    opacity: 1; }

.content-strip-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0); }

.content-strip-slider-slide {
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  background-size: cover; }

.content-strip-slider-slide-inner {
  display: inline-block; }

.content-strip-slider-button-prev, .content-strip-slider-button-next {
  transition: .2s ease-out;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  z-index: 100;
  cursor: pointer;
  background-color: rgba(64, 49, 22, .6);
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0; }
  .content-strip-slider-button-prev:after, .content-strip-slider-button-next:after {
    content: '\E914';
    font-family: TIM-Icons;
    color: #f9fbfc;
    text-align: center;
    display: block;
    line-height: 70px;
    font-size: 26px; }

body#smartphone .content-strip-slider-button-prev, body#smartphone .content-strip-slider-button-next, body#tablet .content-strip-slider-button-prev, body#tablet .content-strip-slider-button-next {
  display: none; }

.content-strip-slider-button-prev {
  left: 20px;
  transform: scaleX(-1); }

.content-strip-slider-button-next {
  right: 20px; }

.wall-page {
  padding: 130px 40px 0; }
  @media (max-width: 1029px) {
    .wall-page {
      padding: 130px 30px 0; } }
  @media (max-width: 1023px) {
    .wall-page {
      padding-top: 95px; } }
  @media (max-width: 767px) {
    .wall-page {
      padding: 75px 6px 0; } }

.wall-page-epg {
  padding: 118px 0px 0; }
  @media (max-width: 1029px) {
    .wall-page-epg {
      padding: 130px 30px 0; } }
  @media (max-width: 1023px) {
    .wall-page-epg {
      padding-top: 95px; } }
  @media (max-width: 767px) {
    .wall-page-epg {
      padding: 75px 6px 0; } }

.wall-top-bar {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1023px) {
    .wall-top-bar {
      font-size: 16px; } }
  .wall-top-bar .wall-title-text.wall-actors-color {
    color: #f9fbfc; }
  .wall-top-bar .wall-title-text-color {
    color: #a6babe; }
  .wall-top-bar .wall-title-text {
    color: #a6babe;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .wall-top-bar tim-wall-sorting {
    white-space: nowrap;
    padding: 0 5px 0 0; }
    .wall-top-bar tim-wall-sorting strong {
      display: inline-block;
      vertical-align: top;
      color: #f9fbfc;
      font-weight: normal;
      padding: 0 10px 0 0; }
      @media (max-width: 767px) {
        .wall-top-bar tim-wall-sorting strong {
          display: none; } }
    .wall-top-bar tim-wall-sorting div {
      display: inline-block;
      vertical-align: top;
      position: relative;
      color: #a6babe; }
      .wall-top-bar tim-wall-sorting div span {
        display: block;
        cursor: pointer;
        padding: 0 0 0 10px;
        text-transform: uppercase; }
        .wall-top-bar tim-wall-sorting div span i {
          margin: 0 0 0 10px; }
      .wall-top-bar tim-wall-sorting div ul {
        white-space: nowrap;
        position: absolute;
        top: 100%;
        right: 0;
        background: #785d25;
        vertical-align: middle;
        list-style: none;
        margin: 0;
        padding: 10px; }
        .wall-top-bar tim-wall-sorting div ul li {
          padding: 10px 0;
          cursor: pointer; }
        .wall-top-bar tim-wall-sorting div ul li:hover {
          color: #f9fbfc; }

.wall-grid-section tim-grid-view-item {
  float: left;
  padding: 5px; }

tim-wall-epg-tab .content-strip-slider-wrapper.content-grid {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 35px; }
  tim-wall-epg-tab .content-strip-slider-wrapper.content-grid .content-strip-slider-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    color: black;
    padding: 0.4vw; }

tim-wall-epg-tab .content-strip-slider-wrapper .empty-item {
  margin: 33px;
  color: #f9fbfc;
  text-align: center;
  font-size: 23px;
  font-weight: 300; }
  tim-wall-epg-tab .content-strip-slider-wrapper .empty-item img {
    width: 100%;
    height: 100%; }

tim-wall-epg-tab .listing-section-title.listing-section-title-epg {
  margin-bottom: 13px; }

tim-wall-epg-tab .listing-section-margin-top {
  margin-top: 0; }

.content-detail {
  display: block;
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0; }
  .content-detail .content-error {
    padding-top: 100px; }
  .content-detail .listing-section-title,
  .content-detail tim-content-strip-slider,
  .content-detail .content-detail-strip-title,
  .content-detail .content-detail-metadata-title,
  .content-detail .content-series-metadata-title {
    padding-left: 45px; }
    @media (max-width: 1023px) {
      .content-detail .listing-section-title,
      .content-detail tim-content-strip-slider,
      .content-detail .content-detail-strip-title,
      .content-detail .content-detail-metadata-title,
      .content-detail .content-series-metadata-title {
        padding-left: 20px; } }

.content-detail-page-strip {
  padding: 0 60px; }
  @media (max-width: 1023px) {
    .content-detail-page-strip {
      padding: 0 20px; } }

.content-detail-strip-title {
  margin-top: 0;
  padding: 45px 60px 10px 60px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f9fbfc; }
  @media (max-width: 1023px) {
    .content-detail-strip-title {
      padding: 45px 20px 10px 20px; } }

.content-detail-poster {
  width: 100vw;
  display: block;
  position: relative;
  pointer-events: none;
  min-height: 190px;
  opacity: 1;
  max-height: 100vh;
  transition: all 0.3s ease-in-out;
  margin-top: 116px; }
  .content-detail-poster.no-poster {
    opacity: 0;
    max-height: 200px; }

.content-detail-poster-pic {
  width: 100vw;
  height: 75vh;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background linear 0.4s; }

@media (max-width: 1023px) and (orientation: portrait) {
  .content-detail-poster-pic {
    height: 45vh; } }

@media (max-width: 767px) and (orientation: portrait) {
  .content-detail-poster-pic {
    height: 40vh; } }
  .content-detail-poster-pic:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 50%); }
  .content-detail-poster-pic:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: transparent; }

.serie-season-pagination-label {
  color: #f9fbfc; }

.serie-season-pagination {
  padding: 10px 60px 10px 45px;
  color: #f9fbfc;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  list-style: none; }
  @media (max-width: 1023px) {
    .serie-season-pagination {
      padding: 10px 20px 10px 20px; } }
  .serie-season-pagination > li {
    display: inline-block; }
    .serie-season-pagination > li a {
      color: #a6babe;
      padding: 0 10px; }
      .serie-season-pagination > li a:visited {
        color: #a6babe; }
      .serie-season-pagination > li a:hover {
        color: #f9fbfc;
        cursor: pointer; }
      .serie-season-pagination > li a.active {
        color: #f9fbfc;
        text-decoration: underline; }
        .serie-season-pagination > li a.active:hover {
          color: #f9fbfc; }

.content-series-metadata {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-top: -100px; }

.content-detail-metadata-movie {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-top: -100px; }

dynamic-html .content-series-metadata {
  margin-top: 0; }

.content-detail-metadata-series {
  margin-top: 10px; }
  .content-detail-metadata-series .content-detail-metadata-title {
    font-size: 23px; }

.content-detail-metadata-title, .content-series-metadata-title {
  font-size: 32px;
  color: #f9fbfc;
  font-weight: 300;
  margin: 0;
  padding: 10px 60px 0px 60px; }
  @media (max-width: 1023px) {
    .content-detail-metadata-title, .content-series-metadata-title {
      font-size: 26px;
      padding: 10px 20px 5px 20px; } }

.content-detail-metadata-info-bar {
  font-size: 18px;
  color: #f9fbfc;
  font-weight: 300;
  margin: 0;
  padding: 50px 60px 0 45px; }
  @media (max-width: 1023px) {
    .content-detail-metadata-info-bar {
      font-size: 16px;
      padding: 50px 20px; } }
  .content-detail-metadata-info-bar > li {
    display: block;
    float: left;
    list-style: none; }
    .content-detail-metadata-info-bar > li.content-detail-list {
      line-height: 24px;
      height: 28px;
      margin-top: 22px; }
      @media (max-width: 1023px) {
        .content-detail-metadata-info-bar > li.content-detail-list {
          height: 24px; } }
    .content-detail-metadata-info-bar > li h3 {
      padding: 0; }
  .content-detail-metadata-info-bar .icon-download, .content-detail-metadata-info-bar .icon-languages-and-subtitles, .content-detail-metadata-info-bar .icon-pcon-63 {
    font-size: 22px;
    display: inline-block;
    padding-top: 1px; }
    @media (max-width: 1023px) {
      .content-detail-metadata-info-bar .icon-download, .content-detail-metadata-info-bar .icon-languages-and-subtitles, .content-detail-metadata-info-bar .icon-pcon-63 {
        font-size: 16px;
        padding-top: 3px; } }
  .content-detail-metadata-info-bar .info-items-list:after {
    content: ',\A0';
    display: inline-block;
    position: relative;
    left: -3px; }
  .content-detail-metadata-info-bar:after {
    content: "";
    display: table;
    clear: both; }

.content-detail-metadata-padding {
  padding-top: 18px; }

.content-detail-metadata-description {
  font-size: 16px;
  color: #f9fbfc;
  font-weight: 300;
  line-height: 30px;
  padding: 15px 60px 0 45px;
  display: block; }
  @media (max-width: 1023px) {
    .content-detail-metadata-description {
      padding: 15px 20px 0 20px; } }
  .content-detail-metadata-description h2 {
    padding: 0; }

.content-detail-metadata-description-text {
  text-align: justify;
  line-height: 30px; }

.content-detail-metadata-readmore {
  font-size: 16px;
  border: none;
  margin: 0;
  background: none;
  font-weight: 300;
  padding: 22px 0 0 0; }
  .content-detail-metadata-readmore:hover {
    cursor: pointer; }

li.content-detail-metadata-info-separator {
  box-sizing: border-box;
  padding-right: 15px;
  margin-right: 13px;
  position: relative; }
  li.content-detail-metadata-info-separator:after {
    content: '';
    width: 2px;
    background: #f9fbfc;
    position: absolute;
    right: 0;
    height: 24px;
    top: 50%;
    margin-top: -14px;
    display: inline-block; }
    @media (max-width: 1023px) {
      li.content-detail-metadata-info-separator:after {
        height: 20px;
        margin-top: -11px; } }

.content-detail-metadata-buttons {
  display: block;
  padding: 0 45px; }
  @media (max-width: 1023px) {
    .content-detail-metadata-buttons {
      padding: 0 20px; } }

.app-linking {
  background-color: #00B5E2;
  color: #f9fbfc;
  padding: 15px 30px 5px;
  text-align: center;
  line-height: 28px;
  margin: 15px 60px 0 60px;
  display: block; }
  @media (max-width: 1023px) {
    .app-linking {
      margin: 15px 20px 0 20px; } }
  .app-linking .store-icon {
    width: 185px;
    height: 50px;
    padding-top: 15px;
    background-size: 185px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block; }
  .app-linking .app-store {
    background-image: url(assets/appstore.cae41ceddce62eba535f44d7d3cc14ed.png); }
  .app-linking .google-store {
    background-image: url(assets/gplay.43285973dab0661f36296e6bf73c9a95.png); }
  .app-linking .win-store {
    background-image: url(assets/wpstore.c5626f8575cb9ed12323625b42195e99.png); }

.content-detail-metadata-buttons-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .content-detail-metadata-buttons-list > li {
    display: block;
    float: left;
    padding: 0;
    margin-right: 20px;
    margin-top: 20px; }
    .content-detail-metadata-buttons-list > li:last-child {
      margin-right: 0; }
  .content-detail-metadata-buttons-list:after {
    content: "";
    display: table;
    clear: both; }

tim-detail-metadata-rating {
  display: inline-block;
  pointer-events: none; }

.content-detail-metadata-rating {
  border: none;
  padding-top: 0;
  float: left;
  overflow: hidden;
  /* hover previous stars in list */ }
  @media (max-width: 1023px) {
    .content-detail-metadata-rating {
      margin-top: -1px; } }
  .content-detail-metadata-rating > input {
    display: none; }
  .content-detail-metadata-rating > label:before {
    margin: 0 2px;
    font-size: 20px;
    font-family: TIM-Icons;
    display: inline-block;
    content: "\E908"; }
    @media (max-width: 1023px) {
      .content-detail-metadata-rating > label:before {
        font-size: 14px; } }
  .content-detail-metadata-rating > .half:before {
    content: "\E901";
    position: absolute; }
  .content-detail-metadata-rating > label {
    color: #a6babe;
    float: right;
    max-height: 20px; }
  .content-detail-metadata-rating > input:checked ~ label {
    color: #fdd000; }

/***** CSS Magic to Highlight Stars on Hover *****/
/*.content-detail-metadata-rating > input:checked ~ label, !* show gold star when clicked *!
.content-detail-metadata-rating:not(:checked) > label:hover, !* hover current star *!
.content-detail-metadata-rating:not(:checked) > label:hover ~ label { color: #fdd000;  } !* hover previous stars in list *!

.content-detail-metadata-rating > input:checked + label:hover, !* hover current star when changing rating *!
.content-detail-metadata-rating > input:checked ~ label:hover,
.content-detail-metadata-rating > label:hover ~ input:checked ~ label, !* lighten current selection *!
.content-detail-metadata-rating > input:checked ~ label:hover ~ label { color: #cbae25;  }*/
.days-not-found {
  color: white;
  text-align: center; }

p-accordionTab {
  display: block; }

.edit-button {
  color: #00B5E2;
  font-size: 14px;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: -35px; }

@media (max-width: 767px) and (max-width: 599px) {
  .edit-button {
    margin-top: 0;
    bottom: -10px; } }

.profile-page {
  min-height: 100vh;
  font-size: 15.959px;
  font-size: 1.14rem;
  color: #001b21;
  display: block;
  box-sizing: border-box;
  background-color: #e9f0f2;
  min-height: 100vh;
  padding-top: 125px;
  width: 100%;
  font-weight: 300;
  padding-bottom: 50px; }
  .profile-page .button {
    border: solid 1px #000;
    color: #000;
    font-size: 15.959px;
    font-size: 1.14rem;
    font-weight: 300;
    height: 45px;
    line-height: 45px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-page .button {
    height: 50px;
    line-height: 50px;
    width: 90%;
    margin: 0 auto;
    display: block; } }
  .profile-page .subscription-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 20px; }
    .profile-page .subscription-header h4 {
      max-width: calc(100% - 130px);
      text-overflow: ellipsis;
      overflow: hidden;
      -ms-flex-positive: 1;
          flex-grow: 1;
      font-size: 15.959px;
      font-size: 1.14rem;
      margin: 0 5px 0 0;
      font-weight: 400; }
    .profile-page .subscription-header .subscription-status-badge {
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .profile-page .subscription-header .subscription-status-badge span {
        background: #86b950;
        color: #fff;
        padding: 4px 30px;
        border-radius: 14px;
        font-size: 19.88px;
        font-size: 1.42rem;
        line-height: 28px;
        height: 28px;
        font-weight: 400; }
        @media (max-width: 1023px) {
          .profile-page .subscription-header .subscription-status-badge span {
            font-size: 1.14rem; } }
  .profile-page input {
    font-size: 15.959px;
    font-size: 1.14rem; }
  .profile-page input[type="number"]::-webkit-inner-spin-button,
  .profile-page input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .web-view .profile-page {
    padding-top: 25px;
    padding-bottom: 25px; }
  @media (max-width: 1023px) {
    .profile-page {
      padding-top: 80px; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-page {
    padding-top: 60px; } }
  .profile-page .ui-accordion {
    width: 100%; }
    .profile-page .ui-accordion .ui-accordion-header {
      cursor: pointer;
      font-size: 19.88px;
      font-size: 1.42rem; }
      .profile-page .ui-accordion .ui-accordion-header a {
        display: block;
        position: relative;
        padding: 14px 0 14px 0;
        border-top: 1px solid #ccd5d7;
        text-decoration: none;
        color: #001b21;
        font-weight: 400; }
        @media (max-width: 1023px) {
          .profile-page .ui-accordion .ui-accordion-header a {
            font-size: 1.42rem; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-page .ui-accordion .ui-accordion-header a:after {
    position: absolute;
    right: 0;
    content: "\E925";
    font-family: TIM-Icons;
    color: #ccd5d7;
    text-align: center;
    line-height: 30px; }
  .profile-page .ui-accordion .ui-accordion-header a[aria-expanded="true"]:after {
    position: absolute;
    right: 0;
    content: "\E98B";
    font-family: TIM-Icons;
    color: #ccd5d7;
    text-align: center;
    line-height: 30px; } }
    .profile-page .ui-accordion .ui-accordion-content-wrapper .profile-card {
      padding: 0; }
      .profile-page .ui-accordion .ui-accordion-content-wrapper .profile-card:not(.purchases-item) {
        box-shadow: none;
        background: transparent; }

@media (max-width: 767px) and (max-width: 599px) and (max-width: 599px) {
  .profile-page .ui-accordion .ui-accordion-content-wrapper {
    overflow: hidden; } }
    @media (min-width: 600px) {
      .profile-page .ui-accordion .ui-accordion-content-wrapper {
        height: auto !important; } }

.info-label {
  padding-bottom: 20px; }

.profile-wrapper-windows {
  min-height: 100vh !important;
  max-width: 1220px;
  padding: 16px 60px 0 60px;
  margin: 0 auto; }
  .web-view .profile-wrapper-windows {
    min-height: 800px !important;
    padding-top: 0; }
  @media (max-width: 1023px) {
    .profile-wrapper-windows {
      min-height: 800px !important;
      padding: 60px 20px 0 20px; } }

@media (max-width: 767px) and (max-width: 599px) and (max-width: 599px) {
  .profile-wrapper-windows {
    min-height: 800px !important;
    padding-top: 0; }
    .profile-wrapper-windows .profile-sidebar {
      min-height: 800px !important;
      display: none; } }

.profile-wrapper {
  max-width: 1220px;
  padding: 16px 60px 0 60px;
  margin: 0 auto; }
  .web-view .profile-wrapper {
    padding-top: 0; }
  @media (max-width: 1023px) {
    .profile-wrapper {
      padding: 60px 20px 0 20px; } }

@media (max-width: 767px) and (max-width: 599px) and (max-width: 599px) {
  .profile-wrapper {
    padding-top: 0; }
    .profile-wrapper .profile-sidebar {
      display: none; } }

.profile-sidebar {
  width: 250px;
  float: left;
  box-sizing: border-box;
  font-size: 15.959px;
  font-size: 1.14rem;
  position: fixed;
  top: 140px;
  padding-bottom: 40px; }
  .web-view .profile-sidebar {
    top: 25px; }
  @media (max-width: 1023px) {
    .profile-sidebar {
      width: 200px;
      font-size: 1.14rem; } }
  .profile-sidebar ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0; }
  .profile-sidebar li {
    box-sizing: border-box;
    border-bottom: 1px solid #ccd5d7;
    padding: 20px 10px 20px 25px;
    position: relative;
    white-space: nowrap;
    color: #607074; }
    @media (max-width: 1023px) {
      .profile-sidebar li {
        padding: 17px 10px 17px 25px; } }
    .profile-sidebar li:hover:not(.active) {
      cursor: pointer; }
    .profile-sidebar li.active {
      color: #001b21;
      cursor: pointer; }
      .profile-sidebar li.active:before {
        background: #00B5E2;
        opacity: 1; }
    .profile-sidebar li:first-child {
      border-top: 1px solid #ccd5d7; }
    .profile-sidebar li:before {
      content: "";
      display: block;
      position: absolute;
      width: 5px;
      top: 0;
      left: 0;
      bottom: 0;
      opacity: 0;
      transition: opacity 0.6s ease-in-out;
      background: none; }
  .profile-sidebar .button {
    width: 185px;
    height: 40px;
    line-height: 40px; }
    @media (max-width: 1023px) {
      .profile-sidebar .button {
        height: 35px;
        line-height: 35px; } }

.profile-section {
  font-size: 15.959px;
  font-size: 1.14rem; }
  @media (max-width: 1023px) {
    .profile-section {
      font-size: 1.14rem; } }
  .profile-section .profile-section-user-data {
    border-bottom: 1px solid #ccd5d7;
    padding-bottom: 20px;
    position: relative; }
  .profile-section .profile-section-email {
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #001b21;
    display: -ms-flexbox;
    display: flex; }
    .profile-section .profile-section-email span {
      padding-left: 20px;
      color: #001b21;
      font-weight: 300; }

tim-profile-content-card .profile-card {
  position: relative;
  margin: 7px 0 14px 0;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  box-sizing: border-box; }
  tim-profile-content-card .profile-card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
    font-weight: 300;
    color: #001b21; }

.profile-home {
  display: block; }
  .profile-home .profile-email {
    color: #001b21;
    font-weight: 500; }
  .profile-home #profile-margin-bottom {
    display: block;
    min-height: calc(100vh - 100px); }

.color-midnight {
  color: #001b21; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-400 {
  font-weight: 400; }

.profile-main {
  max-width: 100%;
  margin-left: 320px;
  box-sizing: border-box;
  display: block; }
  @media (max-width: 1023px) {
    .profile-main {
      margin-left: 225px; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-main {
    margin-left: 0;
    padding-left: 0; } }
  .profile-main h3,
  .profile-main h4 {
    color: #001b21;
    margin-top: 0;
    font-weight: 400;
    font-size: 15.959px;
    font-size: 1.14rem; }
  .profile-main .profile-subscription-description,
  .profile-main .profile-subscription-info {
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-top: 25px; }
    @media (max-width: 1023px) {
      .profile-main .profile-subscription-description,
      .profile-main .profile-subscription-info {
        padding: 10px 0; } }
  .profile-main .all-subscriptions-wrapper {
    display: -ms-flexbox;
    display: flex; }
  .profile-main .profile-subscription-empty {
    margin: 20px 0;
    padding: 0 15px; }
  .profile-main .profile-subscription-info {
    padding-left: 15px; }
    .profile-main .profile-subscription-info .subscription-button-panel {
      position: relative; }
      .profile-main .profile-subscription-info .subscription-button-panel > div {
        text-align: right; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-main .profile-subscription-info .subscription-button-panel {
    height: auto; } }
    .profile-main .profile-subscription-info ul {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0;
      font-size: 15.959px;
      font-size: 1.14rem; }
      @media (max-width: 1023px) {
        .profile-main .profile-subscription-info ul {
          font-size: 1.14rem; } }
    .profile-main .profile-subscription-info li {
      border-bottom: 1px solid #ccd5d7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-top: 10px;
      padding-bottom: 10px; }
  .profile-main .profile-manage-offer {
    padding: 0 15px;
    margin-bottom: 40px; }
    .profile-main .profile-manage-offer .button-extmanage-wrapper {
      text-align: right;
      padding: 30px 0; }
  .profile-main .profile-extend-offer {
    padding: 0 15px;
    margin-bottom: 40px; }
    .profile-main .profile-extend-offer .button-offering-wrapper {
      text-align: right;
      padding: 20px 0; }
    .profile-main .profile-extend-offer .subscription-offering-image img {
      width: 100%;
      max-width: 100%;
      height: auto;
      padding: 20px 0; }

@media (max-width: 1023px) {
  .profile-main .profile-subscription-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0; }
  .profile-main .profile-subscription-info {
    width: 100%;
    padding-left: 0; }
  .profile-main .all-subscriptions-wrapper {
    display: block; }
  .profile-main .profile-subscription-description {
    width: 100%; } }

.justify-by-side {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

@media (max-width: 767px) {
  .profile-section-user-data .justify-by-side {
    -ms-flex-direction: column;
        flex-direction: column; } }

.security-buttons {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 1023px) {
    .security-buttons {
      position: static;
      width: 100%;
      text-align: right; } }

.profile-section-linee-associate {
  padding-top: 20px;
  position: relative; }
  .profile-section-linee-associate .button--blue:disabled,
  .profile-section-linee-associate .button--blue.inactive {
    border: solid 1px #a6babe; }
  .profile-section-linee-associate h3 {
    font-weight: 400;
    font-size: 19.88px;
    font-size: 1.42rem; }
    @media (max-width: 1023px) {
      .profile-section-linee-associate h3 {
        font-size: 1.42rem; } }
  @media (max-width: 1023px) {
    .profile-section-linee-associate .non-edit-mode .button-add-line-wrapper {
      text-align: right;
      padding-bottom: 20px;
      position: relative; } }
  .profile-section-linee-associate .non-edit-mode .button.button--blue {
    margin: 20px auto; }
  .profile-section-linee-associate .non-edit-mode .justify-by-side > div {
    width: 33%; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-section-linee-associate .edit-mode .justify-by-side {
    -ms-flex-direction: column;
        flex-direction: column; } }
  @media (max-width: 1023px) {
    .profile-section-linee-associate .edit-mode .justify-by-side {
      border-bottom: none; } }
  .profile-section-linee-associate .edit-mode .justify-by-side > div.linee-associate-modifica-button {
    width: 33.3%;
    line-height: 59px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-section-linee-associate .edit-mode .justify-by-side > div.linee-associate-modifica-button {
    width: 100%; } }
  .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper {
    width: 66.6%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    line-height: 55px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper {
    width: 100%; } }
    @media (max-width: 1023px) {
      .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper {
        -ms-flex-direction: column;
            flex-direction: column;
        line-height: 40px; } }
    .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper .profile-mobile-line-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper .profile-mobile-line-wrapper .profile-mobile-line {
        padding-left: 10px; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper > div {
      width: 50%;
      text-align: left; }
      @media (max-width: 1023px) {
        .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper > div {
          width: 100%; }
          .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper > div input {
            width: 100%; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-section-linee-associate .edit-mode .justify-by-side > div.profile-line-header-wrapper > div {
    position: relative;
    padding-bottom: 16px; } }
  @media (max-width: 1023px) {
    .profile-section-linee-associate .edit-mode .justify-by-side > div.linee-associate-modifica-button {
      margin-top: 24px; } }
  @media (max-width: 1023px) {
    .profile-section-linee-associate .edit-mode .justify-by-side > div.linee-associate-modifica-button {
      margin-top: auto; } }
  .profile-section-linee-associate .edit-mode .justify-by-side > div .invalid-input {
    font-size: 11.9px;
    font-size: 0.85rem;
    color: #feb300;
    position: absolute;
    line-height: 10px;
    bottom: 10px; }
    @media (max-width: 1023px) {
      .profile-section-linee-associate .edit-mode .justify-by-side > div .invalid-input {
        bottom: 3px; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-section-linee-associate .edit-mode .justify-by-side > div .invalid-input {
    bottom: 6px; } }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .invalid-input .icon.icon-error {
      font-size: 1em;
      color: #feb300;
      margin-right: 4px; }
  .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccd5d7;
    font-size: 15.959px;
    font-size: 1.14rem;
    height: 22px;
    width: 100%; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input, .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input::-webkit-inner-spin-button, .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input::-webkit-outer-spin-button {
      -moz-appearance: textfield;
      appearance: none; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input:focus {
      border-bottom: 1px solid #00B5E2; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input::-webkit-input-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input:-moz-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input::-moz-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input:-ms-input-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-section-linee-associate .edit-mode .justify-by-side > div .number-input:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
  .profile-section-linee-associate .edit-mode .resend-otp {
    font-size: 11.9px;
    font-size: 0.85rem;
    line-height: 14px;
    line-height: 1rem;
    margin-bottom: 10px; }
    .profile-section-linee-associate .edit-mode .resend-otp a {
      color: #001b21;
      font-weight: 500;
      text-decoration: underline;
      cursor: pointer; }
  .profile-section-linee-associate .edit-mode [hidden] {
    display: none !important; }
  .profile-section-linee-associate .justify-by-side {
    border-bottom: 1px solid #ccd5d7;
    padding: 10px 0; }
    .profile-section-linee-associate .justify-by-side:last-child {
      border-bottom: none; }
    .profile-section-linee-associate .justify-by-side > div:last-child {
      text-align: right; }
    .profile-section-linee-associate .justify-by-side .profile-mobile-line-header,
    .profile-section-linee-associate .justify-by-side .profile-fixed-line-header {
      white-space: nowrap; }
    .profile-section-linee-associate .justify-by-side .profile-linee-associate-button a {
      color: #00B5E2;
      cursor: pointer; }
    .profile-section-linee-associate .justify-by-side .profile-fixed-line .profile-fixed-line-header,
    .profile-section-linee-associate .justify-by-side .profile-fixed-line .profile-mobile-line-header,
    .profile-section-linee-associate .justify-by-side .profile-mobile-line .profile-fixed-line-header,
    .profile-section-linee-associate .justify-by-side .profile-mobile-line .profile-mobile-line-header {
      font-size: 15.959px;
      font-size: 1.14rem;
      color: #001b21;
      font-weight: 300; }
      @media (max-width: 1023px) {
        .profile-section-linee-associate .justify-by-side .profile-fixed-line .profile-fixed-line-header,
        .profile-section-linee-associate .justify-by-side .profile-fixed-line .profile-mobile-line-header,
        .profile-section-linee-associate .justify-by-side .profile-mobile-line .profile-fixed-line-header,
        .profile-section-linee-associate .justify-by-side .profile-mobile-line .profile-mobile-line-header {
          font-size: 1.14rem; } }
    .profile-section-linee-associate .justify-by-side .profile-fixed-line .profile-mobile-number,
    .profile-section-linee-associate .justify-by-side .profile-mobile-line .profile-mobile-number {
      font-weight: 400;
      color: #001b21; }
    .profile-section-linee-associate .justify-by-side .icon {
      font-size: 59.36px;
      font-size: 4.24rem;
      color: #00B5E2;
      float: left; }
      @media (max-width: 1023px) {
        .profile-section-linee-associate .justify-by-side .icon {
          font-size: 3.24rem; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-section-linee-associate .justify-by-side .icon {
    font-size: 4.24rem; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-section-linee-associate .profile-linee-associate-button,
  .profile-section-linee-associate .linee-associate-modifica-button {
    padding-top: 0;
    padding-bottom: 20px; } }
  .profile-section-linee-associate .customer-identifier-section {
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #001b21;
    display: -ms-flexbox;
    display: flex; }
    .profile-section-linee-associate .customer-identifier-section span {
      padding-left: 20px;
      color: #001b21;
      font-weight: 300; }

.profile-section-request-delete {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-top: 1px solid #ccd5d7; }
  .profile-section-request-delete .profile-section-request-delete-title {
    font-weight: 400;
    font-size: 19.88px;
    font-size: 1.42rem; }
    @media (max-width: 1023px) {
      .profile-section-request-delete .profile-section-request-delete-title {
        font-size: 1.42rem; } }
  .profile-section-request-delete .profile-section-request-delete-description {
    padding-top: 20px; }
  @media (max-width: 1023px) {
    .profile-section-request-delete .button-add-line-wrapper {
      text-align: right;
      position: relative; } }
  .profile-section-request-delete .button.button--blue {
    margin: 20px auto; }
  .profile-section-request-delete .justify-by-side > div {
    width: 33%; }

.profile-payment-info {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  font-size: 15.959px;
  font-size: 1.14rem;
  display: block; }
  @media (max-width: 1023px) {
    .profile-payment-info {
      font-size: 1.14rem; } }
  .profile-payment-info .payment-method {
    position: relative;
    margin: 0 5px;
    background-color: transparent;
    box-sizing: border-box;
    color: #001b21;
    border-bottom: 1px solid #ccd5d7;
    font-weight: 400; }
    .profile-payment-info .payment-method.disabled {
      pointer-events: none; }
    .profile-payment-info .payment-method.active {
      background-color: #f9fbfc;
      border-radius: 2px;
      border-bottom: none;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2); }
    .profile-payment-info .payment-method .payment-method-wrapper {
      padding: 20px;
      border-radius: 0 0 2px 2px;
      font-weight: 300;
      color: #001b21;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      box-sizing: border-box; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-payment-info .payment-method .payment-method-wrapper {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; } }
  .profile-payment-info .payment-method-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 20px;
    font-weight: 400; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-payment-info .payment-method-data {
    margin-right: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px; } }
  .profile-payment-info .payment-method-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-payment-info .payment-method-buttons {
    -ms-flex-align: baseline;
        align-items: baseline; } }
  .profile-payment-info .payment-method-name {
    width: 130px;
    display: inline-block;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start; }
  .profile-payment-info .payment-method-name-card-ott {
    width: 270px;
    display: inline-block; }
  .profile-payment-info .payment-method-numbers-holder {
    display: inline-block;
    font-weight: 300; }
  .profile-payment-info .payment-method-cc-type-icon {
    width: 42px;
    width: 3rem;
    margin-left: 14px;
    margin-left: 1rem;
    margin-right: 14px;
    margin-right: 1rem;
    position: relative;
    top: 7px;
    top: 0.5rem; }
  .profile-payment-info .payment-method-number {
    display: block; }
  .profile-payment-info .payment-method-number + .payment-method-number {
    padding: 20px 0 0; }
  .profile-payment-info .payment-method-action {
    margin-right: 15px; }
    .profile-payment-info .payment-method-action:last-child {
      margin: 0;
      text-align: right; }
  .profile-payment-info .text-link--profile, .profile-payment-info .promo-back-button {
    font-weight: 400; }
    .profile-payment-info .text-link--profile:hover, .profile-payment-info .promo-back-button:hover {
      cursor: pointer; }

.purchase-header-style {
  font-weight: 400;
  font-size: 15.959px;
  font-size: 1.14rem;
  margin-bottom: 0; }
  @media (max-width: 1023px) {
    .purchase-header-style {
      font-size: 1.42rem; } }

.no-content-notice {
  color: #607074; }

.my-purchase-section {
  padding-bottom: 20px; }

.purchases-item {
  line-height: normal; }
  .purchases-item h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19.88px;
    font-size: 1.42rem; }
    @media (max-width: 1023px) {
      .purchases-item h3 {
        font-size: 1.14rem; } }
  .purchases-item .card-content {
    padding-left: 40px;
    min-width: 0; }
  .purchases-item .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #001b21;
    opacity: 0;
    transition: opacity 0.5s ease; }
    .purchases-item .play-icon .icon {
      font-size: 40px;
      color: #00B5E2;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -22px 0 0 -22px; }

.purchase-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 0;
  padding-bottom: 10px; }
  .purchase-header .see-more-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: column;
        flex-direction: column; }

.profile-subsection-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 20px; }
  .profile-subsection-header .profile-subsection-title {
    font-weight: 500;
    font-size: 28px;
    font-size: 28px;
    font-size: 2rem;
    padding-right: 30px;
    color: #001b21;
    margin: 0; }

tim-page .text-link--profile, tim-page .promo-back-button,
tim-page .profile-subsection-header .profile-subsection-back,
.profile-subsection-header tim-page .profile-subsection-back,
tim-page .promo-back-button {
  color: #00B5E2;
  text-decoration: none;
  font-size: 15.959px;
  font-size: 1.14rem; }

.profile-card {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  position: relative;
  margin: 7px 0 14px 0;
  margin: 0.5rem 0 1rem 0;
  padding: 24px;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  box-sizing: border-box; }
  @media (max-width: 539px) {
    .profile-card {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .profile-card .item-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .profile-card .item-data .movie-resolution {
      padding-left: 5px;
      color: #607074; }
  .profile-card .item-image {
    background-image: url(assets/placeholder-small-2-3.0e397ad3cc29ffb0881432d6888067b3.png);
    background-repeat: no-repeat;
    background-color: #002d37;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    position: relative;
    width: 133px;
    height: 200px;
    overflow: hidden;
    background-size: cover; }
    .profile-card .item-image > img {
      object-fit: fill;
      opacity: 0;
      transition: opacity 0.35s ease-in-out;
      height: 100%; }
      .profile-card .item-image > img.image-done {
        opacity: 1; }
    @media (max-width: 1169px) {
      .profile-card .item-image {
        height: 264px;
        width: 180px; } }
    @media (max-width: 539px) {
      .profile-card .item-image {
        height: 135px;
        width: 90px;
        margin: 10px 10px 0; } }
  .profile-card .card-content {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    font-weight: 300;
    color: #001b21; }
    .profile-card .card-content h3 {
      font-size: 15.959px;
      font-size: 1.14rem;
      font-weight: 300; }
      @media (max-width: 1023px) {
        .profile-card .card-content h3 {
          font-size: 1.14rem; } }
    .profile-card .card-content .purchase-device-header {
      margin-bottom: 5px; }
    .profile-card .card-content .item-data .icon {
      font-size: 45.36px;
      font-size: 3.24rem; }
      @media (max-width: 1023px) {
        .profile-card .card-content .item-data .icon {
          font-size: 2rem; } }
    @media (max-width: 539px) {
      .profile-card .card-content {
        padding: 24px 10px 24px 10px; } }
  .profile-card .purchase-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 20px;
    font-weight: 300;
    font-size: 15.959px;
    font-size: 1.14rem; }
    @media (max-width: 1169px) {
      .profile-card .purchase-info {
        font-size: 1.14rem;
        display: block;
        padding-top: 0; } }
  .profile-card .purchase-date-section,
  .profile-card .purchase-end-date-section,
  .profile-card .purchase-price-section,
  .profile-card .purchase-payment-method-section {
    padding-right: 7px; }
    @media (max-width: 1169px) {
      .profile-card .purchase-date-section,
      .profile-card .purchase-end-date-section,
      .profile-card .purchase-price-section,
      .profile-card .purchase-payment-method-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding-right: 0;
        padding-top: 15px; } }
  .profile-card .purchase-date,
  .profile-card .purchase-end-date,
  .profile-card .purchase-price,
  .profile-card .purchase-payment-method {
    color: #607074;
    padding-top: 10px; }
    @media (max-width: 1169px) {
      .profile-card .purchase-date,
      .profile-card .purchase-end-date,
      .profile-card .purchase-price,
      .profile-card .purchase-payment-method {
        padding-top: 0;
        text-align: right; } }

.parental-level1 {
  color: #1d9256; }

.parental-level2 {
  color: #fd9d29; }

.parental-level3 {
  color: #a9072e; }

.profile-security h3 {
  font-size: 19.88px;
  font-size: 1.42rem;
  font-weight: 400; }

.profile-security .icon-pcon {
  font-size: 35px; }

.profile-security .profile-security-parental-control-pin {
  padding-bottom: 30px;
  position: relative; }
  @media (max-width: 1023px) {
    .profile-security .profile-security-parental-control-pin {
      padding-bottom: 0; } }
  .profile-security .profile-security-parental-control-pin .profile-security-parental-control-pin-wrapper .profile-security-parental-control-pin-text {
    max-width: 800px;
    width: 55%;
    display: block; }
    @media (max-width: 1023px) {
      .profile-security .profile-security-parental-control-pin .profile-security-parental-control-pin-wrapper .profile-security-parental-control-pin-text {
        display: inline; } }
  .profile-security .profile-security-parental-control-pin .profile-security-parental-control-pin-wrapper .profile-security-parental-control-pin-buttons {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 1023px) {
      .profile-security .profile-security-parental-control-pin .profile-security-parental-control-pin-wrapper .profile-security-parental-control-pin-buttons {
        padding-top: 20px;
        position: static;
        text-align: right; }
        .profile-security .profile-security-parental-control-pin .profile-security-parental-control-pin-wrapper .profile-security-parental-control-pin-buttons a:first-child {
          margin-left: 0; } }
    .profile-security .profile-security-parental-control-pin .profile-security-parental-control-pin-wrapper .profile-security-parental-control-pin-buttons a {
      margin-left: 15px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-security .profile-security-parental-control-pin .profile-security-parental-control-pin-wrapper .profile-security-parental-control-pin-buttons a {
    width: 100%;
    margin-left: 0;
    margin-top: 15px; } }

.profile-security-panel {
  padding-bottom: 20px;
  position: relative; }

.security-panel-wrapper {
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .security-panel-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1023px) {
    .security-panel-wrapper {
      padding-bottom: 20px;
      width: 100%; } }

.security-panel-description {
  padding-left: 120px;
  padding-right: 10px;
  margin-left: -100px;
  display: inline-block;
  box-sizing: border-box;
  min-height: 100%; }
  .security-panel-description.disable-pointer {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto; }
    .security-panel-description.disable-pointer .mat-radio-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }

.security-panel-icon {
  display: inline-block;
  box-sizing: border-box; }
  .security-panel-icon .icon {
    font-size: 45.36px;
    font-size: 3.24rem; }
  .security-panel-icon .parental-level-all {
    color: #1d9256; }
  .security-panel-icon .parental-level-medium {
    color: #fd9d29; }
  .security-panel-icon .parental-level-adult {
    color: #a9072e; }

@media (max-width: 767px) and (max-width: 599px) {
  .security-panel-icon {
    padding-bottom: 10px; } }

tim-profile-messages .profile-card {
  display: block; }
  tim-profile-messages .profile-card:last-child .message-list {
    border-bottom: 0; }
  tim-profile-messages .profile-card .message-list {
    border-bottom: 1px solid #ccd5d7;
    padding-bottom: 20px; }
  tim-profile-messages .profile-card .card-content {
    padding-bottom: 0;
    position: relative;
    width: 95%; }

.profileMessages-wrapper .see-more-link {
  z-index: 2;
  position: relative; }

.btn-remove-message {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 28px;
  font-size: 2rem;
  cursor: pointer; }

.profile-messages .message-list li {
  padding: 0 10% 0 0; }

.profileMessages-wrapper {
  position: relative; }

.message-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0; }

@media (max-width: 767px) and (max-width: 599px) {
  .message-list h3 {
    margin-bottom: 4px; } }
  .message-list li {
    padding: 10px 5% 15px 0; }

@media (max-width: 767px) and (max-width: 599px) {
  .message-list li:first-child {
    padding-top: 0; } }
    .message-list li:last-child {
      border-bottom: none; }
    .message-list li.no-items {
      padding-left: 0; }
  .message-list .message-date {
    padding-bottom: 10px;
    font-size: 11.9px;
    font-size: 0.85rem; }
  .message-list .message-text-short {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px; }
  .message-list .message-text-full {
    height: auto; }

.see-more-link {
  float: right;
  font-size: 14px; }
  .see-more-link a {
    text-decoration: none;
    color: #00B5E2 !important; }
  .see-more-link a:hover {
    color: #00B5E2;
    cursor: pointer; }
  .see-more-link a:visited {
    color: #00B5E2;
    text-decoration: none; }

.profile-devices {
  padding-bottom: 20px;
  max-width: 85%;
  position: relative; }
  .profile-devices::before {
    content: "";
    display: block;
    height: 58px;
    width: 124px;
    background: url(assets/device-section-bg.80713259894bc6a8245a85c39b21046a.png) no-repeat right top;
    background-size: 115px auto;
    position: absolute;
    top: 0;
    right: 0;
    top: -23px; }
    @media (max-width: 1023px) {
      .profile-devices::before {
        display: none; } }
  @media (max-width: 1023px) {
    .profile-devices {
      background: none;
      max-width: 100%; } }
  .profile-devices > h3 {
    display: inline-block;
    font-size: 19.88px;
    font-size: 1.42rem;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .profile-devices > h3.lighter {
        font-size: 19px; } }
    .profile-devices > h3.lighter > span {
      font-weight: 500; }
  .profile-devices .devices-block {
    padding-top: 20px; }
  .profile-devices .profile-devices-empty {
    padding: 0 30px; }
  .profile-devices > .conditions-button > .button.button--blue {
    color: #f9fbfc;
    background: #00B5E2;
    border-color: #00B5E2; }
  .profile-devices .info-red-message {
    color: red;
    margin-top: 20px; }
  .profile-devices .device-item {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px solid #ccd5d7;
    padding: 15px 0;
    height: 94px;
    -ms-flex-align: center;
        align-items: center; }
    .profile-devices .device-item .hidden {
      display: none; }
    .profile-devices .device-item > h3 {
      margin: 0;
      font-weight: 500;
      font-size: 15.959px;
      font-size: 1.14rem; }
      @media (max-width: 1023px) {
        .profile-devices .device-item > h3 {
          font-size: 16px; } }
    .profile-devices .device-item > input {
      background: transparent;
      border: none;
      font-size: 15.959px;
      font-size: 1.14rem;
      font-weight: 500;
      height: 30px;
      width: 40%; }
      @media (max-width: 1023px) {
        .profile-devices .device-item > input {
          font-size: 16px; } }
    .profile-devices .device-item input::-ms-clear {
      display: none; }
    .profile-devices .device-item .device-item-actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-devices .device-item .device-item-actions .button {
    padding-left: 10px;
    padding-right: 10px; } }
      .profile-devices .device-item .device-item-actions .button.button--flat {
        background: transparent;
        border-color: transparent;
        color: #607074; }
      .profile-devices .device-item .device-item-actions .edit-device {
        -ms-flex-order: 1;
            order: 1;
        cursor: pointer;
        font-size: 28px;
        font-size: 2rem;
        color: #000;
        margin-right: 30px; }
      .profile-devices .device-item .device-item-actions .remove-device {
        -ms-flex-order: 2;
            order: 2;
        margin-left: 20px;
        font-size: 28px;
        font-size: 2rem;
        color: #000; }
        .profile-devices .device-item .device-item-actions .remove-device.remove-disabled {
          color: #ccd5d7;
          cursor: not-allowed; }
    .profile-devices .device-item:first-child {
      border-top: 1px solid #ccd5d7; }
    @media (max-width: 1204px) {
      .profile-devices .device-item {
        width: 100%; } }
    .profile-devices .device-item .profile-card {
      width: 350px;
      height: 150px; }
      .profile-devices .device-item .profile-card:after {
        content: "";
        display: table;
        clear: both; }
      @media (max-width: 1204px) {
        .profile-devices .device-item .profile-card {
          width: 100%; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-devices .device-item .profile-card {
    height: 100px;
    -ms-flex-direction: row;
        flex-direction: row; } }
    .profile-devices .device-item .device-icon {
      float: left;
      width: 100px;
      height: 100%;
      background-color: #00B5E2;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-devices .device-item .device-icon {
    width: 70px; } }
      .profile-devices .device-item .device-icon .icon {
        font-size: 70px;
        font-size: 5rem;
        color: #f9fbfc; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-devices .device-item .device-icon .icon {
    font-size: 3.24rem; } }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-devices .device-item .device-icon .icon.icon-mobile {
    font-size: 3.24rem; } }
    .profile-devices .device-item .card-content {
      box-sizing: border-box;
      padding: 0 0 0 20px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-devices .device-item .card-content {
    padding: 0 0 0 20px; }
    .profile-devices .device-item .card-content h3 {
      margin-bottom: 7px; } }
      .profile-devices .device-item .card-content .device-registration {
        padding-bottom: 15px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-devices .device-item .card-content .device-registration {
    padding-bottom: 10px; } }
      .profile-devices .device-item .card-content h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 15px;
        font-size: 28px;
        font-size: 2rem; }
        @media (max-width: 1023px) {
          .profile-devices .device-item .card-content h3 {
            font-size: 1.42rem; } }
      .profile-devices .device-item .card-content .device-registration-date {
        color: #607074;
        font-size: 14px; }
    .profile-devices .device-item .remove-device {
      cursor: pointer; }

.content-conditions,
.ads-conditions,
.conditions {
  padding-bottom: 20px; }
  .content-conditions h3,
  .ads-conditions h3,
  .conditions h3 {
    font-size: 19.88px;
    font-size: 1.42rem; }
    .content-conditions h3 b,
    .ads-conditions h3 b,
    .conditions h3 b {
      font-weight: 500; }

@media (max-width: 767px) and (max-width: 599px) {
  .ads-conditions {
    border-bottom: 1px solid #ccd5d7; } }

.content-conditions-text,
.ads-conditions-text {
  display: -ms-flexbox;
  display: flex; }
  .content-conditions-text .conditions-checkbox,
  .ads-conditions-text .conditions-checkbox {
    padding: 0 15px 0 15px; }

.conditions-button {
  padding-top: 15px;
  position: relative; }
  .conditions-button:after {
    content: "";
    display: table;
    clear: both; }
  .conditions-button .conditions-manage-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .conditions-button .conditions-manage-buttons button {
      margin-left: 10px; }

@media (max-width: 767px) and (max-width: 599px) {
  .conditions-button .conditions-manage-buttons button {
    margin-left: auto; } }
    .conditions-button .conditions-manage-buttons .button--blue:disabled,
    .conditions-button .conditions-manage-buttons .button--blue.inactive {
      border: solid 1px #a6babe; }

@media (max-width: 767px) and (max-width: 599px) {
  .conditions-button .conditions-manage-buttons {
    position: static;
    margin: 20px auto; }
    .conditions-button .conditions-manage-buttons .button {
      margin-top: 10px; } }

.profile-credit-card .credit-card-form {
  padding: 20px 0; }
  .profile-credit-card .credit-card-form > form {
    max-width: 468px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-credit-card .credit-card-form > form {
    max-width: none;
    width: 100%; } }

.profile-credit-card .form-row, .profile-credit-card .registration-form .row-wrapper, .registration-form .profile-credit-card .row-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: -20px; }
  .profile-credit-card .form-row.align-end, .profile-credit-card .registration-form .align-end.row-wrapper, .registration-form .profile-credit-card .align-end.row-wrapper {
    -ms-flex-align: end;
        align-items: flex-end; }
  .profile-credit-card .form-row.justify-end, .profile-credit-card .registration-form .justify-end.row-wrapper, .registration-form .profile-credit-card .justify-end.row-wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-credit-card .form-row.mobile-flow-column, .profile-credit-card .registration-form .mobile-flow-column.row-wrapper, .registration-form .profile-credit-card .mobile-flow-column.row-wrapper {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .profile-credit-card .form-row.mobile-flow-column .button, .profile-credit-card .registration-form .mobile-flow-column.row-wrapper .button, .registration-form .profile-credit-card .mobile-flow-column.row-wrapper .button {
      width: 100%;
      margin-bottom: 15px;
      margin-left: 0; }
    .profile-credit-card .form-row.mobile-flow-column .form-button-row, .profile-credit-card .registration-form .mobile-flow-column.row-wrapper .form-button-row, .registration-form .profile-credit-card .mobile-flow-column.row-wrapper .form-button-row {
      padding-left: 20px;
      box-sizing: border-box;
      width: 100%; } }

.profile-credit-card .text-input {
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  width: 100%;
  display: block;
  color: #607074;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .profile-credit-card .text-input input {
    border-bottom: 1px solid #607074;
    padding-bottom: 5px; }
    .profile-credit-card .text-input input:focus {
      border-bottom: 1px solid #00B5E2; }
    .profile-credit-card .text-input input::-webkit-input-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-credit-card .text-input input:-moz-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-credit-card .text-input input::-moz-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-credit-card .text-input input:-ms-input-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-credit-card .text-input input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-credit-card .text-input input:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-credit-card .text-input input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-credit-card .text-input input:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.profile-credit-card .button {
  margin-left: 20px; }

.profile-credit-card .form-tip {
  width: auto; }

.profile-credit-card .credit-card-label {
  width: 100%;
  display: block;
  color: #607074;
  padding: 10px 0 0; }

.profile-credit-card .cc-input-xsmall {
  width: 60px;
  z-index: 999; }
  .profile-credit-card .cc-input-xsmall input {
    text-align: center; }
    .profile-credit-card .cc-input-xsmall input::-webkit-input-placeholder {
      text-align: center; }
    .profile-credit-card .cc-input-xsmall input:-moz-placeholder {
      text-align: center; }
    .profile-credit-card .cc-input-xsmall input::-moz-placeholder {
      text-align: center; }
    .profile-credit-card .cc-input-xsmall input:-ms-input-placeholder {
      text-align: center; }
    .profile-credit-card .cc-input-xsmall input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-credit-card .cc-input-xsmall input:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-credit-card .cc-input-xsmall input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-credit-card .cc-input-xsmall input:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.profile-credit-card .cc-input-small {
  width: 100px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-credit-card .cc-input-small {
    width: 100%; } }

.profile-credit-card .cc-input-medium {
  width: 288px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-credit-card .cc-input-medium {
    width: 100%; } }

.profile-credit-card .cc-input-large {
  width: 388px; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-credit-card .cc-input-large {
    width: 100%; } }

.profile-credit-card .cc-select {
  width: auto !important;
  border-bottom: 2px solid #607074;
  position: relative; }
  .profile-credit-card .cc-select:after {
    content: "\E925";
    font-family: TIM-Icons;
    color: #f9fbfc;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 2px; }

tim-profile-coupon-intro {
  display: block;
  box-sizing: border-box;
  font-size: 15.959px;
  font-size: 1.14rem; }

@media (max-width: 767px) and (max-width: 599px) {
  tim-profile-coupon-intro {
    min-height: 1px; } }
  tim-profile-coupon-intro .text {
    width: 80%;
    box-sizing: border-box;
    padding: 10px 0 50px 0; }
    @media (max-width: 1023px) {
      tim-profile-coupon-intro .text {
        width: 100%;
        padding-top: 0;
        font-size: 1.14rem; } }

.profile-coupon {
  display: block;
  min-height: calc(100vh - 100px);
  box-sizing: border-box;
  padding: 20px 0; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-coupon {
    min-height: 1px; } }
  .profile-coupon h2 {
    font-size: 22px;
    font-weight: 400;
    color: black; }

@media (max-width: 767px) and (max-width: 599px) {
  .profile-coupon h2 {
    display: none; } }
  .profile-coupon .coupon-section {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .profile-coupon .coupon-section {
        display: block; } }
  .profile-coupon .coupon-description {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 0 0 0; }
    @media (max-width: 1023px) {
      .profile-coupon .coupon-description {
        width: 100%; } }
  .profile-coupon .coupon-info {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px; }
    .profile-coupon .coupon-info ul {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0;
      font-size: 14px; }
    .profile-coupon .coupon-info li {
      border-bottom: 1px solid #ccd5d7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-top: 10px;
      padding-bottom: 10px; }
    @media (max-width: 1023px) {
      .profile-coupon .coupon-info {
        padding-top: 30px;
        width: 100%;
        padding-left: 0; } }
  .profile-coupon .coupon-text {
    padding-bottom: 20px; }
  .profile-coupon .button--blue {
    width: 50%; }
    @media (max-width: 1023px) {
      .profile-coupon .button--blue {
        width: 100%; } }

/* PRIMENG */
/* Fluid */
.ui-fluid .ui-dialog-buttonpane .ui-button {
  width: auto; }

.ui-dropdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle; }

.ui-dropdown .ui-dropdown-trigger {
  border-right: none;
  border-top: none;
  border-bottom: none;
  cursor: pointer;
  width: 1.5em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.25em; }

.ui-dropdown .ui-dropdown-trigger .fa {
  margin-top: 0.4em;
  margin-left: -0.125em; }

.ui-dropdown .ui-dropdown-label {
  display: block;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  width: 100%;
  padding-right: 1.5em; }

.ui-dropdown .ui-dropdown-item-empty,
.ui-dropdown .ui-dropdown-label-empty {
  text-indent: -9999px; }

.ui-dropdown.ui-state-disabled .ui-dropdown-trigger,
.ui-dropdown.ui-state-disabled .ui-dropdown-label {
  cursor: default; }

.ui-dropdown label.ui-dropdown-label {
  cursor: pointer; }

.ui-dropdown input.ui-dropdown-label {
  cursor: default; }

.ui-dropdown .ui-dropdown-panel {
  min-width: 100%; }

.ui-dropdown-panel {
  position: absolute;
  height: auto;
  background: #f9fbfc; }

.ui-dropdown-panel .ui-dropdown-items-wrapper {
  overflow: auto; }

.ui-dropdown-panel .ui-dropdown-item {
  font-weight: normal;
  border: 0 none;
  cursor: pointer;
  margin: 1px 0;
  padding: 0.125em 0.25em;
  text-align: left; }

.ui-dropdown-panel .ui-dropdown-item-group {
  font-weight: bold; }

.ui-dropdown-panel .ui-dropdown-list {
  padding: 0.4em;
  border: 0 none; }

.ui-dropdown-panel .ui-dropdown-filter {
  width: 100%;
  padding-right: 1.5em; }

.ui-dropdown-panel .ui-dropdown-filter-container {
  position: relative;
  margin: 0;
  padding: 0.4em;
  display: inline-block; }

.ui-dropdown-panel .ui-dropdown-filter-container .fa {
  position: absolute;
  top: 0.8em;
  right: 1em; }

/** Dropdown **/
.ui-fluid .ui-dropdown {
  width: 100%; }

.ui-fieldset,
.ui-fieldset .ui-fieldset-legend {
  padding: 0.6em 1em; }

.ui-fieldset-toggleable .ui-fieldset-legend {
  padding: 0.5em 1em 0.5em 0.5em;
  cursor: pointer;
  white-space: nowrap; }

.ui-fieldset .ui-fieldset-toggler {
  margin-right: 0.1em;
  display: inline-block;
  vertical-align: middle; }

.ui-fieldset .ui-fieldset-content-wrapper-overflown {
  overflow: hidden; }

.ui-widget * {
  box-sizing: border-box; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0; }

.ui-state-disabled {
  cursor: default !important; }

.ui-state-disabled a {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3); }

.ui-unselectable-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.ui-scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

.ui-autocomplete {
  width: auto;
  zoom: 1;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  display: inline-block; }

.ui-autocomplete .ui-autocomplete-dropdown {
  height: 100%;
  width: 2em;
  margin-right: 0;
  vertical-align: top; }

.ui-autocomplete-query {
  font-weight: bold; }

.ui-autocomplete-panel {
  position: absolute;
  overflow: auto; }

.ui-autocomplete-panel .ui-autocomplete-list {
  padding: 0.4em;
  border: 0 none; }

.ui-autocomplete-panel .ui-autocomplete-list-item {
  border: 0 none;
  cursor: pointer;
  font-weight: normal;
  margin: 1px 0;
  padding: 0.186em 0.313em;
  text-align: left; }

.ui-autocomplete .ui-button-icon-only {
  border-left: 0 none; }

.subscription-card-sub-title {
  font-weight: 600;
  color: #3f4b4e; }

.content-card-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.subscription-card-action-title {
  margin: 20px 0;
  font-weight: 600;
  color: #3f4b4e; }

.subscription-card-action-sub-title {
  color: #607074; }

.subscription-buttons {
  text-align: right;
  margin-top: 30px; }

.subscription-label {
  padding-right: 30px;
  display: inline-block;
  font-size: 15.959px;
  font-size: 1.14rem;
  font-weight: 400; }

.subscription-value {
  white-space: nowrap; }

@media (max-width: 767px) and (max-width: 599px) {
  .payment-methods .edit-button {
    width: 100%;
    text-align: right; } }

.disabled {
  pointer-events: none;
  opacity: 0.7; }

/* Global styles for Report Event Live */
tim-report-event-live {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  box-sizing: border-box; }
  tim-report-event-live .report-subtitle {
    margin: 0 0 15px 0;
    font-size: 16px;
    padding: 0;
    text-align: left;
    line-height: 1.4; }
    tim-report-event-live .report-subtitle a {
      color: #0066cc;
      text-decoration: none; }
      tim-report-event-live .report-subtitle a:hover {
        text-decoration: underline; }

/* Specific spacing for Report Event Live accordion tab */
p-accordionTab#report-event-live {
  margin-top: 20px; }

@media (max-width: 767px) and (max-width: 599px) {
  p-accordionTab#report-event-live {
    margin-top: 0px; } }
  p-accordionTab#report-event-live .ui-accordion-header a {
    padding-bottom: 8px; }
  p-accordionTab#report-event-live .ui-accordion-content-wrapper {
    padding-top: 0;
    padding-bottom: 5px; }

@media (max-width: 767px) and (max-width: 599px) {
  p-accordionTab#report-event-live .ui-accordion-content-wrapper {
    padding: 0; } }

.report-container {
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: TIMSans, sans-serif;
  padding: 0;
  box-sizing: border-box; }

/* Tables: no borders but with spacing */
.event-table,
.device-kpi-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 5px;
  border: none;
  table-layout: auto; }

@media (max-width: 767px) and (max-width: 599px) {
  .event-table,
  .device-kpi-table {
    border-spacing: 0; } }

.event-table td,
.device-kpi-table td,
.device-kpi-table th {
  white-space: nowrap;
  overflow: hidden;
  padding: 8px 0px;
  text-overflow: ellipsis;
  font-size: 16px;
  border: none;
  text-align: left; }

/* Specific spacing for device KPI table only */
.device-kpi-table {
  table-layout: fixed;
  width: 100%; }

.device-kpi-table td {
  padding: 4px 15px;
  white-space: normal;
  overflow: visible;
  text-overflow: initial; }

/* KPI table column widths: label bigger than name and value */
.device-kpi-table td:nth-child(1) {
  width: 70%;
  /* kpi.label - bigger column */ }

.device-kpi-table td:nth-child(2) {
  width: 15%;
  /* kpi.name - smaller column */ }

.device-kpi-table td:nth-child(3) {
  width: 15%;
  /* kpi.value - smaller column */ }

/* Ensure KPI table uses table layout on desktop */
@media (min-width: 768px) {
  .device-kpi-table {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .device-kpi-table tbody {
    display: table-row-group !important; }
  .device-kpi-table tr {
    display: table-row !important; }
  .device-kpi-table td {
    display: table-cell !important; } }

/* Event table rows with flex layout */
.event-table tbody,
.event-table thead {
  display: block;
  width: 100%; }

.event td {
  border-bottom: 1px solid #ccc; }

.event-table tbody tr,
.event-table thead tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 0;
  margin: 0;
  padding: 0;
  border-bottom: none;
  width: 100%;
  box-sizing: border-box;
  border: none; }

/* Add bottom border to event rows */
.event-table tbody tr.event {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 8px;
  margin-bottom: 8px; }

/* Hide border from event row when details are expanded - use class-based approach */
.event-table tbody tr.event.expanded {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0; }

/* Show border only at the end of expanded details */
.event-table tbody tr td[colspan] {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.event-table tbody tr > td,
.event-table thead tr > th {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  min-width: 0;
  border: none;
  text-align: left; }

/* Fixed width columns for date and channel */
.event-date-column {
  -ms-flex: 0 0 200px !important;
      flex: 0 0 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.event-channel-column {
  -ms-flex: 0 0 150px !important;
      flex: 0 0 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.event-title-column {
  -ms-flex: 0 0 220px;
      flex: 0 0 220px;
  min-width: 220px;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.event-action-column {
  -ms-flex: 0 0 220px;
      flex: 0 0 220px;
  min-width: 220px;
  max-width: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 16px; }

/* Responsive design for mobile and tablet */
@media (max-width: 767px) and (max-width: 599px) {
  td.event-title-column {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 220px !important;
    display: block !important; }
  tim-report-event-live .profile-card .card-content {
    padding: 0; }
  tim-report-event-live .report-subtitle {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px; }
  .event-table {
    display: block;
    width: 100%; }
  .event-table tbody,
  .event-table thead {
    display: block;
    width: 100%; }
  .event-table tbody tr,
  .event-table thead tr {
    display: block;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    border: none;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }
  .event-table tbody tr.event {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 0; }
  .event-date-column,
  .event-channel-column,
  .event-title-column,
  .event-action-column {
    -ms-flex: none !important;
        flex: none !important;
    min-width: auto !important;
    max-width: none !important;
    margin-bottom: 2px;
    padding: 8px 0;
    border-bottom: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    word-wrap: norwap;
    word-wrap: hidden; }
  .event-action-column {
    text-align: center;
    border-bottom: none;
    -ms-flex-pack: start;
        justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
  /* Mobile button positioning override */
  .event-action-column .event-toggle-btn {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 0 !important;
    margin-right: auto !important;
    float: none !important;
    text-align: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
        align-items: center !important;
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .event-action-column .event-toggle-btn.btn-expanded {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto !important;
    margin-right: 0 !important;
    float: none !important;
    text-align: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
        align-items: center !important;
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .device-section {
    margin-bottom: 2px; }
  .device-section h4 {
    font-size: 16px;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 10px; }
  .device-kpi-table {
    display: block; }
  .device-kpi-table tbody {
    display: block; }
  .device-kpi-table tr {
    display: block !important;
    margin-bottom: 0 !important;
    padding: 2px !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important; }
  .device-kpi-table td {
    display: block !important;
    padding: 2px 0 !important;
    border-bottom: none !important;
    font-size: 14px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    box-sizing: border-box !important; }
  /* Allow wrapping for KPI label (first column) */
  .device-kpi-table td:nth-child(1) {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important; }
  .device-kpi-table td:last-child {
    border-bottom: none; }
  /* Reduce expanded event row padding in mobile */
  .event-table tbody tr {
    padding-top: 5px !important; } }

@media (max-width: 1023px) {
  .event-date-column {
    -ms-flex: 0 0 180px !important;
        flex: 0 0 180px !important;
    min-width: 180px !important;
    max-width: 180px !important; }
  .event-channel-column {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 270px !important;
    display: block !important; }
  .event-action-column {
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    min-width: 120px; } }

/* Device section */
.device-section {
  margin: 0;
  padding: 0; }

.device-section h4 {
  font-size: 18px;
  font-weight: bolder;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 0; }

/* Expanded details row - add line below */
.event-table tbody tr td[colspan] {
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 10px; }

/* Icons */
.no-icon-report {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 8px; }

.icon-report {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 8px; }

/* Different behavior when button shows "Indietro" */
.event-toggle-btn.btn-expanded {
  /* Additional styles for "Indietro" state */
  border: none !important;
  background: transparent !important;
  color: #00B5E2 !important; }

.event-toggle-btn.btn-expanded:hover {
  /* Additional hover behavior for "Indietro" - only underline */
  text-decoration: underline !important;
  background: transparent !important;
  border: none !important;
  color: #00B5E2 !important;
  transform: none !important; }

/* Mobile specific behavior */
@media (max-width: 767px) and (max-width: 599px) {
  .event-toggle-btn {
    width: auto;
    max-width: 140px;
    font-size: 12px;
    padding: 8px 12px;
    float: left;
    clear: left;
    margin-left: 0;
    margin-right: auto; }
  .event-toggle-btn.btn-expanded {
    max-width: 100px;
    float: right;
    clear: right;
    margin-left: auto;
    margin-right: 0; } }

/* Expanded event title row - ensure ellipsis */
td.event-title-expanded-row {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 700px; }

/* Unified alignment and spacing for expanded event details */
.event-title-expanded-row,
.device-section h4,
.device-kpi-table td {
  padding-left: 24px !important;
  margin-left: 0 !important;
  border-bottom: none !important;
  font-size: 16px;
  text-align: left;
  margin-top: 0 !important;
  padding-top: 0 !important; }

@media (max-width: 767px) and (max-width: 599px) {
  td.event-title-expanded-row {
    text-overflow: ellipsis !important;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -ms-flexbox;
    max-width: 270px !important; }
  .event-title-expanded-row,
  .device-section h4,
  .device-kpi-table td {
    padding-left: 12px !important;
    margin-left: 0 !important;
    border-bottom: none !important; } }

.device-section h4,
.device-kpi-table {
  display: block;
  max-width: calc(100% - 140px);
  /* 140px is the min-width of .event-toggle-btn */
  box-sizing: border-box;
  margin-right: auto; }

@media (max-width: 767px) and (max-width: 599px) {
  .device-section h4,
  .device-kpi-table {
    max-width: calc(100% - 100px);
    /* Adjust for smaller screens if button is smaller */ } }

table.device-kpi-table {
  margin-bottom: 24px; }

.profile-lines {
  display: block;
  font-size: 15.959px;
  font-size: 1.14rem;
  line-height: 1.4em;
  overflow: hidden;
  /* lines page */ }
  .profile-lines h2 {
    font-size: 16px;
    margin: 0 0 20px; }
  .profile-lines .lines-columns b {
    font-weight: bold; }
  .profile-lines .lines-columns .profile-card {
    float: right;
    width: 48%;
    box-sizing: border-box; }
    .profile-lines .lines-columns .profile-card:first-child {
      float: left; }
    @media (max-width: 1023px) {
      .profile-lines .lines-columns .profile-card {
        float: none !important;
        width: 100%; } }
  .profile-lines .lines-columns form {
    padding: 0 0 25px; }
  .profile-lines .lines-columns .text-input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 200px;
    margin: 5px 10px 10px 0; }
  .profile-lines .lines-columns .pin-text-input {
    width: 100%;
    max-width: 112x; }
  .profile-lines .lines-columns .button-modify {
    margin: 0 0 20px 54px; }
  .profile-lines .lines-columns .associated-line {
    padding: 0 0 20px; }
    .profile-lines .lines-columns .associated-line .icon {
      float: left;
      font-size: 59.36px;
      font-size: 4.24rem;
      color: #00B5E2;
      padding: 0 20px 0 0; }
    .profile-lines .lines-columns .associated-line p {
      margin: 0;
      overflow: hidden; }
  .profile-lines .lines-columns .associated-line.master-account .number {
    color: #999 !important; }
  .profile-lines .lines-columns .number {
    padding: 12px 0 0;
    font-weight: bold;
    display: block; }
  .profile-lines .lines-columns .defined-line p {
    margin: 0 0 20px; }
  .profile-lines .lines-columns .verify-number-form {
    border-top: 1px solid #d8d8d8;
    padding: 20px 0 30px; }
    .profile-lines .lines-columns .verify-number-form p {
      margin: 0 0 20px; }
  .profile-lines .lines-columns .buttons-block {
    display: inline-block;
    vertical-align: top; }

.profile-security .pin-input {
  display: block;
  width: 35%;
  font-size: 19.88px;
  font-size: 1.42rem;
  color: #607074;
  padding-bottom: 5px;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .profile-security .pin-input {
      width: 100%; } }
  .profile-security .pin-input.with-button {
    text-align: right;
    width: 30%; }
  .profile-security .pin-input input {
    border-bottom: 1px solid #607074;
    padding-bottom: 5px; }
    .profile-security .pin-input input:focus {
      border-color: #00B5E2; }
    .profile-security .pin-input input::-webkit-input-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-security .pin-input input:-moz-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-security .pin-input input::-moz-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-security .pin-input input:-ms-input-placeholder {
      color: #99abaf;
      font-size: 15px;
      font-weight: 100; }
    .profile-security .pin-input input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-security .pin-input input:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-security .pin-input input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .profile-security .pin-input input:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.profile-security .pin-form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }
  @media (max-width: 767px) {
    .profile-security .pin-form-row {
      padding: 0;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -ms-flex-align: start;
          align-items: flex-start; }
      .profile-security .pin-form-row > .pin-input {
        padding: 10px 0;
        max-width: 100%;
        margin: 0; }
      .profile-security .pin-form-row > .button {
        margin: 10px auto; } }

@media (max-width: 767px) {
  .profile-security .mat-radio-label-content {
    white-space: normal; } }

@media (max-width: 767px) {
  .profile-security .mobile-view .pin-input {
    width: 100%; }
    .profile-security .mobile-view .pin-input input {
      text-align: center; }
  .profile-security .mobile-view .baloon-input {
    position: relative; } }

.baloon-modifica-password {
  position: absolute;
  background: #e4e4e4;
  width: 200px;
  left: -210px;
  font-size: 12px;
  padding: 10px 20px 10px 10px; }
  .baloon-modifica-password:after {
    left: 100%;
    top: 6px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
    @media (max-width: 767px) {
      .baloon-modifica-password:after {
        left: 90%;
        bottom: -20px;
        top: auto; } }
  .baloon-modifica-password:after {
    border-left-color: #e4e4e4;
    border-width: 10px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .baloon-modifica-password:after {
        border-top-color: #e4e4e4;
        border-left-color: transparent; } }
  .baloon-modifica-password .icon-cross {
    display: block;
    position: absolute;
    right: 6px;
    top: 7px;
    color: #001013;
    font-weight: bold; }
    .baloon-modifica-password .icon-cross:hover {
      cursor: pointer; }
  @media (max-width: 767px) {
    .baloon-modifica-password {
      width: 100%;
      left: 0;
      position: absolute;
      padding: 0;
      bottom: 85%; } }
  .baloon-modifica-password .baloon-text {
    padding: 10px 20px 10px 10px;
    display: block; }

.parental-control-level {
  padding: 20px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 767px) {
    .parental-control-level {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }
  .parental-control-level .icon-security {
    font-size: 45.36px;
    font-size: 3.24rem;
    color: #607074; }
    .parental-control-level .icon-security:hover {
      cursor: pointer; }
  .parental-control-level .parental-level-all.enabled {
    color: #1d9256; }
  .parental-control-level .parental-level-medium.enabled {
    color: #fd9d29; }
  .parental-control-level .parental-level-adult.enabled {
    color: #a9072e; }
  .parental-control-level.disabled {
    pointer-events: none; }

.parental-control-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .parental-control-form .parental-pin-input {
    display: block;
    max-width: 170px;
    font-size: 25px;
    color: #607074;
    margin-right: 40px; }
    .parental-control-form .parental-pin-input input {
      border-bottom: 2px solid #00B5E2;
      padding-bottom: 5px; }
      .parental-control-form .parental-pin-input input::-webkit-input-placeholder {
        color: #99abaf;
        font-size: 15px; }
      .parental-control-form .parental-pin-input input:-moz-placeholder {
        color: #99abaf;
        font-size: 15px; }
      .parental-control-form .parental-pin-input input::-moz-placeholder {
        color: #99abaf;
        font-size: 15px; }
      .parental-control-form .parental-pin-input input:-ms-input-placeholder {
        color: #99abaf;
        font-size: 15px; }
      .parental-control-form .parental-pin-input input:focus::-webkit-input-placeholder {
        opacity: 0;
        transition: opacity 600ms ease; }
      .parental-control-form .parental-pin-input input:focus:-moz-placeholder {
        opacity: 0;
        transition: opacity 600ms ease; }
      .parental-control-form .parental-pin-input input:focus:-ms-input-placeholder {
        opacity: 0;
        transition: opacity 600ms ease; }
      .parental-control-form .parental-pin-input input:focus::-moz-placeholder {
        opacity: 0;
        transition: opacity 600ms ease; }

.parental-control-pin-form .parental-pin-input {
  display: block;
  max-width: 170px;
  font-size: 25px;
  color: #607074;
  margin-right: 40px; }
  .parental-control-pin-form .parental-pin-input input {
    border-bottom: 2px solid #99abaf;
    padding-bottom: 5px; }
    .parental-control-pin-form .parental-pin-input input::-webkit-input-placeholder {
      color: #99abaf;
      font-size: 15px; }
    .parental-control-pin-form .parental-pin-input input:-moz-placeholder {
      color: #99abaf;
      font-size: 15px; }
    .parental-control-pin-form .parental-pin-input input::-moz-placeholder {
      color: #99abaf;
      font-size: 15px; }
    .parental-control-pin-form .parental-pin-input input:-ms-input-placeholder {
      color: #99abaf;
      font-size: 15px; }
    .parental-control-pin-form .parental-pin-input input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .parental-control-pin-form .parental-pin-input input:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .parental-control-pin-form .parental-pin-input input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .parental-control-pin-form .parental-pin-input input:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.purchase-pin-options {
  margin-top: 30px;
  padding-left: 90px;
  position: relative; }
  @media (max-width: 767px) {
    .purchase-pin-options {
      padding: 60px 0 0 0;
      margin-top: 10px; } }
  .purchase-pin-options:before {
    content: '\E940';
    font-family: TIM-Icons;
    color: #001b21;
    text-align: center;
    display: block;
    font-size: 45.36px;
    font-size: 3.24rem;
    position: absolute;
    left: 15px;
    top: 5px; }
    @media (max-width: 767px) {
      .purchase-pin-options:before {
        left: 50%;
        top: 0;
        margin-left: -25px; } }
  .purchase-pin-options .purchase-pin-input {
    display: block;
    max-width: 170px;
    font-size: 25px;
    color: #607074;
    margin-right: 40px; }
    .purchase-pin-options .purchase-pin-input input {
      border-bottom: 2px solid #99abaf;
      padding-bottom: 5px; }
      .purchase-pin-options .purchase-pin-input input::-webkit-input-placeholder {
        color: #99abaf;
        font-size: 15px;
        font-weight: 100; }
      .purchase-pin-options .purchase-pin-input input:-moz-placeholder {
        color: #99abaf;
        font-size: 15px;
        font-weight: 100; }
      .purchase-pin-options .purchase-pin-input input::-moz-placeholder {
        color: #99abaf;
        font-size: 15px;
        font-weight: 100; }
      .purchase-pin-options .purchase-pin-input input:-ms-input-placeholder {
        color: #99abaf;
        font-size: 15px;
        font-weight: 100; }
      .purchase-pin-options .purchase-pin-input input:focus::-webkit-input-placeholder {
        opacity: 0;
        transition: opacity 600ms ease; }
      .purchase-pin-options .purchase-pin-input input:focus:-moz-placeholder {
        opacity: 0;
        transition: opacity 600ms ease; }
      .purchase-pin-options .purchase-pin-input input:focus:-ms-input-placeholder {
        opacity: 0;
        transition: opacity 600ms ease; }
      .purchase-pin-options .purchase-pin-input input:focus::-moz-placeholder {
        opacity: 0;
        transition: opacity 600ms ease; }

.purchase-pin-change-pin {
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
  border-top: #99abaf 1px solid; }

.search-dialog {
  display: block;
  height: 100vh;
  width: 100vw;
  padding: 140px 0 0 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .8);
  position: relative;
  color: #f9fbfc; }
  @media (max-width: 1023px) {
    .search-dialog {
      padding: 60px 0 0 0; } }

.search-dialog-inner {
  height: 100%;
  position: relative; }

.search-elements-padding {
  padding: 0 60px; }
  @media (max-width: 1023px) {
    .search-elements-padding {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .search-elements-padding {
      padding: 0 10px; } }

.search-container {
  position: absolute;
  overflow: hidden;
  top: 150px;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 1; }
  .search-container .search-container-inner {
    height: 100%;
    overflow: hidden;
    position: relative; }
  @media (max-width: 1023px) {
    .search-container {
      top: 120px; } }
  @media (max-width: 767px) {
    .search-container {
      top: 80px; } }

.search-container-wrapper {
  margin-right: 50px; }

.search-container-content:after {
  content: "";
  display: table;
  clear: both; }

.search-wall {
  display: block;
  margin: 0 -5px;
  padding-bottom: 20px; }
  .search-wall:after {
    content: "";
    display: table;
    clear: both; }

.search-dialog-section-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #f9fbfc;
  margin: 0;
  padding-bottom: 5px; }
  @media (max-width: 1023px) {
    .search-dialog-section-heading {
      font-size: 16px; } }

.search-dialog-form {
  display: block;
  position: relative;
  z-index: 10; }
  .search-dialog-form .icon-search {
    color: #f9fbfc;
    font-size: 45px; }
    .search-dialog-form .icon-search:hover {
      cursor: pointer; }
    @media (max-width: 767px) {
      .search-dialog-form .icon-search {
        font-size: 24px; } }

.search-dialog-input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #f9fbfc;
  box-sizing: border-box;
  padding: 20px 60px 20px 0;
  position: relative;
  font-size: 35px;
  font-weight: 300;
  color: #f9fbfc;
  display: inline-block; }
  .search-dialog-input::-webkit-input-placeholder {
    color: #607074; }
  .search-dialog-input:-moz-placeholder {
    color: #607074; }
  .search-dialog-input::-moz-placeholder {
    color: #607074; }
  .search-dialog-input:-ms-input-placeholder {
    color: #607074; }
  .search-dialog-input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 600ms ease; }
  .search-dialog-input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 600ms ease; }
  .search-dialog-input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 600ms ease; }
  .search-dialog-input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 600ms ease; }
  @media (max-width: 767px) {
    .search-dialog-input {
      font-size: 20px;
      padding: 10px 25px 10px 0; } }

.search-dialog-input-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.search-section-title {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #a6babe; }
  @media (max-width: 1023px) {
    .search-section-title {
      font-size: 16px; } }
  .search-section-title.small-letters {
    text-transform: none; }

.search-dialog .swiper-scrollbar {
  z-index: 999999;
  right: 20px;
  top: 0;
  width: 10px;
  height: 100%;
  border-radius: 0;
  -ms-touch-action: none;
  background: #525454; }
  .search-dialog .swiper-scrollbar .swiper-scrollbar-drag {
    background: #00B5E2;
    border-radius: 0; }

.player {
  display: block;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  background: #000;
  position: relative;
  color: #f9fbfc; }
  .player.playing.hide-controls {
    cursor: none; }
    .player.playing.hide-controls .top-bar,
    .player.playing.hide-controls .playback-controls {
      display: none;
      cursor: none; }
  .player.hide-controls.settings {
    cursor: default; }
    .player.hide-controls.settings .top-bar,
    .player.hide-controls.settings .playback-controls {
      opacity: 1;
      cursor: default; }
  .player.fullscreen #expand {
    display: none; }
  .player.fullscreen #collapse {
    display: block; }
  .player.settings #options-toggle {
    color: #f9fbfc; }
  .player #videoPlayer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: block; }
  .player * {
    outline: none; }
  .player video::-webkit-media-controls {
    display: none !important; }
  .player.silverlight-controls .fullscreen-button {
    display: none !important; }
  .player .top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
    height: 100px;
    padding: 40px 75px 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 30%, rgba(0, 0, 0, .85) 100%); }
    .player .top-bar:after {
      content: "";
      display: table;
      clear: both; }
  .player .playback-controls {
    padding: 30px 75px 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 30%, rgba(0, 0, 0, .85) 100%); }
    .player .playback-controls:after {
      content: "";
      display: table;
      clear: both; }
  .player .playback-controls-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 150px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .player .btn-close-player {
    position: absolute;
    top: 70px;
    left: 75px;
    max-width: calc(100% - 200px);
    cursor: pointer;
    font-size: 21px;
    overflow: hidden; }
    .player .btn-close-player .icon {
      font-size: 28px;
      float: left; }
    .player .btn-close-player span {
      display: block;
      padding: 2px 0 0 8px;
      overflow: hidden; }
      .player .btn-close-player span em {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-style: normal;
        display: block; }
    .player .btn-close-player .live-label {
      display: none;
      font-size: 20px;
      font-weight: 100;
      color: #607074; }
  .player .play-and-timeline {
    position: relative; }
    .player .play-and-timeline:after {
      content: "";
      display: table;
      clear: both; }
  .player #playback-control {
    position: absolute;
    font-size: 24px;
    cursor: pointer; }
  .player #pause-icon {
    display: none; }
  .player.playing #play-icon {
    display: none; }
  .player.playing #pause-icon {
    display: block; }
  .player #progress {
    box-sizing: border-box;
    padding: 0 0 0 60px; }
    .player #progress:hover .noUi-horizontal .noUi-handle {
      opacity: 1; }
  .player .time-slider {
    width: 100%; }
  .player .noUi-horizontal {
    cursor: pointer;
    height: 20px; }
    .player .noUi-horizontal:after {
      content: '';
      position: absolute;
      top: 7px;
      height: 6px;
      width: 100%;
      background: #2f2f2f; }
    .player .noUi-horizontal .noUi-handle {
      width: 20px;
      height: 20px;
      top: 0;
      background: rgba(249, 251, 252, .6);
      box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .76);
      border: 0;
      border-radius: 10px;
      cursor: pointer;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
      .player .noUi-horizontal .noUi-handle:after {
        position: absolute;
        top: 5px;
        left: 5px;
        background: #f9fbfc;
        width: 10px;
        height: 10px;
        border-radius: 6px;
        box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .8); }
      .player .noUi-horizontal .noUi-handle:before {
        display: none; }
      .player .noUi-horizontal .noUi-handle.noUi-active {
        cursor: pointer;
        opacity: 1; }
  .player #volume .noUi-handle {
    opacity: 0 !important;
    overflow: hidden; }
  .player #volume.muted .noUi-connect {
    opacity: 0 !important; }
  .player .noUi-draggable {
    cursor: pointer; }
  .player .noUi-target {
    background: none;
    border-radius: 0;
    border: 0;
    box-shadow: none; }
  .player .noUi-connects {
    border-radius: 0; }
  .player .noUi-connect {
    background: none; }
    .player .noUi-connect:after {
      content: '';
      position: absolute;
      top: 7px;
      height: 6px;
      width: 100%;
      background: #f9fbfc; }
  .player .bottom-controls {
    padding: 15px 0 0; }
    .player .bottom-controls:after {
      content: "";
      display: table;
      clear: both; }
  .player #time {
    text-align: right;
    width: 220px;
    float: right;
    font-size: 21px;
    color: #a6babe; }
    .player #time em {
      font-style: normal;
      color: #f9fbfc; }
    .player #time span {
      padding: 0 15px; }
  .player #volume {
    float: right;
    width: 120px;
    padding: 4px 0 7px 18px; }
    .player #volume:hover .noUi-horizontal .noUi-handle {
      opacity: 1; }
  .player .volume-control {
    float: right;
    padding: 1px 0 0;
    width: 28px;
    cursor: pointer; }
    .player .volume-control svg {
      height: 28px; }
    .player .volume-control path {
      fill: #f9fbfc; }
    .player .volume-control:hover path {
      fill: #f9fbfc; }
  .player .settings {
    float: right;
    padding: 2px 0 0 30px; }
    .player .settings #options-toggle {
      font-size: 28px;
      position: relative;
      z-index: 20;
      cursor: pointer; }
  .player .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100; }
  .player .settings > .drop {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    padding: 190px 0 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    right: 0;
    color: #a6babe;
    font-size: 20px;
    font-weight: 300;
    background: rgba(0, 0, 0, .5);
    text-align: left;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .player .settings > .drop > .subtitles {
    width: 250px;
    margin: 0 150px 0 0;
    text-align: right; }
  .player .settings > .drop > .audio {
    width: 280px;
    margin: 0 100px 0 0;
    text-align: right; }
  .player .settings > .drop strong {
    text-transform: uppercase;
    display: block;
    padding: 0 21px 30px 0;
    font-weight: 200; }
  .player .settings > .drop ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: lowercase; }
  .player .settings > .drop li {
    padding: 6px 21px;
    cursor: pointer;
    position: relative;
    float: right;
    clear: both;
    margin: 0 0 20px; }
  .player .settings > .drop li.active {
    color: #f9fbfc; }
  .player .settings > .drop .audio li.active:after {
    content: "\E983";
    display: block;
    font-family: TIM-Icons;
    position: absolute;
    left: 100%;
    top: 0;
    color: #f9fbfc;
    font-size: 28px; }
  .player .settings > .drop .subtitles li.active {
    padding: 5px 20px;
    border: 1px solid #f9fbfc;
    color: #f9fbfc; }
  .player .settings > .drop li:hover {
    color: #f9fbfc; }
  .player .fullscreen-button {
    position: absolute;
    cursor: pointer;
    top: 70px;
    right: 75px;
    font-size: 28px; }
  .player .escape-notification {
    background: #312f32;
    padding: 10px 40px;
    color: #f9fbfc;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99999;
    font-size: 17px;
    border-radius: 3px; }
    .player .escape-notification span {
      border: 1px solid #f9fbfc;
      border-radius: 3px;
      display: inline-block;
      padding: 10px;
      margin: 0 15px; }
  .player #collapse {
    display: none; }
  .player video::cue {
    font: bold 40px/47px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #f9fbfc;
    text-shadow: #090909 4px 0px 0px, #090909 3.87565px 0.98962px 0px, #090909 3.51033px 1.9177px 0px, #090909 2.92676px 2.72656px 0px, #090909 2.16121px 3.36588px 0px, #090909 1.26129px 3.79594px 0px, #090909 0.28295px 3.98998px 0px, #090909 -0.71298px 3.93594px 0px, #090909 -1.66459px 3.63719px 0px, #090909 -2.51269px 3.11229px 0px, #090909 -3.20457px 2.39389px 0px, #090909 -3.69721px 1.52664px 0px, #090909 -3.95997px 0.56448px 0px, #090909 -3.97652px -0.43278px 0px, #090909 -3.74583px -1.40313px 0px, #090909 -3.28224px -2.28625px 0px, #090909 -2.61457px -3.02721px 0px, #090909 -1.78435px -3.57996px 0px, #090909 -0.84318px -3.91012px 0px, #090909 0.15041px -3.99717px 0px, #090909 1.13465px -3.8357px 0px, #090909 2.04834px -3.43574px 0px, #090909 2.83468px -2.82216px 0px, #090909 3.44477px -2.03312px 0px, #090909 3.84068px -1.11766px 0px, #090909 3.9978px -0.13272px 0px, #000 0 0 3px;
    background: none;
    padding-bottom: 20px; }
  .player .video-loader {
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5000; }
  .player .tim-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    z-index: 15000; }
  .player.live-content .live-label {
    display: block; }
  .player.live-content .play-and-timeline,
  .player.live-content #time,
  .player.live-content .settings {
    display: none !important; }
  .player .big-play-icon {
    display: none;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px; }
  .player.pause .big-play-icon {
    display: block; }

html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto; }

.end-screen-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 16000;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 20%, rgba(0, 0, 0, .85) 100%); }
  .end-screen-holder .close-end-screen {
    width: 100%;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
    color: #a6babe; }
    .end-screen-holder .close-end-screen .icon {
      font-size: 22px;
      margin: 0 15px 0 0; }
    .end-screen-holder .close-end-screen span {
      font-weight: 200;
      vertical-align: top;
      line-height: 26px; }
  .end-screen-holder .end-screen-strip-holder {
    position: relative;
    height: 330px;
    transition: all 0.5s ease;
    padding: 30px 45px 20px;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .end-screen-holder .end-screen-strip-holder {
        height: 230px; } }
    @media (max-width: 767px) {
      .end-screen-holder .end-screen-strip-holder {
        height: 165px; } }
    .end-screen-holder .end-screen-strip-holder.hidden {
      height: 0;
      padding: 0 45px; }

.skip-button-holder {
  position: absolute;
  bottom: 120px;
  width: 100%;
  z-index: 1;
  padding: 20px 0 0;
  box-sizing: border-box; }
  .skip-button-holder .skip-button-strip-holder {
    position: relative;
    transition: all 0.5s ease;
    padding: 0 135px;
    overflow: hidden; }
    .skip-button-holder .skip-button-strip-holder .skipButton {
      height: 38px;
      line-height: 38px;
      font-size: 18px; }

.preview-block {
  position: absolute;
  width: 320px;
  height: 215px;
  bottom: 50px;
  margin-left: -160px;
  z-index: 101; }
  .preview-block .preview-img {
    position: absolute;
    width: 320px;
    height: 180px;
    bottom: 0;
    background-color: #4f4f4f;
    background-size: cover; }
  .preview-block .preview-time {
    color: #f9fbfc;
    font-size: 20px;
    text-align: center; }

.no-silverlight {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -110px; }
  .no-silverlight img {
    border-style: none; }

#info {
  float: right;
  padding: 0px 3px 0 16px;
  width: 28px;
  cursor: pointer;
  /* height: 100%; */
  font-size: 24px; }

#favorite {
  float: right;
  padding: 0px 3px 0 16px;
  width: 28px;
  cursor: pointer;
  /* height: 100%; */
  font-size: 24px; }

.support-main {
  background: #e9f0f2;
  display: block;
  min-height: 100vh;
  padding-bottom: 20px; }
  .support-main .button {
    display: inline-block;
    height: 31px;
    line-height: 30px;
    padding: 0 20px; }
  .support-main textarea::-webkit-input-placeholder,
  .support-main input::-webkit-input-placeholder {
    opacity: 1;
    color: #ccd5d7;
    transition: opacity 0.3s ease; }
  .support-main textarea::-moz-placeholder,
  .support-main input::-moz-placeholder {
    opacity: 1;
    color: #ccd5d7;
    transition: opacity 0.3s ease; }
  .support-main textarea:-moz-placeholder,
  .support-main input:-moz-placeholder {
    opacity: 1;
    color: #ccd5d7;
    transition: opacity 0.3s ease; }
  .support-main textarea:-ms-input-placeholder,
  .support-main input:-ms-input-placeholder {
    opacity: 1;
    color: #ccd5d7;
    transition: opacity 0.3s ease; }
  .support-main textarea:focus::-webkit-input-placeholder,
  .support-main input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .support-main textarea:focus::-moz-placeholder,
  .support-main input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .support-main textarea:focus:-moz-placeholder,
  .support-main input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .support-main textarea:focus:-ms-input-placeholder,
  .support-main input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .support-main .support-search {
    display: block; }
    .support-main .support-search .support-search-wrapper {
      height: 400px;
      text-align: center;
      display: block;
      color: #f9fbfc;
      background: url(/assets/images/support/banner_support_WEB.png) center/cover; }
      .support-main .support-search .support-search-wrapper .centered {
        width: 95%;
        vertical-align: middle;
        display: inline-block;
        padding-top: 50px; }
      .support-main .support-search .support-search-wrapper:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
    .support-main .support-search .support-main-title {
      font-size: 32px;
      font-weight: 200; }
    .support-main .support-search .support-secondary-title {
      margin-bottom: 60px;
      font-weight: 100;
      margin-top: -10px;
      font-size: 16px; }
    .support-main .support-search .support-search-form {
      display: inline-block;
      vertical-align: middle;
      width: 75%;
      max-width: 650px; }
      @media (max-width: 767px) {
        .support-main .support-search .support-search-form {
          width: 85%; } }
      @media (max-width: 467px) {
        .support-main .support-search .support-search-form {
          width: 95%; } }
    .support-main .support-search .support-search-input-outer {
      position: relative; }
      .support-main .support-search .support-search-input-outer:before {
        width: calc(100% + 26px);
        height: calc(100% + 26px);
        content: '';
        position: absolute;
        top: -14px;
        left: -14px;
        border: 1px solid rgba(255, 255, 255, .3);
        pointer-events: none; }
      .support-main .support-search .support-search-input-outer .icon {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 30px;
        padding: 5px 5px;
        color: #ccd5d7;
        cursor: pointer; }
        .support-main .support-search .support-search-input-outer .icon:hover {
          color: #00B5E2; }
    .support-main .support-search .support-search-input {
      border: 0;
      outline: 0;
      padding: 10px 40px 10px 10px;
      width: 100%;
      color: #607074;
      box-sizing: border-box; }
  .support-main .support-threads {
    display: block;
    padding-bottom: 20px; }
    .support-main .support-threads .threads-wrapper {
      width: 100%;
      height: 100%;
      max-width: 1300px;
      margin: 0 auto; }
    .support-main .support-threads .threads-title {
      width: 100%;
      text-align: center;
      margin: 0;
      color: #002d37;
      padding: 30px 5px; }
    .support-main .support-threads .threads-list {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      width: 90%;
      max-width: 1000px;
      text-align: center; }
    .support-main .support-threads .threads-list-item {
      display: inline-block;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s;
      width: 15%;
      position: relative;
      margin: 5px 5px 15px 5px; }
      @media (max-width: 767px) {
        .support-main .support-threads .threads-list-item {
          width: 160px; }
          .support-main .support-threads .threads-list-item:nth-child(3n+3):after {
            display: none; } }
      @media (max-width: 599px) {
        .support-main .support-threads .threads-list-item {
          display: block;
          width: 100%;
          text-align: left;
          margin: 5px; }
          .support-main .support-threads .threads-list-item:after {
            display: none; }
          .support-main .support-threads .threads-list-item span {
            position: static;
            display: inline-block;
            width: auto; } }
      .support-main .support-threads .threads-list-item:hover .threads-list-item-image-2 {
        opacity: 1;
        position: static; }
        @media (max-width: 599px) {
          .support-main .support-threads .threads-list-item:hover .threads-list-item-image-2 {
            width: 70px; } }
      .support-main .support-threads .threads-list-item:hover .threads-list-item-image-1 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
        @media (max-width: 599px) {
          .support-main .support-threads .threads-list-item:hover .threads-list-item-image-1 {
            width: 70px; } }
      .support-main .support-threads .threads-list-item:hover span {
        color: #00B5E2; }
      .support-main .support-threads .threads-list-item:not(:last-child):after {
        content: '';
        position: absolute;
        height: 70%;
        right: -5px;
        top: 10px;
        border-right: 1px solid #ccd5d7; }
      .support-main .support-threads .threads-list-item a {
        text-decoration: none;
        position: relative;
        cursor: pointer;
        color: #ccd5d7;
        display: block;
        width: 100%;
        height: 100%; }
        .support-main .support-threads .threads-list-item a .threads-list-item-image-1 {
          position: static;
          width: 100%;
          opacity: 1;
          transition: opacity .3s; }
          @media (max-width: 599px) {
            .support-main .support-threads .threads-list-item a .threads-list-item-image-1 {
              width: 70px; } }
        .support-main .support-threads .threads-list-item a .threads-list-item-image-2 {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          transition: opacity .3s; }
          @media (max-width: 599px) {
            .support-main .support-threads .threads-list-item a .threads-list-item-image-2 {
              width: 70px; } }
        .support-main .support-threads .threads-list-item a span {
          position: absolute;
          top: 80%;
          display: block;
          width: 100%;
          color: #607074;
          font-size: 16px;
          text-align: center;
          transition: color .3s; }
          @media (max-width: 599px) {
            .support-main .support-threads .threads-list-item a span {
              display: inline-block;
              width: auto;
              position: static;
              vertical-align: top;
              line-height: 65px; } }
  .support-main .ui-accordion {
    width: 100%; }
    .support-main .ui-accordion p-accordiontab:last-child .ui-accordion-header {
      border-bottom: 1px solid #ccd5d7; }
    .support-main .ui-accordion p-accordiontab:last-child .ui-accordion-content {
      border-top: none; }
    .support-main .ui-accordion .ui-accordion-content-wrapper {
      background: white;
      overflow: hidden; }
      .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content {
        border-top: 1px solid #ccd5d7;
        padding: 15px 20px; }
        .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-text {
          border-bottom: 1px solid #ccd5d7;
          padding-bottom: 20px;
          color: #607074;
          font-size: 14px; }
        .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote {
          padding: 10px 10px 0 10px;
          text-align: right;
          color: #607074;
          font-size: 14px; }
          .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote .label {
            color: #002d37; }
            @media (max-width: 519px) {
              .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote .label {
                display: block;
                width: 100%;
                text-align: center;
                margin-bottom: 20px; } }
          @media (max-width: 519px) {
            .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote .mat-radio-group {
              display: block;
              text-align: center; } }
          .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote .mat-radio-container,
          .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote .mat-radio-outer-circle {
            width: 15px;
            height: 15px; }
            .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote .mat-radio-container .mat-radio-label-content,
            .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote .mat-radio-outer-circle .mat-radio-label-content {
              color: #002d37; }
          .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote span {
            margin-right: 15px; }
          .support-main .ui-accordion .ui-accordion-content-wrapper .ui-accordion-content .accordion-vote .radioButton:first-child {
            margin-right: 10px; }
    .support-main .ui-accordion .ui-accordion-header {
      cursor: pointer;
      position: relative;
      font-size: 18px; }
      .support-main .ui-accordion .ui-accordion-header a {
        color: #607074;
        padding: 5px 2px;
        line-height: 30px;
        border-top: 1px solid #ccd5d7; }
    .support-main .ui-accordion .ui-accordion-header a {
      color: #002d37;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      font-size: 16px;
      font-weight: 400; }
      .support-main .ui-accordion .ui-accordion-header a:hover {
        text-decoration: none; }
      .support-main .ui-accordion .ui-accordion-header a:after {
        content: '\E925';
        font-family: TIM-Icons;
        color: #ccd5d7;
        text-align: center;
        line-height: 30px; }
      .support-main .ui-accordion .ui-accordion-header a[aria-expanded="true"]:after {
        content: '\E98B';
        font-family: TIM-Icons;
        color: #ccd5d7;
        text-align: center;
        line-height: 30px; }
  .support-main .breadcrumbs {
    width: 100%;
    text-align: center; }
    .support-main .breadcrumbs .breadcrumbs-list {
      list-style: none;
      padding: 0; }
    .support-main .breadcrumbs .breadcrumbs-item {
      display: inline-block;
      text-align: center;
      font-size: 20px;
      color: #002d37; }
      .support-main .breadcrumbs .breadcrumbs-item a {
        color: #002d37;
        transition: color .3s;
        text-decoration: none;
        cursor: pointer; }
        .support-main .breadcrumbs .breadcrumbs-item a:hover {
          color: #00B5E2; }
      .support-main .breadcrumbs .breadcrumbs-item .icon {
        font-size: 16px;
        position: static;
        color: #002d37; }
  .support-main .devices {
    margin-bottom: 20px; }
    .support-main .devices .devices-list {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 0; }
      @media (max-width: 767px) {
        .support-main .devices .devices-list {
          width: 100%; } }
    .support-main .devices .devices-item {
      box-sizing: border-box;
      background: white;
      display: inline-block;
      width: 20%;
      font-size: 14px;
      padding: 0 3px;
      border-bottom: 1px solid #ccd5d7;
      border-right: 1px solid #ccd5d7; }
      .support-main .devices .devices-item:last-child {
        border-right: 1px solid transparent; }
      @media (max-width: 767px) {
        .support-main .devices .devices-item {
          width: 80%;
          margin: 10px auto;
          display: block; }
          .support-main .devices .devices-item:last-child {
            border-right: 1px solid #ccd5d7; } }
      @media (max-width: 499px) {
        .support-main .devices .devices-item {
          width: 100%; } }
    .support-main .devices .devices-item-active {
      background: #00B5E2; }
      .support-main .devices .devices-item-active .devices-link {
        color: #f9fbfc; }
    .support-main .devices .devices-link {
      color: #00B5E2;
      font-weight: 500;
      white-space: nowrap;
      display: block;
      height: 100%;
      width: 100%;
      line-height: 55px;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center; }
  .support-main .support-faq {
    display: block;
    padding-bottom: 20px;
    min-height: calc(100vh - 400px); }
    .support-main .support-faq .faq-wrapper {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 150px; }
      @media (max-width: 1023px) {
        .support-main .support-faq .faq-wrapper {
          padding: 0 100px; } }
      @media (max-width: 767px) {
        .support-main .support-faq .faq-wrapper {
          padding: 0 30px; } }
    .support-main .support-faq .info {
      margin-bottom: 20px;
      font-size: 14px;
      color: #747474; }
    .support-main .support-faq .resolved-text {
      text-align: center;
      width: 100%;
      font-size: 14px;
      color: #00B5E2;
      padding: 10px 10px 0 10px; }
  .support-main .contact-us .proceed {
    text-align: center;
    margin: 20px 0 10px; }
    @media (max-width: 549px) {
      .support-main .contact-us .proceed {
        height: auto; } }
  .support-main .contact-us a {
    color: #607074;
    text-decoration: none;
    width: 100%;
    height: 100%; }
    @media (max-width: 549px) {
      .support-main .contact-us a {
        position: relative;
        padding: 10px 10px 10px 80px; } }
  .support-main .contact-us .proceed-box {
    display: inline-block;
    width: 200px;
    margin: 0 5px;
    vertical-align: top;
    background: #f5f5f5;
    padding: 10px;
    height: 100%;
    cursor: pointer; }
    @media (max-width: 549px) {
      .support-main .contact-us .proceed-box {
        display: block;
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0;
        cursor: pointer; } }
    .support-main .contact-us .proceed-box .icon {
      font-size: 35px;
      color: #00B5E2; }
      @media (max-width: 549px) {
        .support-main .contact-us .proceed-box .icon {
          font-size: 40px;
          position: absolute;
          left: 25px;
          top: 20px; } }
  .support-main .contact-us .inactive {
    color: #ccd5d7;
    pointer-events: none;
    cursor: default; }
    .support-main .contact-us .inactive .icon {
      color: #ccd5d7; }
  .support-main .contact-us .proceed-title {
    font-size: 16px;
    margin: 10px 0;
    color: #002d37; }
  .support-main .contact-us .proceed-text {
    font-size: 14px; }
  .support-main .contact-us .proceed-box > * {
    display: block;
    margin-bottom: 10px; }
  .support-main .callback .callback-wrapper {
    width: 60%;
    margin: 20px auto 0 auto;
    background: white;
    padding: 20px;
    border-bottom: 1px solid #ccd5d7;
    border-top: 1px solid #ccd5d7; }
    @media (max-width: 1023px) {
      .support-main .callback .callback-wrapper {
        width: 80%; } }
    @media (max-width: 767px) {
      .support-main .callback .callback-wrapper {
        width: 90%; } }
  .support-main .callback .callback-caption {
    color: #607074;
    font-size: 14px;
    margin-bottom: 20px; }
    .support-main .callback .callback-caption a {
      color: #00B5E2;
      cursor: pointer; }
    .support-main .callback .callback-caption:last-child {
      margin-bottom: 0; }
  @media (max-width: 549px) {
    .support-main .callback .callback-form {
      text-align: right; } }
  .support-main .callback .callback-form .button {
    display: inline-block;
    height: 31px;
    line-height: 30px;
    padding: 0 20px; }
  .support-main .callback .callback-form-input-outer {
    position: relative;
    display: inline-block;
    margin-right: 20px; }
    @media (max-width: 549px) {
      .support-main .callback .callback-form-input-outer {
        display: block;
        margin-bottom: 20px;
        margin-right: 0; } }
    .support-main .callback .callback-form-input-outer .icon {
      position: absolute;
      right: 0;
      top: 4px; }
    .support-main .callback .callback-form-input-outer .icon-tick {
      color: #00B5E2; }
    .support-main .callback .callback-form-input-outer .icon-cross {
      color: #ab002b; }
  .support-main .callback .callback-form-input {
    width: 250px;
    line-height: 25px;
    border: none;
    padding-right: 20px;
    border-bottom: 1px solid #ccd5d7; }
    @media (max-width: 549px) {
      .support-main .callback .callback-form-input {
        width: 100%;
        box-sizing: border-box; } }
  .support-main .callback .callback-correct,
  .support-main .callback .callback-wrong,
  .support-main .callback .callback-schedule {
    margin: 20px 0;
    padding-left: 35px;
    position: relative;
    text-align: left; }
    .support-main .callback .callback-correct .icon,
    .support-main .callback .callback-wrong .icon,
    .support-main .callback .callback-schedule .icon {
      position: absolute;
      top: -4px;
      left: 0;
      font-size: 26px; }
    .support-main .callback .callback-correct a,
    .support-main .callback .callback-wrong a,
    .support-main .callback .callback-schedule a {
      color: #00B5E2;
      cursor: pointer; }
  .support-main .callback .callback-correct .icon {
    color: #00B5E2; }
  .support-main .callback .callback-wrong .icon {
    color: #ab002b; }
  .support-main .callback .callback-schedule {
    padding-left: 0; }
  .support-main .callback .callback-privacy-header {
    border-bottom: 1px solid #ccd5d7;
    position: relative;
    margin-bottom: 10px; }
    .support-main .callback .callback-privacy-header a {
      color: #00B5E2;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 16px;
      text-decoration: none;
      cursor: pointer; }
  .support-main .callback .callback-privacy-heading {
    padding-bottom: 10px; }
  .support-main .callback .callback-privacy-text {
    text-align: justify;
    font-size: 14px;
    color: #607074; }
  .support-main .feedback .feedback-wrapper {
    width: 60%;
    margin: 20px auto 0 auto;
    background: white;
    padding: 20px;
    border-bottom: 1px solid #ccd5d7;
    border-top: 1px solid #ccd5d7; }
    @media (max-width: 1023px) {
      .support-main .feedback .feedback-wrapper {
        width: 80%; } }
    @media (max-width: 767px) {
      .support-main .feedback .feedback-wrapper {
        width: 90%; } }
  .support-main .feedback .feedback-sent {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-left: 45px; }
  .support-main .feedback .proceed {
    text-align: center;
    margin: 20px 0 0; }
    @media (max-width: 549px) {
      .support-main .feedback .proceed {
        height: auto; } }
  .support-main .feedback a {
    color: #607074;
    text-decoration: none;
    width: 100%;
    height: 100%; }
    @media (max-width: 549px) {
      .support-main .feedback a {
        position: relative;
        padding: 10px 10px 10px 80px; } }
  .support-main .feedback .proceed-title {
    font-size: 16px;
    margin: 10px 0;
    color: #002d37; }
  .support-main .feedback .proceed-text {
    font-size: 14px; }
  .support-main .feedback .proceed-box {
    position: relative;
    width: 200px;
    margin: 0 auto;
    vertical-align: top;
    background: #f5f5f5;
    padding: 10px;
    cursor: pointer; }
    @media (max-width: 549px) {
      .support-main .feedback .proceed-box {
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0; } }
    .support-main .feedback .proceed-box .icon {
      font-size: 35px;
      position: static; }
      @media (max-width: 549px) {
        .support-main .feedback .proceed-box .icon {
          font-size: 40px;
          margin: 0 auto;
          display: block; } }
  .support-main .feedback .icon {
    position: absolute;
    color: #00B5E2;
    font-size: 30px;
    top: 0;
    left: 0; }
  .support-main .feedback .icon-error2 {
    color: #ab002b; }
  .support-main .feedback .icon-confrimed {
    color: #00B5E2; }
  .support-main .feedback .feedback-form > .feedback-unit:last-child {
    text-align: right;
    margin-bottom: 0; }
  .support-main .feedback .inactive {
    pointer-events: none;
    color: #607074;
    background: #f9fbfc; }
  .support-main .feedback .feedback-form-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccd5d7; }
    .support-main .feedback .feedback-form-select option {
      border: none;
      background: #f9fbfc; }
      .support-main .feedback .feedback-form-select option:first-child {
        display: none; }
    .support-main .feedback .feedback-form-select .placeholder {
      display: none; }
  .support-main .feedback .feedback-unit {
    font-size: 16px;
    margin: 0 0 20px 0; }
  .support-main .feedback .feedback-unit-label {
    font-size: 14px;
    font-weight: 600;
    color: #002d37;
    margin-bottom: 5px; }
  .support-main .feedback .feedback-unit-text {
    color: #607074;
    font-size: 18px; }
  .support-main .feedback .feedback-units {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .support-main .feedback .feedback-units .empty .ui-dropdown-label {
      color: #ccd5d7; }
    .support-main .feedback .feedback-units .ui-dropdown {
      width: 100% !important;
      margin-top: 10px;
      border-bottom: 1px solid #ccd5d7; }
    .support-main .feedback .feedback-units .ui-dropdown-trigger:after {
      font-family: TIM-Icons, sans-serif;
      content: '\E925';
      color: #607074;
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
    .support-main .feedback .feedback-units .feedback-wrong {
      display: block; }
    .support-main .feedback .feedback-units .feedback-unit {
      width: 45%; }
      @media (max-width: 549px) {
        .support-main .feedback .feedback-units .feedback-unit {
          width: auto;
          margin: 0 0 30px 0; } }
    @media (max-width: 549px) {
      .support-main .feedback .feedback-units {
        display: block; }
        .support-main .feedback .feedback-units .feedback-unit {
          width: 100%; } }
  .support-main .feedback .feedback-quote {
    margin: 20px 0;
    font-weight: 600; }
  .support-main .feedback .feedback-unit-input-outer {
    width: 100%; }
  .support-main .feedback .feedback-unit-input {
    border: none;
    border-bottom: 1px solid #ccd5d7;
    margin-bottom: 20px; }
  .support-main .feedback .feedback-wrong {
    padding-left: 35px;
    position: relative;
    color: #ab002b; }
    .support-main .feedback .feedback-wrong .icon {
      position: absolute;
      top: -4px;
      left: 0;
      color: #ab002b;
      font-size: 26px; }
  .support-main .feedback .feedback-unit-textarea {
    width: 100%;
    height: 150px;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #ccd5d7;
    background-color: #f9fbfc;
    resize: none; }
  .support-main .faq-search-heading {
    overflow: hidden;
    padding: 15px 0; }
    .support-main .faq-search-heading .breadcrumbs {
      float: left;
      width: auto;
      text-align: left; }
    .support-main .faq-search-heading .back-to-support {
      float: right;
      margin: 20px 0 0;
      color: #00B5E2; }
    @media (max-width: 549px) {
      .support-main .faq-search-heading .breadcrumbs {
        float: none; }
      .support-main .faq-search-heading .back-to-support {
        float: none; } }
  .support-main .faq-item-category {
    color: #00B5E2;
    font-size: 12px;
    margin: 0 0 0 5px; }

tim-footer .footer-wrapper {
  clear: both;
  font-size: 14px;
  color: #99abaf;
  background: rgba(0, 0, 0, .2);
  font-weight: normal;
  width: 100%;
  margin-top: 60px; }
  @media (max-width: 767px) {
    tim-footer .footer-wrapper {
      font-size: 13px; } }
  tim-footer .footer-wrapper .footer-inner {
    margin: auto;
    overflow: hidden;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -ms-flex-align: center;
        align-items: center;
    background: linear-gradient(270deg, #001136 0%, #001136 48.81%, #001136 100%); }

@media (min-width: 469px) and (max-width: 1024px) and (orientation: landscape) {
  tim-footer .footer-wrapper .footer-inner {
    height: 100px; } }
    @media (max-width: 767px) {
      tim-footer .footer-wrapper .footer-inner {
        -ms-flex-direction: column;
            flex-direction: column;
        height: 220px; } }

@media (max-width: 1023px) and (orientation: portrait) {
  tim-footer .footer-wrapper .footer-inner {
    height: 190px;
    -ms-flex-direction: column;
        flex-direction: column; } }
  tim-footer .footer-wrapper li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    float: left; }
    @media (max-width: 767px) {
      tim-footer .footer-wrapper li {
        line-height: 23px; } }
  tim-footer .footer-wrapper .footer-inner-links {
    margin: 0;
    padding-left: 0; }
    @media (max-width: 767px) {
      tim-footer .footer-wrapper .footer-inner-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-pack: center;
            justify-content: center;
        padding-right: 25px;
        padding-left: 25px;
        margin-top: 15px; } }
    tim-footer .footer-wrapper .footer-inner-links a {
      cursor: pointer; }
  tim-footer .footer-wrapper .tim-logo {
    width: 135px;
    height: 40px;
    background-size: 132px 35px;
    background-repeat: no-repeat;
    background-image: url(assets/timlogo.157ff7113634ed7c1d70a6360e894a0b.png); }
    @media (max-width: 767px) {
      tim-footer .footer-wrapper .tim-logo {
        margin-top: 15px;
        width: 110px;
        height: 65px;
        background-size: 100px 25px; } }

@media (max-width: 1023px) and (orientation: portrait) {
  tim-footer .footer-wrapper .tim-logo {
    margin-top: 20px; } }
  tim-footer .footer-wrapper .tim-info {
    color: #f9fbfc;
    padding-right: 20px;
    font-weight: 300; }
    @media (max-width: 767px) {
      tim-footer .footer-wrapper .tim-info {
        margin-top: 15px;
        padding-right: 0;
        text-align: center; } }

@media (max-width: 1023px) and (orientation: portrait) {
  tim-footer .footer-wrapper .tim-info {
    margin-top: 20px;
    text-align: center; } }

@media (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
  tim-footer .footer-wrapper .tim-info {
    margin-top: 15px; } }
  tim-footer .footer-wrapper .footer-link-container {
    display: -ms-flexbox;
    display: flex; }

@media (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
  tim-footer .footer-wrapper .footer-link-container {
    display: block; } }
    @media (max-width: 1024px) {
      tim-footer .footer-wrapper .footer-link-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
  tim-footer .footer-wrapper a {
    color: #f9fbfc; }
    tim-footer .footer-wrapper a:visited {
      color: #f9fbfc; }

.document-content {
  color: #f9fbfc;
  padding: 50px 50px 0; }

#pendingCancelBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 16, 19, .7);
  color: #ccd5d7;
  height: auto;
  z-index: 10000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  #pendingCancelBox .messagebox-cookie {
    text-align: justify; }
  #pendingCancelBox > p {
    padding: 15px;
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #pendingCancelBox > p.btn-cookie-dismiss {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  @media (max-width: 767px) {
    #pendingCancelBox {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      #pendingCancelBox .messagebox-cookie {
        width: 90%; } }

#pendingCancelBox {
  background: #fefae1;
  color: #001013;
  -ms-flex-flow: column;
      flex-flow: column; }
  #pendingCancelBox .icon-info {
    color: #ff9a04;
    font-weight: 600;
    font-size: 18px;
    padding: 0 5px; }
  #pendingCancelBox > p {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  @media (max-width: 767px) {
    #pendingCancelBox .icon-info {
      font-size: 22px; } }
  @media (max-width: 468px) {
    #pendingCancelBox .icon-info {
      font-size: 26px; } }

.promo-page {
  display: block;
  box-sizing: border-box;
  background-color: #e9f0f2;
  min-height: 100vh;
  color: #607074;
  width: 100%;
  font-weight: 300;
  padding: 125px 60px 50px 60px; }
  @media (max-width: 1023px) {
    .promo-page {
      padding: 80px 20px 50px 20px; } }
  @media (max-width: 767px) {
    .promo-page {
      padding: 60px 20px 50px 20px; } }

.promo-wrapper {
  margin-top: 20px; }

.promo-main {
  position: relative;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 70vh;
  z-index: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15), 0 6px 6px rgba(0, 0, 0, .16); }
  .promo-main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f9fbfc;
    z-index: -1; }
  .promo-main:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    opacity: 0.3;
    z-index: -1; }
  .promo-main .profile-lines .lines-columns .profile-card {
    border: 0;
    box-shadow: none;
    background: none;
    float: none !important;
    width: auto;
    padding-left: 20px; }
  .promo-main .profile-lines .lines-columns .verify-number-form {
    border: 0;
    padding-top: 0; }
  .promo-main .profile-lines .button {
    height: 35px;
    line-height: 35px;
    font-size: 14px; }

.promo-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  color: #001013; }

.payments-options .promo-heading {
  text-align: left; }

.promo-subheading {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #99abaf;
  font-weight: 400; }

.promo-input-row {
  margin: 30px auto 0 auto;
  padding: 20px 0;
  max-width: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 767px) {
    .promo-input-row {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; } }
  .promo-input-row .text-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .promo-input-row .text-input {
        margin-bottom: 10px; } }
    @media (max-width: 1023px) {
      .promo-input-row .text-input {
        margin-right: 0; } }
    .promo-input-row .text-input input {
      border-bottom: 1px solid #00B5E2; }

.button.btn-check-voucher {
  height: 40px;
  line-height: 40px; }

.promo-voucher-info {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 20px auto;
  max-width: 600px;
  color: #001013; }

.activate-voucher-row {
  -ms-flex-pack: center;
      justify-content: center; }

.promo-error-box.error-message {
  max-width: 450px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center; }

.promo-description {
  padding: 200px 0;
  text-align: center;
  font-size: 17px; }

.promo-back-button {
  float: right;
  font-weight: 400;
  font-size: 14px; }
  .promo-back-button:hover {
    cursor: pointer; }

.step-visualisation-item {
  display: inline-block;
  border-radius: 3px;
  width: 70px;
  margin: 0 5px;
  height: 5px;
  background-color: #a7babe; }
  .step-visualisation-item.done {
    background-color: #00B5E2; }

.registration-page .mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, .54); }

.registration-page .mat-radio-label-content {
  padding-left: 4px; }

.registration-page .mat-radio-container {
  height: 15px;
  width: 15px; }
  .registration-page .mat-radio-container .mat-radio-outer-circle,
  .registration-page .mat-radio-container .mat-radio-inner-circle {
    height: 15px;
    width: 15px; }

.registration-page .mat-checkbox-inner-container {
  height: 15px;
  width: 15px; }

.step-terms-and-conditions .mat-radio-inner-circle,
.step-terms-and-conditions-multimedia .mat-radio-inner-circle,
.registration-page .mat-radio-inner-circle {
  background-color: #00B5E2; }

.step-terms-and-conditions .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.step-terms-and-conditions-multimedia .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.registration-page .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: transparent; }
  .step-terms-and-conditions .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-checkmark,
  .step-terms-and-conditions-multimedia .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-checkmark,
  .registration-page .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-checkmark {
    fill: #00B5E2; }
  .step-terms-and-conditions .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-checkmark-path,
  .step-terms-and-conditions-multimedia .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-checkmark-path,
  .registration-page .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-checkmark-path {
    stroke: #00B5E2 !important; }
  .step-terms-and-conditions .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-mixedmark,
  .step-terms-and-conditions-multimedia .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-mixedmark,
  .registration-page .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-mixedmark {
    background-color: #00B5E2; }

.step-terms-and-conditions .terms,
.step-terms-and-conditions-multimedia .terms,
.registration-page .terms {
  padding: 0 0 30px;
  text-align: left; }
  .step-terms-and-conditions .terms ul,
  .step-terms-and-conditions-multimedia .terms ul,
  .registration-page .terms ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12.6px;
    font-size: 0.9rem; }
    .step-terms-and-conditions .terms ul li,
    .step-terms-and-conditions-multimedia .terms ul li,
    .registration-page .terms ul li {
      padding: 5px 0; }
      .step-terms-and-conditions .terms ul li:after,
      .step-terms-and-conditions-multimedia .terms ul li:after,
      .registration-page .terms ul li:after {
        content: "";
        display: table;
        clear: both; }
      .step-terms-and-conditions .terms ul li .label,
      .step-terms-and-conditions-multimedia .terms ul li .label,
      .registration-page .terms ul li .label {
        line-height: 23px;
        display: inline-block; }
        @media (max-width: 767px) {
          .step-terms-and-conditions .terms ul li .label,
          .step-terms-and-conditions-multimedia .terms ul li .label,
          .registration-page .terms ul li .label {
            padding: 0 0 10px;
            width: 75%; } }
      .step-terms-and-conditions .terms ul li md-checkbox,
      .step-terms-and-conditions .terms ul li md-radio-group,
      .step-terms-and-conditions-multimedia .terms ul li md-checkbox,
      .step-terms-and-conditions-multimedia .terms ul li md-radio-group,
      .registration-page .terms ul li md-checkbox,
      .registration-page .terms ul li md-radio-group {
        float: right;
        display: block;
        line-height: 23px; }
      .step-terms-and-conditions .terms ul li md-checkbox,
      .step-terms-and-conditions-multimedia .terms ul li md-checkbox,
      .registration-page .terms ul li md-checkbox {
        margin: 0 0 0 20px; }
        @media (max-width: 499px) {
          .step-terms-and-conditions .terms ul li md-checkbox,
          .step-terms-and-conditions-multimedia .terms ul li md-checkbox,
          .registration-page .terms ul li md-checkbox {
            margin: 0; } }
      .step-terms-and-conditions .terms ul li .error-message,
      .step-terms-and-conditions-multimedia .terms ul li .error-message,
      .registration-page .terms ul li .error-message {
        clear: both;
        padding: 10px 0 0;
        right: auto;
        width: auto;
        text-align: left;
        position: static;
        top: -15px; }
  .step-terms-and-conditions .terms a,
  .step-terms-and-conditions-multimedia .terms a,
  .registration-page .terms a {
    color: #00B5E2;
    cursor: pointer;
    font-weight: 700; }
    .step-terms-and-conditions .terms a:hover,
    .step-terms-and-conditions-multimedia .terms a:hover,
    .registration-page .terms a:hover {
      text-decoration: none; }

.purchase-credit-card .credit-card-form form .mat-checkbox-checkmark-path,
.mat-checkbox-checkmark {
  stroke: #403116 !important; }

.step-terms-and-conditions .terms ul {
  font-size: 15.959px;
  font-size: 1.14rem; }
  .step-terms-and-conditions .terms ul li .mat-radio-button {
    margin-left: 13px; }
  .step-terms-and-conditions .terms ul li:not(:first-child) .label {
    width: 64%; }

.registration-view .registration-page {
  padding: 0;
  background-position-y: 13px; }

.registration-header-dark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(90deg, #001136 0%, #001136 100%);
  height: 80px; }
  @media (max-width: 767px) {
    .registration-header-dark {
      height: 60px; } }

.registration-header-dark-IMPL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(90deg, #001136 0%, #001136 100%);
  height: 80px; }
  @media (max-width: 767px) {
    .registration-header-dark-IMPL {
      height: 60px; } }
  .registration-header-dark-IMPL .registration-header-text {
    color: #f9fbfc;
    font-size: medium;
    line-height: 22px;
    font-weight: normal; }
  .registration-header-dark-IMPL .tim-logo-styling {
    display: none; }
  .registration-header-dark-IMPL .registration-header-link .icon-cross {
    font-size: medium; }

.flex-chlid-container-1 {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  text-align: left;
  width: 10%; }

.flex-chlid-container-2 {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  text-align: center; }

.flex-chlid-container-3 {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  text-align: end; }

.tim-logo-styling {
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 40px;
  background-size: 165px 45px; }

.flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 40px;
  padding-right: 40px; }

.registration-header-text {
  color: #f9fbfc;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 22px;
  font-weight: 200; }

.registration-header-link {
  text-decoration: none !important;
  cursor: pointer;
  color: #f9fbfc !important; }
  .registration-header-link .registration-header-link:hover {
    color: #f9fbfc !important; }

.loginHeightCalculation {
  min-height: calc(100vh - 80px) !important; }

.registration-page {
  margin: 0 auto;
  text-align: center;
  background: #e8f0f2;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 100vh; }
  .registration-page .narrow-box {
    margin: 0 auto; }
  .registration-page a {
    color: #00B5E2; }
  @media (max-width: 1023px) {
    .registration-page {
      padding: 60px 20px 15px;
      background-position-y: 70px;
      min-height: 140vh;
      height: 100%; }
      .registration-page .narrow-box {
        width: 100%; } }
  @media (max-width: 767px) {
    .registration-page {
      background-size: auto 35px;
      padding: 60px 20px 15px;
      min-height: calc(100vh - 30px); }
      .registration-page .show-passwords + .text-input {
        margin-bottom: 20px; }
      .registration-page .mat-dialog-content {
        max-height: calc(100vh - 30px) !important; }
        .registration-page .mat-dialog-content .registration-page {
          max-height: none; }
          .registration-page .mat-dialog-content .registration-page .inner {
            max-height: none;
            padding-right: 0; }
            .registration-page .mat-dialog-content .registration-page .inner .buttons-panel .button {
              width: auto;
              margin-right: 15px; }
      .registration-page .scroll-container {
        max-height: none;
        padding-right: 0; } }
  @media (max-width: 467px) {
    .registration-page {
      width: 100vw;
      min-height: 140vh; }
      .registration-page .mat-dialog-content {
        min-height: 100vh; }
        .registration-page .mat-dialog-content .registration-page {
          max-height: none; }
          .registration-page .mat-dialog-content .registration-page .inner {
            max-height: none; }
      .registration-page .scroll-container {
        max-height: none;
        padding-right: 0; } }
  .registration-page .password-helper {
    font-size: 13px;
    margin-top: 10px; }
  .registration-page .error-message {
    color: #cc0033;
    font-style: italic;
    font-size: 13px;
    vertical-align: middle;
    position: absolute;
    text-align: center;
    width: 100%;
    right: auto;
    top: 40px;
    font-size: 14px; }
    .registration-page .error-message.password-error-message {
      top: 65px; }
    .registration-page .error-message.new-password-error-message {
      position: relative;
      top: 25px; }
    .registration-page .error-message.reset-pwd-password-error-message {
      position: relative;
      top: 0px; }
    .registration-page .error-message.reset-pwd-confirm-password-error-message {
      top: 30px; }
  .registration-page .reset-pwd-confirm-password-error-message-submit-btn {
    top: 30px; }
  .registration-page .payment-order-callback-message-submit-btn {
    top: 30px; }
  .registration-page .info-icon {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 18px; }
    .registration-page .info-icon:hover .baloon {
      display: block; }
    @media (max-width: 889px) {
      .registration-page .info-icon {
        right: auto; } }
  .registration-page .info-icon-passwordreset {
    cursor: pointer;
    color: #049bbe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    font-size: 18px; }
    .registration-page .info-icon-passwordreset:hover .baloon {
      display: block;
      color: #607074; }
  .registration-page i.info-icon-passwordreset {
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 7px 0 0; }
  .registration-page .mat-radio-label-content {
    padding-left: 3px;
    padding-right: 1px; }
  .registration-page .text-info {
    margin: 0 0 40px; }
    .registration-page .text-info a {
      color: #001b21; }
      .registration-page .text-info a:visited {
        color: #001b21; }
      .registration-page .text-info a:hover {
        color: #001b21; }
      .registration-page .text-info a:active {
        color: #001b21; }
    @media (max-width: 1023px) {
      .registration-page .text-info {
        margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .registration-page .text-info {
        margin: 0 0 20px; } }
    .registration-page .text-info a {
      text-decoration: underline;
      cursor: pointer;
      font-weight: 500; }
    .registration-page .text-info a:hover {
      text-decoration: none; }
    .registration-page .text-info p {
      font-size: 18px;
      line-height: 24px;
      margin: 0;
      font-weight: 300; }
      @media (max-width: 1023px) {
        .registration-page .text-info p {
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 767px) {
        .registration-page .text-info p {
          font-size: 14px;
          line-height: 18px; } }
  .registration-page .buttons-panel button {
    background: #00B5E2;
    border-color: #00B5E2;
    margin: 0 0 10px;
    width: 100%;
    height: 45px;
    line-height: 1.15;
    color: #f9fbfc; }
    .registration-page .buttons-panel button:disabled {
      color: #a6babe;
      border: solid 2px #a6babe;
      cursor: none;
      background: none; }
      .registration-page .buttons-panel button:disabled:hover, .registration-page .buttons-panel button:disabled:visited, .registration-page .buttons-panel button:disabled:focus, .registration-page .buttons-panel button:disabled:active {
        color: #a6babe;
        cursor: default;
        background: none;
        border-color: #a6babe; }
  .registration-page .recaptcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .registration-page .recaptcha re-captcha {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      transform: scale(0.9);
      -webkit-transform: scale(0.9); }
    .registration-page .recaptcha .captcha-error-message {
      text-align: center;
      color: #cc0033;
      font-style: italic;
      vertical-align: middle;
      width: 100%;
      font-size: 11.2px;
      font-size: 0.8rem;
      margin: 10px 0 0 7px; }
  .registration-page .inner {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    padding: 8px 1% 50vh 1%;
    margin: 0 auto;
    max-width: 360px; }
    @media (max-width: 467px) {
      .registration-page .inner {
        padding: 8px 1% 50vh 1%; } }
    .registration-page .inner .buttons-panel {
      margin: 15px 0; }
  .registration-page .swiper-scrollbar {
    background: #ccd5d7;
    width: 10px !important;
    border-radius: 0; }
    .registration-page .swiper-scrollbar .swiper-scrollbar-drag {
      background: #00B5E2;
      width: 10px;
      border-radius: 0; }
  .registration-page .credit-card-form > form {
    max-width: 100%;
    width: 100%; }

.payment-method-step .profile-card {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  position: relative;
  margin: 7px 0 14px 0;
  margin: 7px 0 14px 0;
  margin: 0.5rem 0 1rem 0;
  background-color: transparent;
  transition: none;
  border-radius: 0;
  box-shadow: none; }

@media (max-width: 399px) {
  .payment-method-step .credit-card-form form .row {
    display: block; } }

.smartregistration-container .registration-summary .step-info-border {
  border-radius: 8px;
  border: 1px solid #979797;
  padding: 20px;
  margin-bottom: 20px; }
  .smartregistration-container .registration-summary .step-info-border .icon-confrimed {
    font-size: 48px !important;
    color: #109353; }
  .smartregistration-container .registration-summary .step-info-border .field-description {
    font-size: 14px !important;
    line-height: 17px;
    color: #A6BABE; }
  .smartregistration-container .registration-summary .step-info-border .info {
    font-size: 20px !important;
    line-height: 24px; }

.smartregistration-container .registration-summary .buttons-panel {
  margin-top: 80px; }

.smartregistration-container .smartregistration-generic-error .step-info {
  padding-top: 80px; }
  .smartregistration-container .smartregistration-generic-error .step-info .header-icon.icon-error {
    font-size: 80px !important;
    color: #CC0033; }
  .smartregistration-container .smartregistration-generic-error .step-info .title {
    margin-top: 20px;
    font-size: 20px; }
  .smartregistration-container .smartregistration-generic-error .step-info .bodyMessage {
    margin-top: 100px;
    font-size: 16px; }
  .smartregistration-container .smartregistration-generic-error .step-info .buttons-panel {
    margin-top: 26px; }

.smartregistration-container .smartregistration-registration-error-uc5 .step-info {
  padding-top: 50px; }
  .smartregistration-container .smartregistration-registration-error-uc5 .step-info .header-icon.icon-error {
    font-size: 80px !important;
    color: #FFA000; }
  .smartregistration-container .smartregistration-registration-error-uc5 .step-info .bodyMessage {
    margin-top: 20px;
    font-size: 20px; }

.smartregistration-container .smartregistration-registration-error-uc6 .step-info {
  padding-top: 50px; }
  .smartregistration-container .smartregistration-registration-error-uc6 .step-info .header-icon.icon-error {
    font-size: 80px !important;
    color: #FFA000; }
  .smartregistration-container .smartregistration-registration-error-uc6 .step-info .bodyMessage {
    margin-top: 20px;
    font-size: 20px; }

.smartregistration-container .smart-login {
  margin-top: 45px;
  font-size: 16px; }
  .smartregistration-container .smart-login .text-input {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 0 40px;
    position: relative; }
    .smartregistration-container .smart-login .text-input input {
      text-align: center;
      border-color: #b5c7ca; }
  .smartregistration-container .smart-login .button--light {
    width: 100%;
    max-width: 320px;
    margin: 40px auto 10px;
    display: block;
    line-height: 45px;
    height: 45px;
    color: #f9fbfc;
    background: #00B5E2;
    border-color: #00B5E2;
    font-size: 14px; }
  .smartregistration-container .smart-login .hidden {
    display: none; }

.smartregistration-registered-error {
  padding: 50px 50px !important; }
  .smartregistration-registered-error .icon-error {
    font-size: 80px !important;
    color: #CC0033; }
  .smartregistration-registered-error .text {
    font-size: 24px;
    line-height: 29px; }

.IMPL-icon {
  color: #00B5E2;
  font-size: 50px;
  margin-top: 30px;
  display: block; }

.IMPL-icon-text {
  color: #00B5E2;
  font-size: 30px;
  margin: 15px 0; }

.registration-view .steps-page {
  padding: 0;
  background-position-y: 13px; }

.step-info {
  font-size: 28px;
  font-size: 2rem; }
  .step-info h2 {
    margin: 40px 0 20px;
    font-size: 22.4px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #001b21; }

.step-summary-border {
  height: 150px;
  width: 333px;
  border: 1px solid #979797;
  border-radius: 8px; }

.steps-page {
  margin: 0 auto;
  text-align: center;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 100vh;
  background: #e8f0f2; }
  .steps-page .step-buttons-panel .button {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 5px 0; }
  .steps-page .step-terms-and-conditions .buttons-panel {
    margin-top: 40px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .steps-page .step-terms-and-conditions .text-info p {
    font-size: 25px;
    line-height: 40px;
    font-weight: unset; }
  .steps-page .step-terms-and-conditions .terms {
    padding: 0;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .steps-page .step-summary-label {
    color: #b4c6c9;
    margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .steps-page {
      background-position-y: 70px; } }
  @media (max-width: 767px) {
    .steps-page {
      background-size: auto 35px; } }
  .steps-page .error-message {
    color: #cc0033;
    font-style: italic;
    font-size: 15px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: -310px;
    width: 60%;
    text-align: left; }
    .steps-page .error-message .align-icon {
      float: left; }
  @media (max-width: 1023px) {
    .steps-page .error-message {
      width: 100%;
      text-align: center;
      right: auto;
      top: 40px;
      font-size: 14px; }
      .steps-page .error-message .align-icon {
        height: 0;
        float: none; } }
  .steps-page .narrow-box {
    width: 350px;
    margin: 0 auto; }
  @media (max-width: 1023px) {
    .steps-page .narrow-box {
      width: 100%; } }
  .steps-page .info-icon {
    position: absolute;
    right: auto;
    left: 0;
    top: 1px;
    font-size: 18px; }
    .steps-page .info-icon:hover .baloon {
      display: block; }
  @media (max-width: 889px) {
    .steps-page .info-icon {
      right: auto; } }
  .steps-page .text-info {
    margin: 0 0 40px; }
    .steps-page .text-info a {
      color: #001b21; }
      .steps-page .text-info a:visited {
        color: #001b21; }
      .steps-page .text-info a:hover {
        color: #001b21; }
      .steps-page .text-info a:active {
        color: #001b21; }
    @media (max-width: 1023px) {
      .steps-page .text-info {
        margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .steps-page .text-info {
        margin: 0 0 20px; } }
    .steps-page .text-info a {
      text-decoration: underline;
      cursor: pointer;
      font-weight: 500; }
    .steps-page .text-info a:hover {
      text-decoration: none; }
    .steps-page .text-info p {
      font-size: 18px;
      line-height: 24px;
      margin: 0;
      font-weight: 300; }
      @media (max-width: 1023px) {
        .steps-page .text-info p {
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 767px) {
        .steps-page .text-info p {
          font-size: 14px;
          line-height: 18px; } }
  .steps-page .buttons-panel button,
  .steps-page .step-buttons-panel button.primary {
    background: #00B5E2;
    border-color: #00B5E2;
    margin: 0 0 10px;
    width: 100%;
    height: 45px;
    line-height: 1.15;
    color: #f9fbfc; }
    @media (max-width: 599px) {
      .steps-page .buttons-panel button,
      .steps-page .step-buttons-panel button.primary {
        margin: 0 0 10px;
        width: 100%; } }
  .steps-page .inner {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    padding: 45px 1%;
    margin: 0 auto;
    max-width: 360px; }
    .steps-page .inner.TERMS_CONDITIONS {
      max-width: 500px; }
    .steps-page .inner.RED_WARNNG_INFO {
      max-width: 700px; }
      .steps-page .inner.RED_WARNNG_INFO .step-buttons-panel {
        width: 60%;
        padding-top: 80px;
        margin: auto; }
    .steps-page .inner .buttons-panel {
      margin: 10px 0 10px; }
      @media (max-width: 767px) {
        .steps-page .inner .buttons-panel {
          margin-bottom: 70px; } }
    .steps-page .inner .step-summary .buttons-panel {
      margin-top: 20%;
      position: relative; }
    .steps-page .inner .step-summary .summary-submit {
      margin-top: 36% !important; }
    @media (max-width: 1023px) {
      .steps-page .inner {
        padding: 60px 20px 15px; } }
    @media (max-width: 767px) {
      .steps-page .inner {
        padding: 40px 20px 50vh; } }
  @media (max-width: 767px) {
    .steps-page {
      min-height: calc(100vh - 30px); }
      .steps-page .mat-dialog-content {
        max-height: calc(100vh - 30px) !important; }
        .steps-page .mat-dialog-content .registration-page {
          max-height: none; }
          .steps-page .mat-dialog-content .registration-page .inner {
            max-height: none;
            padding-right: 0; }
            .steps-page .mat-dialog-content .registration-page .inner .buttons-panel .button {
              width: auto;
              margin-right: 15px; }
      .steps-page .scroll-container {
        max-height: none;
        padding-right: 0; } }
  @media (max-width: 467px) {
    .steps-page {
      width: 100vw;
      min-height: 100vh; }
      .steps-page .mat-dialog-content {
        min-height: 100vh; }
        .steps-page .mat-dialog-content .registration-page {
          max-height: none; }
          .steps-page .mat-dialog-content .registration-page .inner {
            max-height: none; }
      .steps-page .scroll-container {
        max-height: none;
        padding-right: 0; } }
  .steps-page .swiper-scrollbar {
    background: #ccd5d7;
    width: 10px !important;
    border-radius: 0; }
    .steps-page .swiper-scrollbar .swiper-scrollbar-drag {
      background: #00B5E2;
      width: 10px;
      border-radius: 0; }

.registration-text-input {
  width: 100%;
  max-width: 500px;
  font-size: 15.959px;
  font-size: 1.14rem;
  margin: 0 auto 40px;
  position: relative; }
  .registration-text-input .passwordPadding {
    padding-right: 20px; }
  .registration-text-input input {
    text-align: center;
    border-color: #c6d6d6 !important; }
  @media (max-width: 767px) {
    .registration-text-input {
      margin: 0 auto 40px; }
      .registration-text-input .passwordPadding {
        padding-right: 0;
        padding-left: 20px; } }

.fillTheText {
  color: #00B5E2; }

.registration-form .text-input input:focus {
  color: #000;
  border-bottom: 1px solid #000; }

.registration-form .credit-card-label {
  margin-bottom: -6px;
  text-align: left; }

.registration-form .card-type-row .text-input {
  color: #000;
  text-align: left; }

.registration-form .card-type-row .form-tip {
  margin-top: 12px; }

.registration-form form > .form-row, .registration-form form > .row-wrapper,
.registration-form form > .row-wrapper {
  margin-top: 15px;
  margin-bottom: 15px; }

.registration-form .row-wrapper .form-row, .registration-form .row-wrapper .row-wrapper {
  margin-left: 0;
  width: 50%; }

@media (max-width: 767px) {
  .registration-form .row-wrapper {
    display: block !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
    .registration-form .row-wrapper .form-row, .registration-form .row-wrapper .row-wrapper {
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15px; } }

@media (min-width: 769px) {
  .registration-form .cc-input-small {
    width: 10%; }
  .registration-form .cc-input-medium {
    width: 80%; }
  .registration-form .cc-input-large {
    width: 90%; } }

.payment-method-option {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 50px;
  border-bottom: #607074 1px solid; }
  .payment-method-option .info-icon {
    right: auto;
    left: 0;
    top: 11px; }
  .payment-method-option .mat-radio-container {
    top: 0; }
  @media (max-width: 767px) {
    .payment-method-option {
      padding-left: 20px; }
      .payment-method-option .mat-radio-label {
        width: 150px !important; } }

.method-step-buttons {
  margin-top: 60px !important; }

.container-summary-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.step-summary-item {
  margin-bottom: 30px;
  text-align: center; }
  .step-summary-item p {
    margin-top: 0; }
  .step-summary-item.step-summary-description {
    padding-top: 30px; }

.step-summary-item-label {
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  font-size: 2rem;
  text-align: center; }
  .step-summary-item-label .icon {
    font-size: 40px;
    color: #33a16b;
    position: relative;
    top: 6px; }

.summary-section .step-summary-item-label {
  font-size: 19.88px;
  font-size: 1.42rem; }

.summary-section .step-summary-item-value {
  font-size: 15.959px;
  font-size: 1.14rem; }

.summary-section a {
  cursor: pointer; }

.warning .icon {
  color: #ff9a04; }

tim-pending-period {
  max-width: 700px; }
  tim-pending-period .pending-icon {
    font-size: 70px;
    color: #b9042f;
    padding-top: 40px; }
  tim-pending-period h2 {
    font-weight: 400; }

.step-summary-item-value {
  font-size: 19.88px;
  font-size: 1.42rem; }

.payment-method-step-subtitle {
  color: #607074;
  margin-bottom: 20px;
  margin-top: -10px; }

.step-buttons-panel {
  margin-top: 80px; }

.steps-title {
  margin: 30px 0 50px 0;
  font-size: 25px; }

.step-field-description {
  margin: 20px 0; }

.device-join-icons {
  color: #00B5E2;
  font-size: 85px;
  margin: 30px 0 30px 0;
  vertical-align: middle; }
  .device-join-icons .icon-mobile {
    margin: 0 -8px; }
  .device-join-icons .icon-fixedline {
    margin: 0 -8px; }
  .device-join-icons .icon-tick-circle {
    color: #33a16b; }

.device-join-phone {
  font-size: 35px;
  color: #607074; }

.rtl {
  direction: rtl; }

.payment-method-radio {
  text-align: left; }
  .payment-method-radio .mat-radio-label {
    width: 400px; }
  .payment-method-radio .mat-radio-label {
    display: block; }
  .payment-method-radio .mat-radio-container {
    float: right; }
  .payment-method-radio .mat-radio-label {
    float: left; }

.otp-input {
  width: 30px !important; }

.otp-resend {
  margin-top: 50px; }
  .otp-resend a {
    color: #00B5E2 !important;
    font-weight: bold;
    margin-top: 10px;
    display: block; }

.show-passwords {
  cursor: pointer;
  color: #0033a1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 5px;
  right: 0; }
  .show-passwords i {
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 7px 0 0; }

.icon-passw-safari-extra-padding {
  padding: 0 20px 0 0 !important; }

.payment-method-step .text-info {
  margin-top: 40px; }

.payment-method-step .step-buttons-panel {
  margin-top: 0; }

.inline-block-container {
  display: inline-block; }

tim-profile-subscription .profile-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media (max-width: 767px) {
    tim-profile-subscription .profile-card {
      -ms-flex-direction: column;
          flex-direction: column; }
      tim-profile-subscription .profile-card .button {
        -ms-flex-order: 1;
            order: 1; }
      tim-profile-subscription .profile-card .subscription-buttons {
        width: 100%; }
      tim-profile-subscription .profile-card .edit-button {
        -ms-flex-order: 2;
            order: 2;
        padding: 20px;
        padding-top: 0;
        text-align: right; }
      tim-profile-subscription .profile-card .content-card-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  tim-profile-subscription .profile-card .self-edit-sizing {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%; }
  tim-profile-subscription .profile-card .edit-button {
    margin: 0; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .row .text-input {
    width: auto; }

.grow-1 {
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .grow-1.text-input {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: unset;
        flex-shrink: unset; }

.grow-2 {
  -ms-flex-positive: 2;
      flex-grow: 2; }
  .grow-2.text-input {
    -ms-flex-positive: 2;
        flex-grow: 2;
    display: -ms-flexbox;
    display: flex; }

.grow-3 {
  -ms-flex-positive: 3;
      flex-grow: 3; }
  .grow-3.text-input {
    -ms-flex-positive: 2;
        flex-grow: 2;
    display: -ms-flexbox;
    display: flex; }

.grow-4 {
  -ms-flex-positive: 3;
      flex-grow: 3; }
  .grow-4.text-input {
    -ms-flex-positive: 2;
        flex-grow: 2;
    display: -ms-flexbox;
    display: flex; }

.grow-5 {
  -ms-flex-positive: 5;
      flex-grow: 5; }
  .grow-5.text-input {
    -ms-flex-positive: 2;
        flex-grow: 2;
    display: -ms-flexbox;
    display: flex; }

.align-item-right {
  margin-left: auto; }

.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start; }

tim-purchase-wizard-credit-card .card-content .text-input input {
  text-align: center;
  padding: 10px 0 10px 0;
  color: #a6babe; }

tim-purchase-wizard-credit-card .card-content .text-input input:focus {
  color: #a6babe; }

tim-purchase-wizard-credit-card .card-content .separator {
  border-bottom: 1px solid #a6babe;
  text-align: center;
  padding: 10px 0 10px 0;
  color: #a6babe;
  font-weight: 400; }

tim-purchase-wizard-credit-card .card-content .date {
  width: 30px;
  text-align: left; }

tim-purchase-wizard-credit-card .card-content .date-year {
  width: 20px;
  text-align: left; }

tim-purchase-wizard-credit-card .buttons-panel .button {
  background-color: transparent;
  color: #049bbe; }

tim-purchase-wizard-credit-card .buttons-panel .button-filled {
  background-color: #049bbe;
  color: #f9fbfc;
  padding: 0 0; }

tim-purchase-wizard-credit-card .buttons-panel .button:disabled {
  color: #a6babe;
  border: solid 2px #a6babe; }

.purchase-wizard-terms {
  font-size: 90%;
  padding: 15px 0 10px 20px; }
  .purchase-wizard-terms .condition-text {
    text-align: left; }

tim-purchase-summary-section .step-summary-item-label .step-summary-item-value {
  color: #a6babe;
  line-height: 30px; }

tim-purchase-summary-section a {
  cursor: pointer; }

tim-purchase-summary-section .step-summary-description a {
  color: #049bbe !important; }

.step-summary-description .step-summary-item-value.link {
  color: #049bbe !important; }

tim-outcome .step-summary {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  height: 80vh; }

tim-outcome .buttons-panel .step-summary-item {
  padding-top: 10px; }

.ui-tabview-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0px 40px;
  background-color: #644e22; }
  .ui-tabview-nav li {
    margin-right: 2em;
    padding: 20px 5px; }
    .ui-tabview-nav li:hover {
      border-bottom: 8px solid #b5862e; }
    .ui-tabview-nav li a:hover {
      text-decoration: none; }
    .ui-tabview-nav li .ui-tabview-title {
      font-weight: 300;
      text-transform: uppercase;
      color: #f9fbfc; }
    .ui-tabview-nav li.ui-state-active {
      border-bottom: 8px solid #b5862e; }
      .ui-tabview-nav li.ui-state-active .ui-tabview-title {
        font-weight: 400; }

.ui-menu-list.ui-menubar-root-list {
  height: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0px 40px;
  margin-top: 0;
  list-style-type: none; }
  .ui-menu-list.ui-menubar-root-list li {
    margin-right: 2em;
    padding: 20px 5px; }
    .ui-menu-list.ui-menubar-root-list li a {
      padding-bottom: 5px; }
    .ui-menu-list.ui-menubar-root-list li a.active {
      border-bottom: 8px solid #b5862e; }
      .ui-menu-list.ui-menubar-root-list li a.active .ui-menuitem-text {
        color: #f9fbfc; }
    .ui-menu-list.ui-menubar-root-list li a:hover {
      color: #f9fbfc;
      text-decoration: none;
      border-bottom: 8px solid #b5862e; }
      .ui-menu-list.ui-menubar-root-list li a:hover .ui-menuitem-text {
        color: #f9fbfc; }
    .ui-menu-list.ui-menubar-root-list li .ui-menuitem-text {
      font-weight: 300;
      text-transform: uppercase;
      color: #c3c0b7; }

.google-assistant {
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  background: white;
  min-height: 100vh; }

.webga-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8f0f2;
  height: 10vh;
  border-bottom-style: solid;
  border-bottom-color: lightgrey; }
  .webga-header b {
    color: #f9fbfc;
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 22px;
    font-weight: 200; }
  .webga-header .webga-header-flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 40px;
    padding-right: 40px; }
  .webga-header .webga-header-flex-chlid-container-1 {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    text-align: left;
    width: 10%; }
    .webga-header .webga-header-flex-chlid-container-1 .webga-header-logo {
      width: 35vh;
      margin: 0 auto; }
  .webga-header .webga-header-flex-chlid-container-2 {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    text-align: center; }
  .webga-header .webga-header-flex-chlid-container-3 {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    text-align: end; }

.confirm-cancellation-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 28px 10.5%;
  padding: 2rem 10.5%;
  -ms-flex-pack: center;
  background-color: #1f488e;
  height: 5px; }
  .confirm-cancellation-header .confirm-cancellation-header-flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .confirm-cancellation-header .confirm-cancellation-header-flex-child-container-1 {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    text-align: left;
    width: 10%; }
    .confirm-cancellation-header .confirm-cancellation-header-flex-child-container-1 .confirm-cancellation-header-logo {
      width: 98px;
      width: 7rem;
      margin: 0 auto; }
  .confirm-cancellation-header .confirm-cancellation-header-flex-child-container-2 {
    padding-left: 14px;
    padding-left: 1rem;
    width: 210px;
    width: 15rem; }
    .confirm-cancellation-header .confirm-cancellation-header-flex-child-container-2 .confirm-cancellation-header-title {
      font-size: 20px;
      color: #f9fbfc;
      width: 70px;
      width: 5rem;
      margin: 0 auto; }
  .confirm-cancellation-header .confirm-cancellation-header-space-container {
    width: 8%; }

.google-assistant .google-assistant-login-form-auth-header {
  font-size: 13px;
  padding: 5px 0px; }

.google-assistant .google-assistant-login-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  max-height: 100%;
  height: 90vh;
  overflow-y: scroll;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #e8f0f2; }

.google-assistant .google-assistant-login-form-section {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fill-available;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.google-assistant .google-assistant-login-form-container {
  width: -webkit-fill-available;
  text-align: -webkit-center;
  max-width: 350px;
  width: 350px;
  text-align: center; }

.google-assistant .google-assistant-login-form-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  position: fixed;
  max-width: 100vw;
  width: 100vw;
  left: 0; }
  .google-assistant .google-assistant-login-form-button-wrapper .google-assistant-login-form-button {
    background-color: #1f488e;
    color: #f9fbfc;
    width: 95%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    min-width: 64px;
    line-height: 50px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); }
    .google-assistant .google-assistant-login-form-button-wrapper .google-assistant-login-form-button a {
      font-size: 13px;
      color: #f9fbfc; }
    .google-assistant .google-assistant-login-form-button-wrapper .google-assistant-login-form-button:hover {
      background: #0f3069; }
  .google-assistant .google-assistant-login-form-button-wrapper .google-assistant-login-form-button:disabled {
    background: #5575ab;
    cursor: auto !important;
    color: #f9fbfc; }
    .google-assistant .google-assistant-login-form-button-wrapper .google-assistant-login-form-button:disabled a {
      pointer-events: none; }

.google-assistant .google-assistant-login-form-link-container {
  margin-bottom: 35px;
  margin-bottom: 2.5rem; }

.google-assistant .google-assistant-login-form-link {
  font-size: 13px;
  color: #1f488e !important;
  cursor: pointer; }
  .google-assistant .google-assistant-login-form-link a {
    font-size: 13px;
    color: #1f488e !important;
    cursor: pointer; }

.google-assistant .google-assistant-login-form-info-container {
  max-width: 350px;
  text-align: left; }

.google-assistant .google-assistant-login-form-info-step {
  font-size: 11px;
  padding: 2px 0px; }
  .google-assistant .google-assistant-login-form-info-step a {
    color: #1f488e !important;
    cursor: pointer; }

.google-assistant .google-assistant-login-form-info {
  font-size: 11px;
  padding: 2px 0px; }
  .google-assistant .google-assistant-login-form-info a u {
    color: black;
    text-decoration: underline; }

.google-assistant .google-assistant-login-form-privacy-link {
  color: #1f488e !important;
  cursor: pointer; }

.google-assistant .google-assistant-login-form-contact-link-container {
  max-width: 350px;
  text-align: left;
  margin-top: 35px;
  margin-top: 2.5rem; }

.google-assistant .google-assistant-login-form-contact-link {
  color: #1f488e !important;
  font-weight: bold;
  text-decoration: underline; }

.google-assistant .google-assistant-login-form-flex-wrapper {
  margin-bottom: 10px;
  max-width: 350px;
  text-align: left; }

.google-assistant .google-assistant-login-form-text-input {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px; }

.google-assistant input {
  padding: 10px 7px;
  font-size: 11px;
  width: 100%;
  max-width: 330px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.google-assistant .google-assistant-login-error-message span {
  color: #cc0033;
  font-style: italic;
  text-align: center;
  width: 100%;
  right: auto;
  font-size: 12px;
  display: block;
  margin-top: 10px; }

.google-assistant .google-assistant-login-toggle-eye {
  font-size: 18px;
  position: absolute;
  color: #049bbe;
  font-size: 18px;
  margin-left: -20px;
  cursor: pointer; }

.google-assistant .google-assistant-login-registration-navigation {
  margin-top: 10px; }
  .google-assistant .google-assistant-login-registration-navigation a {
    color: #049bbe;
    cursor: pointer;
    padding-left: 5px; }

.google-assistant .has-touch:focus {
  border: 2px solid #1f488e; }

.google-assistant .has-danger {
  border: 2px solid #cc0033; }

.google-assistant .has-success {
  border: 2px solid green; }

.dialog-light .ga-dialog .button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  border: none !important;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 0 30px;
  transition: all 300ms ease;
  position: relative;
  background-color: transparent;
  white-space: nowrap; }

.dialog-light .ga-dialog .button--light:hover {
  color: #f9fbfc;
  background: #00B5E2;
  border-color: #00B5E2;
  border-radius: 4px !important; }

.confirm-cancellation .confirm-cancellation-form-auth-header {
  font-size: 30px;
  font-weight: bold;
  color: #2d2d2d; }

.confirm-cancellation .confirm-cancellation-form-auth-description {
  font-size: 18px;
  color: #7f7f7f; }

.confirm-cancellation .confirm-cancellation-form-title {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: lightgrey; }
  .confirm-cancellation .confirm-cancellation-form-title .confirm-cancellation-form-title-header {
    font-size: 20px;
    font-weight: bold;
    color: #1f488e; }

.confirm-cancellation .confirm-cancellation-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e8f0f2; }

.confirm-cancellation .confirm-cancellation-form-email-field .confirm-cancellation-form-email-field-text {
  font-size: 18px;
  color: #7f7f7f; }

.confirm-cancellation .confirm-cancellation-form-password-field .confirm-cancellation-form-password-field-text {
  font-size: 18px;
  color: #7f7f7f; }

.confirm-cancellation .confirm-cancellation-form-section {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fill-available;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 10%; }

.confirm-cancellation .confirm-cancellation-form-container {
  width: -webkit-fill-available;
  width: 100%;
  text-align: left; }

.confirm-cancellation .confirm-cancellation-form-group {
  margin-bottom: 42px;
  margin-bottom: 3rem; }

.confirm-cancellation .confirm-cancellation-form-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  margin-top: 28px;
  margin-top: 2rem;
  border-top-style: solid;
  border-top-color: lightgrey;
  padding-top: 28px;
  padding-top: 2rem; }
  .confirm-cancellation .confirm-cancellation-form-button-wrapper .confirm-cancellation-form-button {
    background-color: #1f488e;
    color: #f9fbfc;
    width: 420px;
    width: 30rem;
    white-space: normal;
    padding: 14px;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
    text-align: center;
    min-width: 64px;
    line-height: 28px;
    line-height: 2rem;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); }
    .confirm-cancellation .confirm-cancellation-form-button-wrapper .confirm-cancellation-form-button:hover {
      background: #0f3069; }
  .confirm-cancellation .confirm-cancellation-form-button-wrapper .confirm-cancellation-form-button:disabled {
    background: #5575ab;
    cursor: auto !important; }

.confirm-cancellation .confirm-cancellation-form-link-container {
  margin-bottom: 35px;
  margin-bottom: 2.5rem; }

.confirm-cancellation .confirm-cancellation-form-link {
  font-size: 13px;
  color: #1f488e !important;
  cursor: pointer; }

.confirm-cancellation .confirm-cancellation-form-info-container {
  max-width: 350px;
  text-align: left; }

.confirm-cancellation .confirm-cancellation-form-info {
  font-size: 11px;
  padding: 2px 0px; }

.confirm-cancellation .confirm-cancellation-form-privacy-link {
  color: #1f488e !important;
  cursor: pointer; }

.confirm-cancellation .confirm-cancellation-form-contact-link-container {
  max-width: 350px;
  text-align: left;
  margin-top: 35px;
  margin-top: 2.5rem; }

.confirm-cancellation .confirm-cancellation-form-contact-link {
  color: black !important;
  font-weight: bold;
  text-decoration: underline; }

.confirm-cancellation .confirm-cancellation-form-title-flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: lightgrey; }

.confirm-cancellation .confirm-cancellation-form-description-flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 42px;
  margin-bottom: 3rem; }

.confirm-cancellation .confirm-cancellation-form-text-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px; }
  .confirm-cancellation .confirm-cancellation-form-text-input input {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 7px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: -webkit-fill-available; }
  .confirm-cancellation .confirm-cancellation-form-text-input .has-touch:focus {
    border: 2px solid #1f488e; }
  .confirm-cancellation .confirm-cancellation-form-text-input .has-danger {
    border: 2px solid #cc0033; }
  .confirm-cancellation .confirm-cancellation-form-text-input .has-success {
    border: 2px solid green; }

.confirm-cancellation .confirm-cancellation-error-message span {
  color: #cc0033;
  font-style: italic;
  text-align: center;
  width: 100%;
  right: auto;
  font-size: 12px;
  display: block;
  margin-top: 10px; }

.cdk-overlay-container .dialog-light .ga-dialog .google-assistant-confirmation-popup {
  width: 630px;
  width: 45rem;
  height: 350px;
  height: 25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.cdk-overlay-container .dialog-light .ga-dialog h2 {
  color: #1f488e;
  font-size: 25px;
  font-weight: normal; }

.cdk-overlay-container .dialog-light .ga-dialog .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px 40px 40px; }

.cdk-overlay-container .dialog-light .ga-dialog .buttons-panel {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .cdk-overlay-container .dialog-light .ga-dialog .buttons-panel .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border: none !important;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    padding: 0 30px;
    transition: all 300ms ease;
    position: relative;
    background-color: transparent;
    white-space: nowrap; }
  .cdk-overlay-container .dialog-light .ga-dialog .buttons-panel .button--light {
    width: 210px;
    width: 15rem;
    height: 42px;
    height: 3rem;
    background: #1f488e;
    color: #f9fbfc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 4px; }
    .cdk-overlay-container .dialog-light .ga-dialog .buttons-panel .button--light:hover {
      color: #f9fbfc;
      background: #0f3069; }

.google-assistant {
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  background: white;
  min-height: 100vh; }

.google-assistant .google-assistant-recovery-password-form-auth-header {
  font-size: 12px;
  margin: 5px 0px; }

.google-assistant .google-assistant-recovery-password-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  max-height: 100%;
  height: 90vh;
  overflow: hidden;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #e8f0f2; }

.google-assistant .google-assistant-recovery-password-form-section {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fill-available;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.google-assistant .google-assistant-recovery-password-form-container {
  width: -webkit-fill-available;
  text-align: -webkit-center; }

.google-assistant .google-assistant-recovery-password-form-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  position: absolute;
  max-width: 100%;
  width: 95vw; }
  .google-assistant .google-assistant-recovery-password-form-button-wrapper .google-assistant-recovery-password-form-button {
    background-color: #1f488e;
    color: #f9fbfc;
    width: 95%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    min-width: 64px;
    line-height: 50px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); }
    .google-assistant .google-assistant-recovery-password-form-button-wrapper .google-assistant-recovery-password-form-button:hover {
      background: #0f3069; }
  .google-assistant .google-assistant-recovery-password-form-button-wrapper .google-assistant-recovery-password-form-button:disabled {
    background: #5575ab;
    cursor: auto !important;
    color: #f9fbfc; }

.google-assistant .google-assistant-recovery-password-form-link-container {
  margin-bottom: 35px;
  margin-bottom: 2.5rem; }

.google-assistant .google-assistant-recovery-password-form-link {
  font-size: 13px;
  color: #1f488e !important; }

.google-assistant .google-assistant-recovery-password-form-info-container {
  max-width: 350px;
  text-align: left; }

.google-assistant .google-assistant-recovery-password-form-info {
  font-size: 11px;
  padding: 2px 0px; }

.google-assistant .google-assistant-recovery-password-form-privacy-link {
  color: #1f488e !important; }

.google-assistant .google-assistant-recovery-password-form-contact-link-container {
  max-width: 350px;
  text-align: left;
  margin-top: 35px;
  margin-top: 2.5rem; }

.google-assistant .google-assistant-recovery-password-form-contact-link {
  color: black !important;
  font-weight: bold;
  text-decoration: underline; }

.google-assistant .google-assistant-recovery-password-form-flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 340px;
  max-width: 350px;
  margin-bottom: 10px;
  text-align: left; }

.google-assistant .google-assistant-recovery-password-form-text-input {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px; }

.google-assistant input {
  padding: 10px 7px;
  font-size: 11px;
  width: 100%;
  max-width: 330px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.google-assistant .google-assistant-recovery-password-error-message span {
  color: #cc0033;
  font-style: italic;
  text-align: center;
  width: 100%;
  right: auto;
  font-size: 12px;
  display: block;
  margin-top: 10px; }

.google-assistant .google-assistant-recovery-password-toggle-eye {
  font-size: 18px;
  position: absolute;
  color: #049bbe;
  font-size: 18px;
  margin-left: -20px;
  cursor: pointer; }

.google-assistant .google-assistant-recovery-password-registration-navigation {
  margin-top: 10px; }
  .google-assistant .google-assistant-recovery-password-registration-navigation a {
    color: #049bbe;
    cursor: pointer;
    padding-left: 5px; }

.google-assistant .has-touch:focus {
  border: 2px solid #1f488e; }

.google-assistant .has-danger {
  border: 2px solid #cc0033; }

.google-assistant .has-success {
  border: 2px solid green; }

.dialog-light .ga-dialog .button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  border: none !important;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 0 30px;
  transition: all 300ms ease;
  position: relative;
  background-color: transparent;
  white-space: nowrap; }

.dialog-light .ga-dialog .button--light:hover {
  color: #f9fbfc;
  background: #00B5E2;
  border-color: #00B5E2;
  border-radius: 4px !important; }

.google-assistant .google-assistant-confirm-recovery-password-header-container {
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.google-assistant .google-assistant-confirm-recovery-password-form-auth-header {
  font-size: 12px;
  margin: 5px 0px;
  font-weight: bold; }

.google-assistant .google-assistant-confirm-recovery-password-form-auth-description {
  font-size: 12px;
  margin: 5px 0px; }

.google-assistant .google-assistant-confirm-recovery-password-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  max-height: 100%;
  height: 90vh;
  overflow: hidden;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #e8f0f2; }

.google-assistant .google-assistant-confirm-recovery-password-form-section {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fill-available;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.google-assistant .google-assistant-confirm-recovery-password-form-container {
  width: -webkit-fill-available;
  text-align: -webkit-center; }

.google-assistant .google-assistant-confirm-recovery-password-form-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  position: absolute;
  max-width: 100%;
  width: 95vw; }

.google-assistant .google-assistant-confirm-recovery-password-form-button {
  background-color: #1f488e;
  color: #f9fbfc;
  width: 95%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  min-width: 64px;
  line-height: 50px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); }

.google-assistant .google-assistant-confirm-recovery-password-form-link-container {
  margin-bottom: 35px;
  margin-bottom: 2.5rem; }

.google-assistant .google-assistant-confirm-recovery-password-form-link {
  font-size: 13px;
  color: #1f488e !important; }

.google-assistant .google-assistant-confirm-recovery-password-form-info-container {
  max-width: 350px;
  text-align: left; }

.google-assistant .google-assistant-confirm-recovery-password-form-info {
  font-size: 11px;
  padding: 2px 0px; }

.google-assistant .google-assistant-confirm-recovery-password-form-privacy-link {
  color: #1f488e !important; }

.google-assistant .google-assistant-confirm-recovery-password-form-contact-link-container {
  max-width: 350px;
  text-align: left;
  margin-top: 35px;
  margin-top: 2.5rem; }

.google-assistant .google-assistant-confirm-recovery-password-form-contact-link {
  color: black !important;
  font-weight: bold;
  text-decoration: underline; }

.google-assistant .google-assistant-confirm-recovery-password-form-flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 350px;
  margin-bottom: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.google-assistant .google-assistant-confirm-recovery-password-form-text-input {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px; }

.google-assistant input {
  padding: 10px 7px;
  font-size: 16px;
  width: 100%;
  max-width: 330px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.google-assistant .google-assistant-confirm-recovery-password-error-message span {
  color: #cc0033;
  font-style: italic;
  text-align: center;
  width: 100%;
  right: auto;
  font-size: 12px;
  display: block;
  margin-top: 10px; }

.google-assistant .google-assistant-confirm-recovery-password-toggle-eye {
  font-size: 18px;
  position: absolute;
  color: #049bbe;
  font-size: 18px;
  margin-left: -20px;
  cursor: pointer; }

.google-assistant .google-assistant-confirm-recovery-password-registration-navigation {
  margin-top: 10px; }
  .google-assistant .google-assistant-confirm-recovery-password-registration-navigation a {
    color: #049bbe;
    cursor: pointer;
    padding-left: 5px; }

.google-assistant .dialog-light .ga-dialog .button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  border: none !important;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 0 30px;
  transition: all 300ms ease;
  position: relative;
  background-color: transparent;
  white-space: nowrap; }

.google-assistant .dialog-light .ga-dialog .button--light:hover {
  color: #f9fbfc;
  background: #00B5E2;
  border-color: #00B5E2;
  border-radius: 4px !important; }

.google-assistant .webga-green-check {
  width: 60px;
  margin-bottom: 10px; }

.google-assistant .has-touch:focus {
  border: 2px solid #1f488e; }

.google-assistant .has-danger {
  border: 2px solid #cc0033; }

.google-assistant .has-success {
  border: 2px solid green; }

.recaptcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .recaptcha re-captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  .recaptcha .captcha-error-message {
    text-align: center;
    color: #cc0033;
    font-style: italic;
    vertical-align: middle;
    width: 100%;
    font-size: 11.2px;
    font-size: 0.8rem;
    margin: 10px 0 10px 7px; }

body {
  font: 400 16px TIMSans, Arial, Helvetica, sans-serif;
  min-width: 320px;
  background-size: cover; }
  body.no-scroll {
    overflow: hidden; }
  body.profile tim-footer .footer-wrapper,
  body.support tim-footer .footer-wrapper {
    margin-top: 0; }
  body.promo tim-footer .footer-wrapper {
    margin-top: 0; }
  body.onboarding footer {
    display: none; }
  body.onboarding {
    visibility: visible; }
  body.onboarding {
    overflow: hidden; }

html,
body,
tim-app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }

input {
  -webkit-user-select: text; }

.seo {
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
  width: 100px;
  position: absolute; }

tim-app tim-page {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.main-wraper {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.onboarding-height {
  height: 100%; }
  .onboarding-height tim-app tim-page {
    min-height: 0; }

.document-content {
  margin-top: 90px; }
  @media (max-width: 1023px) {
    .document-content {
      margin-top: 80px; } }
  @media (max-width: 767px) {
    .document-content {
      margin-top: 60px; } }

::-ms-clear {
  display: none; }

::-ms-reveal {
  display: none; }

body.kids-section {
  background-attachment: fixed; }
  body.kids-section .content-strip-slider-button-prev,
  body.kids-section .content-strip-slider-button-next {
    background-color: rgba(209, 151, 15, .6); }
  body.kids-section .masthead-slider-pagination-bullet-active {
    border: 2px solid #d1970f;
    background: #d1970f; }
  body.kids-section .listing-section-title {
    color: #f9fbfc; }
  body.kids-section .button--dark:hover {
    background: #f4a900;
    border-color: #f4a900; }
  body.kids-section .serie-season-pagination {
    padding: 2px 60px 18px 60px; }
    body.kids-section .serie-season-pagination > li a {
      margin: 0 12px 0 12px;
      border: 1px solid #f9fbfc;
      border-radius: 50%;
      padding-top: 4px;
      padding-bottom: 4px; }
      body.kids-section .serie-season-pagination > li a.active {
        text-decoration: none;
        background-color: #f4a900; }
      body.kids-section .serie-season-pagination > li a:hover {
        background-color: #f4a900;
        text-decoration: none; }
  body.kids-section .content-detail-poster-pic:before {
    background: linear-gradient(to bottom, rgba(34, 100, 200, 0) 70%, rgba(34, 100, 200, 0) 30%, #2264c8 96%, #2264c8 100%); }
  body.kids-section tim-header {
    background: linear-gradient(90deg, #001136 0%, #001136 100%);
    padding-bottom: 20px; }

* {
  outline: none; }

.transparent {
  opacity: 0 !important; }

.hideDialogCompletely {
  display: none; }

@keyframes tim-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes tim-spinner-dash {
  0% {
    stroke-dashoffset: 88px; }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg); } }

@keyframes tim-ms-spinner {
  to {
    transform: rotate(360deg); } }

.tim-spinner {
  text-indent: 0;
  text-indent: initial; }
  .tim-spinner > * {
    animation: tim-spinner-rotate 3s linear infinite;
    height: 55px;
    width: 55px; }
  .tim-spinner > * > * {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: tim-spinner-dash 3s ease-in-out infinite;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke: #f9fbfc; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tim-spinner {
      position: relative;
      /* [1] */
      display: inline-block;
      width: 1em;
      /* [2] */
      height: 1em;
      /* [2] */
      font-size: 32px;
      /* [3] */
      border-bottom: 1px solid;
      /* [4] */
      vertical-align: middle;
      overflow: hidden;
      /* [5] */
      text-indent: 100%;
      /* [5] */
      animation: 0.8s tim-ms-spinner linear infinite;
      color: #00B5E2;
      /**
     * 1. Make the spinner a circle.
     */
      /**
     * The (optically) non-spinning part of the spinner.
     *
     * 1. Border around entire element fills in the rest of the ring.
     * 2. Paler than the part that appears to spin.
     */ }
      .tim-spinner, .tim-spinner:after {
        border-radius: 100%;
        /* [1] */ }
      .tim-spinner:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid;
        /* [1] */
        opacity: 0;
        /* [2] */ }
      .tim-spinner > *,
      .tim-spinner > * > * {
        display: none; } }

.page-loader,
.app-loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-size: 50px;
  width: 100%;
  height: 100vh;
  text-indent: -9999px; }

.app-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out; }

.shown .app-loader {
  opacity: 0.6;
  pointer-events: auto; }

tim-page {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    tim-page {
      overflow: auto; } }
  tim-page .text-link--dark,
  tim-page a {
    color: #f9fbfc;
    text-decoration: none; }
    tim-page .text-link--dark:hover,
    tim-page .text-link--dark :focus,
    tim-page a:hover,
    tim-page a :focus {
      color: #f9fbfc;
      text-decoration: underline; }
    tim-page .text-link--dark:visited,
    tim-page a:visited {
      color: #f9fbfc;
      text-decoration: none; }
  tim-page .text-link--profile, tim-page .promo-back-button,
  tim-page a {
    color: #00B5E2;
    text-decoration: none; }
    tim-page .text-link--profile:hover, tim-page .promo-back-button:hover,
    tim-page .text-link--profile :focus,
    tim-page .promo-back-button :focus,
    tim-page a:hover,
    tim-page a :focus {
      color: #00B5E2;
      text-decoration: underline; }
    tim-page .text-link--profile:visited, tim-page .promo-back-button:visited,
    tim-page a:visited {
      color: #00B5E2;
      text-decoration: none; }

.dialog-text .text-link--dark,
.dialog-text a,
.not-found .text-link--dark,
.not-found a {
  color: #00B5E2;
  text-decoration: none; }
  .dialog-text .text-link--dark:hover,
  .dialog-text .text-link--dark :focus,
  .dialog-text a:hover,
  .dialog-text a :focus,
  .not-found .text-link--dark:hover,
  .not-found .text-link--dark :focus,
  .not-found a:hover,
  .not-found a :focus {
    color: #00B5E2;
    text-decoration: underline; }
  .dialog-text .text-link--dark:visited,
  .dialog-text a:visited,
  .not-found .text-link--dark:visited,
  .not-found a:visited {
    color: #00B5E2;
    text-decoration: none; }

.disable-pointer {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  height: 60px;
  border: solid 2px #ccd5d7;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 0 30px;
  transition: all 300ms ease;
  position: relative;
  background-color: transparent;
  white-space: nowrap; }
  @media (max-width: 1023px) {
    .button {
      height: 44px;
      line-height: 44px;
      font-size: 14px; } }
  .button:hover {
    text-decoration: none;
    cursor: pointer; }
  .button:visited, .button:focus, .button:active {
    text-decoration: none; }

.button--icon {
  padding: 0 30px; }
  .button--icon > .icon {
    height: 22px;
    margin-right: 38px;
    font-size: 22px;
    display: inline-block; }
    .button--icon > .icon:before {
      position: absolute;
      top: 50%;
      margin-top: -11px; }

.button--dark {
  color: #f9fbfc;
  border-color: #f9fbfc; }
  .button--dark:focus, .button--dark:visited {
    color: #a6babe;
    background: none; }
  .button--dark:hover {
    color: #403116;
    background: #f9fbfc;
    border-color: #f9fbfc; }
  .button--dark:active {
    color: #403116;
    background: #f9fbfc;
    border-color: #f9fbfc; }
  .button--dark .highlighted {
    color: #f9fbfc;
    border-color: #f9fbfc; }
  .button--dark.selected {
    color: #00B5E2;
    border: solid 2px #00B5E2; }
    .button--dark.selected:hover, .button--dark.selected:visited, .button--dark.selected:focus, .button--dark.selected:active {
      color: #00B5E2;
      cursor: default;
      border-color: #00B5E2;
      background: #002d37; }
  .button--dark:disabled, .button--dark.inactive {
    pointer-events: none;
    color: #f9fbfc;
    border: solid 2px #f9fbfc; }
    .button--dark:disabled:hover, .button--dark:disabled:visited, .button--dark:disabled:focus, .button--dark:disabled:active, .button--dark.inactive:hover, .button--dark.inactive:visited, .button--dark.inactive:focus, .button--dark.inactive:active {
      color: #f9fbfc;
      cursor: default;
      background: none;
      border-color: #f9fbfc; }

.button--flat {
  font-weight: 500;
  color: #607074;
  border-color: transparent; }
  .button--flat:focus, .button--flat:visited {
    color: #607074;
    background: none; }
  .button--flat:hover {
    color: #607074;
    background: #e9f0f2;
    border-color: #e9f0f2; }
  .button--flat:active {
    color: #607074;
    background: transparent;
    border-color: transparent; }
  .button--flat:disabled, .button--flat.inactive {
    pointer-events: none;
    color: #607074;
    border: solid 2px transparent; }
    .button--flat:disabled:hover, .button--flat:disabled:visited, .button--flat:disabled:focus, .button--flat:disabled:active, .button--flat.inactive:hover, .button--flat.inactive:visited, .button--flat.inactive:focus, .button--flat.inactive:active {
      color: #607074;
      cursor: default;
      background: none;
      border-color: transparent; }

.button--green {
  color: #607074;
  border-color: #607074; }
  .button--green:hover {
    color: #f9fbfc;
    background: #16d3ba;
    border-color: #16d3ba; }
  .button--green:active {
    color: #f9fbfc;
    background: #16d3ba;
    border-color: #16d3ba; }
  .button--green .highlighted {
    color: #f9fbfc;
    border-color: #f9fbfc; }
  .button--green:disabled, .button--green.inactive {
    pointer-events: none;
    color: #a6babe;
    border: solid 2px #a6babe; }
    .button--green:disabled:hover, .button--green:disabled:visited, .button--green:disabled:focus, .button--green:disabled:active, .button--green.inactive:hover, .button--green.inactive:visited, .button--green.inactive:focus, .button--green.inactive:active {
      color: #a6babe;
      cursor: default;
      background: none;
      border-color: #a6babe; }

.button--gold {
  color: #f9fbfc;
  border-color: #f9fbfc; }

.button--gold-light {
  color: #f9fbfc;
  border-color: #f9fbfc; }
  .button--gold-light:focus {
    color: #f9fbfc;
    border-color: #f9fbfc; }
  .button--gold-light:visited {
    color: #f9fbfc !important;
    border-color: #f9fbfc !important; }
  .button--gold-light:hover {
    color: #403116;
    background: #f9fbfc;
    border-color: #f9fbfc; }
  .button--gold-light:active {
    color: #403116;
    background: #f9fbfc;
    border-color: #f9fbfc; }
  .button--gold-light:disabled, .button--gold-light.inactive {
    pointer-events: none;
    color: #f9fbfc;
    border: solid 2px #f9fbfc; }

.button--white {
  color: #f9fbfc;
  border-color: #f9fbfc; }
  .button--white:focus, .button--white:visited {
    color: #a6babe;
    background: none; }
  .button--white:hover {
    color: #f9fbfc;
    background: #00B5E2;
    border-color: #00B5E2; }
  .button--white:active {
    color: #f9fbfc;
    background: #027c98;
    border-color: #027c98; }
  .button--white:disabled, .button--white.inactive {
    pointer-events: none;
    color: #a6babe;
    border: solid 2px #a6babe; }
    .button--white:disabled:hover, .button--white:disabled:visited, .button--white:disabled:focus, .button--white:disabled:active, .button--white.inactive:hover, .button--white.inactive:visited, .button--white.inactive:focus, .button--white.inactive:active {
      color: #a6babe;
      cursor: default;
      background: none;
      border-color: #a6babe; }

.button--light {
  color: #00B5E2;
  border-color: #00B5E2; }
  .button--light:focus, .button--light:visited {
    color: #607074;
    background: none; }
  .button--light:hover {
    color: #f9fbfc;
    background: #00B5E2;
    border-color: #00B5E2; }
  .button--light:active {
    color: #f9fbfc;
    background: #027c98;
    border-color: #027c98; }
  .button--light:disabled, .button--light.inactive {
    color: #a6babe;
    border: solid 2px #a6babe; }
    .button--light:disabled:hover, .button--light:disabled:visited, .button--light:disabled:focus, .button--light:disabled:active, .button--light.inactive:hover, .button--light.inactive:visited, .button--light.inactive:focus, .button--light.inactive:active {
      color: #a6babe;
      cursor: default;
      background: none;
      border-color: #a6babe; }

.button--blue {
  color: #00B5E2;
  border-color: #00B5E2; }
  .button--blue:hover {
    color: #f9fbfc;
    background: #00B5E2;
    border-color: #00B5E2; }
  .button--blue:active {
    color: #f9fbfc;
    background: #00B5E2;
    border-color: #00B5E2; }
  .button--blue .highlighted {
    color: #f9fbfc;
    border-color: #f9fbfc; }
  .button--blue:disabled, .button--blue.inactive {
    pointer-events: none;
    color: #a6babe;
    border: solid 2px #a6babe; }
    .button--blue:disabled:hover, .button--blue:disabled:visited, .button--blue:disabled:focus, .button--blue:disabled:active, .button--blue.inactive:hover, .button--blue.inactive:visited, .button--blue.inactive:focus, .button--blue.inactive:active {
      color: #a6babe;
      cursor: default;
      background: none;
      border-color: #a6babe; }

.profile-error-message {
  color: #cc0033;
  font-style: italic;
  vertical-align: middle; }
  .profile-error-message .icon {
    margin: 0 10px 0 0; }
  @media (max-width: 1023px) {
    .profile-error-message {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .profile-error-message {
      font-size: 13px; } }

.profile-error-message-width {
  max-width: 600px; }

.error-message {
  color: #feb300;
  font-style: italic;
  vertical-align: middle; }
  .error-message .icon {
    margin: 0 10px 0 0; }
  @media (max-width: 1023px) {
    .error-message {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .error-message {
      font-size: 13px; } }

.text-input {
  display: block; }
  .text-input input {
    padding: 0 0 10px;
    margin: 0;
    box-sizing: border-box;
    background: none;
    line-height: normal;
    border: 0;
    border-bottom: 2px solid #607074;
    width: 100%; }
    .text-input input:focus {
      border-color: #001b21; }
    .text-input input::-webkit-input-placeholder {
      color: #99abaf;
      opacity: 1; }
    .text-input input:-moz-placeholder {
      color: #99abaf;
      opacity: 1; }
    .text-input input::-moz-placeholder {
      color: #99abaf;
      opacity: 1; }
    .text-input input:-ms-input-placeholder {
      color: #99abaf;
      opacity: 1; }
    .text-input input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .text-input input:focus:-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .text-input input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }
    .text-input input:focus::-moz-placeholder {
      opacity: 0;
      transition: opacity 600ms ease; }

.plain-text-global {
  font: 12px TIMSans, Arial, Helvetica, sans-serif;
  color: #333333; }

.plain-text-global p {
  margin: 0; }

.plain-text-global p:last-child {
  margin: 20px 10px;
  text-align: right; }

.not-found {
  color: white;
  padding: 150px 20px 0;
  text-align: center; }

.cdk-global-scrollblock {
  overflow: hidden !important;
  position: static;
  position: initial;
  width: auto;
  width: initial; }

.pending-dialog .tim-spinner {
  padding-right: 15px; }
  .pending-dialog .tim-spinner > * {
    height: 48px;
    width: 48px; }
    .pending-dialog .tim-spinner > * > * {
      stroke: #039bbe; }

.privacy-terms-conditions {
  color: #001b21;
  font-weight: 400;
  font-size: 19.88px;
  font-size: 1.42rem;
  padding: 14px 0 14px 0; }

.login-terms-container {
  margin-bottom: 30px; }
  .login-terms-container .label a:hover {
    color: #049bbe;
    cursor: pointer; }

[md-button]:hover::after,
[md-icon-button]:hover::after {
  content: none; }

.pin-control {
  width: 100%;
  text-align: center;
  clear: both; }

.iframe-wrapper {
  height: 100vh;
  border: none; }

#captchaPopup {
  top: 3px !important; }
