@charset "UTF-8";
/*

Theme Name: PROSENSE theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: prosense-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
body,
html {
  line-height: 1.3;
}

a {
  color: inherit;
}

h1 {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 5.5rem;
}

h3 {
  font-family: "Open Sans", sans-serif;
}

h6 {
  font-family: "Open Sans", sans-serif;
}

.button {
  font-size: 1.4rem !important;
  line-height: 1.7rem !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  padding: 1rem 2rem !important;
  text-decoration: none;
  font-family: "Montserrat", sans-serif !important;
  -webkit-transform: skew(-12deg) !important;
          transform: skew(-12deg) !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  text-transform: uppercase;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: 2px solid transparent !important;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.button:hover {
  border-color: white !important;
}

.button span {
  -webkit-transform: skew(12deg) !important;
          transform: skew(12deg) !important;
}

.turquoise-button {
  background-color: #0cd4de !important;
  color: #181b28 !important;
}

.yellow-button {
  background-color: #ffce31 !important;
  color: white !important;
}

.red-button {
  background-color: #ec0c41 !important;
  color: white !important;
}

.blue-violet-button {
  background-color: #8e9dc3 !important;
  color: white !important;
}

.black-border-button {
  border: 2px solid #353a4e;
  background-color: transparent;
  color: white;
}

.turquoise-border-button {
  border: 2px solid #0cd4de !important;
  color: #0cd4de !important;
  background-color: transparent !important;
}

.red-border-button {
  border: 2px solid #ec0c41 !important;
  color: #ec0c41 !important;
  background-color: transparent !important;
}

.black-left-arrow:before {
  content: '';
  margin-right: 1rem;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/black-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

.white-left-arrow:before {
  content: '';
  margin-right: 1rem;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/left-white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.black-right-arrow:after {
  content: '';
  margin-left: 1rem;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/black-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg) rotate(180deg);
          transform: skew(12deg) rotate(180deg);
}

.white-right-arrow:after {
  content: '';
  margin-left: 1rem;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/right-white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg) rotate(180deg);
          transform: skew(12deg) rotate(180deg);
}

.white-right-arrow:after {
  content: '';
  margin-left: 1rem;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

.pro-button:before {
  content: '';
  margin-right: 1rem;
  width: 2.1rem;
  height: 1.6rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/pro.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

.cart-button:after {
  content: '';
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/cart-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

.sign-up-button:before {
  content: '';
  margin-right: 1rem;
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/sign-up.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

.request-button:before {
  content: '';
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/request.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

button#select-game {
  height: 100%;
  border: none;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  padding: 1rem 3.6rem;
  background: #1e2535;
  position: relative;
  z-index: 101;
  min-width: 27rem;
}

button#select-game:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3.6px;
  background-color: white;
  -webkit-box-shadow: 0px -5px 17px rgba(255, 255, 255, 0.41);
          box-shadow: 0px -5px 17px rgba(255, 255, 255, 0.41);
  left: 0;
  bottom: 0;
}

button#select-game:after {
  margin-left: 1rem;
  content: '';
  width: 2rem;
  height: 2rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/white-select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

button#select-game.selected:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

button#select-game.valorant {
  color: #0cd4de;
}

button#select-game.valorant:before {
  background-color: #0cd4de;
}

button#select-game.r6s {
  color: #ec0c41;
}

button#select-game.r6s:before {
  background-color: #ec0c41;
}

a.cart {
  background: #4a506b;
  border-radius: 4px;
  width: 5.7rem;
  height: 4.2rem;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

a.cart:hover {
  border-color: white;
}

a.cart:before {
  content: '';
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

/*
ADDITIONAL
*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

ul.nav {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.nav li {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  height: 100%;
  margin-right: 2rem;
  position: relative;
}

ul.nav li:after {
  content: '';
  background-color: #697076;
  width: 2px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  height: 1.6rem;
  margin-left: 2rem;
}

ul.nav li a {
  text-decoration: none;
}

ul.nav li.current-menu-item:before {
  position: absolute;
  content: '';
  height: 4px;
  width: calc(100% - 2rem);
  background-color: #64eeff;
  bottom: 0;
  left: 0;
}

@media (max-width: 1200px) {
  ul.nav li.current-menu-item {
    color: #0cd4de;
  }
  ul.nav li.current-menu-item:before {
    height: 3px;
    width: 100%;
    bottom: 6px;
  }
}

ul.nav li:last-of-type:after {
  display: none;
}

ul.nav li:last-of-type.current-menu-item:before {
  width: 100%;
}

header .header-wrapper.mobile {
  display: none;
}

header .top-row {
  padding: 0 4.5rem;
  height: 8rem;
  background-color: #090d16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .top-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top-row .logo-wrapper {
  width: 15.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: -4.5rem;
  position: relative;
  z-index: 101;
}

header .top-row .logo-wrapper img {
  width: 4.8rem;
  height: 3.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

header .top-row .select-wrapper button#select-game {
  position: relative;
}

header .top-row .select-wrapper .games-wrapper {
  position: absolute;
  width: 65.6rem;
  height: 29rem;
  background-color: #090d16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 0;
  z-index: 100;
  top: -100%;
}

header .top-row .select-wrapper .games-wrapper.visible {
  opacity: 1;
  top: unset;
  z-index: 101;
}

header .top-row .select-wrapper .games-wrapper a {
  width: 31rem;
  height: 26.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

header .top-row .select-wrapper .games-wrapper a img {
  -o-object-fit: contain;
     object-fit: contain;
}

header .top-row .select-wrapper .games-wrapper a p {
  color: white;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

header .top-row .select-wrapper .games-wrapper a.valorant {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.47%, rgba(0, 202, 213, 0)), color-stop(229.4%, #17555c));
  background: linear-gradient(180deg, rgba(0, 202, 213, 0) 22.47%, #17555c 229.4%);
  border: 2px solid #64eeff;
}

header .top-row .select-wrapper .games-wrapper a.siege {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.28%, rgba(248, 69, 85, 0)), color-stop(223.6%, #871a24));
  background: linear-gradient(180deg, rgba(248, 69, 85, 0) 22.28%, #871a24 223.6%);
  border: 2px solid #ec0c41;
}

header .top-row .select-wrapper .games-wrapper a:hover {
  border-color: white;
}

header .top-row .upper-menu {
  margin-left: 4rem;
  position: relative;
  z-index: 101;
}

header .top-row .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8rem;
}

header .top-row .buttons-wrapper a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

header .top-row .buttons-wrapper a.button {
  margin-left: 3rem;
}

header .top-row .buttons-wrapper a.my-account {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/account.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

header .bottom-row {
  padding: 0 4.5rem;
  background-color: #181b28;
  height: 6.4rem;
  -webkit-filter: drop-shadow(0px 17px 43px rgba(0, 0, 0, 0.17));
          filter: drop-shadow(0px 17px 43px rgba(0, 0, 0, 0.17));
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .bottom-row .menu-wrapper {
  height: 100%;
}

header .bottom-row .menu-wrapper > div {
  height: 100%;
}

header .bottom-row .cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8rem;
}

header .buttons-wrapper a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

header .buttons-wrapper a.button {
  margin-left: 3rem;
}

header .buttons-wrapper a.my-account {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/account.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-media-wrapper a {
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/discord.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.social-media-wrapper a.twitter {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/twitter.svg);
  margin: 0 1.6rem;
}

.social-media-wrapper a.facebook {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/facebook.svg);
}

@media (max-width: 1300px) {
  header .top-row,
  header .bottom-row {
    padding: 0 2rem;
  }
}

@media (max-width: 1200px) {
  header .header-wrapper.desktop {
    display: none;
  }
  header .header-wrapper.mobile {
    display: block;
  }
  header .header-wrapper.mobile .top-row {
    padding: 0 2rem;
  }
  header .header-wrapper.mobile .select-wrapper {
    position: relative;
  }
  header .header-wrapper.mobile .select-wrapper button#select-game {
    width: 18rem;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
  header .header-wrapper.mobile .select-wrapper button#select-game:after {
    width: 1.8rem;
    height: 1.8rem;
  }
  header .header-wrapper.mobile .select-wrapper .games-wrapper {
    height: 19rem;
    right: 0;
    width: 40rem;
    top: -19rem;
  }
  header .header-wrapper.mobile .select-wrapper .games-wrapper a {
    width: 19rem;
    height: 17rem;
  }
  header .header-wrapper.mobile .select-wrapper .games-wrapper.visible {
    top: 8rem;
  }
  header .header-wrapper.mobile .select-wrapper .games-wrapper img {
    width: 50%;
    height: 50%;
  }
  header .header-wrapper.mobile .select-wrapper .games-wrapper p {
    padding-top: 1rem;
    font-size: 2rem;
    line-height: 1.25;
  }
  header .header-wrapper.mobile .bottom-row {
    padding: 0 2rem;
    z-index: 100;
  }
  header .header-wrapper.mobile .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-wrapper.mobile .menu-wrapper {
    position: absolute;
    background-color: #181b28;
    height: calc(100vh - 146px);
    width: 100%;
    padding: 2rem;
    bottom: calc((100vh - 146px) * (-1));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: -100%;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  header .header-wrapper.mobile .menu-wrapper.is-visible {
    left: 0;
  }
  header .header-wrapper.mobile .menu-wrapper > div {
    height: unset;
  }
  header .header-wrapper.mobile .menu-wrapper .upper-menu {
    border-bottom: 2px solid #606d8f;
    width: 100%;
  }
  header .header-wrapper.mobile .menu-wrapper .menu-header-menu-container {
    padding-top: 1.6rem;
  }
  header .header-wrapper.mobile .menu-wrapper ul.nav {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  header .header-wrapper.mobile .menu-wrapper ul.nav li {
    padding-bottom: 1.6rem;
    margin-right: 0;
  }
  header .header-wrapper.mobile .menu-wrapper ul.nav li:after {
    display: none;
  }
  header .header-wrapper.mobile .buttons-wrapper {
    margin-left: 0;
    margin-right: 2rem;
  }
  header .header-wrapper.mobile .social-media-wrapper {
    margin-top: 1.6rem;
  }
}

@media (max-width: 430px) {
  header .header-wrapper.mobile .select-wrapper button#select-game {
    width: 18rem;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
  header .header-wrapper.mobile .select-wrapper button#select-game:after {
    width: 1.8rem;
    height: 1.8rem;
  }
  header .header-wrapper.mobile .select-wrapper .games-wrapper {
    width: calc(100vw - 4rem);
    height: 17rem;
    right: 0;
    top: -17rem;
  }
  header .header-wrapper.mobile .select-wrapper .games-wrapper a {
    width: calc((100vw - 4rem - 2rem) / 2);
    height: 15rem;
  }
  header .header-wrapper.mobile .select-wrapper .games-wrapper p {
    font-size: 1.8rem;
  }
}

@media (max-width: 360px) {
  header .header-wrapper.mobile .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-wrapper.mobile .buttons-wrapper a.my-account {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.mobile-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-button-wrapper button {
  color: #181b28;
  background-color: #0cd4de;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2rem;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  border-radius: 4px !important;
}

.mobile-button-wrapper button span.inner-button {
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-button-wrapper button span.hamburger-box {
  margin-left: 1.4rem;
}

.mobile-button-wrapper button span.hamburger-box span.hamburger-inner:before {
  width: 22px;
}

footer {
  background-color: #090d16;
  position: relative;
}

footer:before {
  position: absolute;
  content: '';
  height: 60%;
  width: 30%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/footer-decorator1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -7rem;
  top: 0;
}

footer:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/footer-decorator2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-position-x: right;
}

footer .container {
  position: relative;
  z-index: 10;
}

footer div.row {
  padding: 3rem 0;
}

footer .row:nth-of-type(1) .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6rem;
}

footer .info-wrapper {
  width: calc(100% / 5);
}

footer .info-wrapper h6 {
  color: white;
  font-weight: 800;
  font-style: italic;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

footer .info-wrapper li,
footer .info-wrapper a {
  color: #606d8f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
}

footer .info-wrapper a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer .info-wrapper a:hover {
  color: white;
}

footer .info-wrapper li {
  padding-bottom: 1rem;
}

footer .info-wrapper:nth-of-type(3) a {
  display: block;
  padding-top: 1rem;
}

footer .info-wrapper:nth-of-type(3) a:first-of-type {
  padding-top: 0;
}

footer .social-media-wrapper a.twitter {
  margin-left: 0;
}

footer .row:nth-of-type(2) .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .row:nth-of-type(2) .col > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .row:nth-of-type(2) .col > div a {
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

footer .row:nth-of-type(2) .col > div a:nth-of-type(2) {
  margin: 0 2rem;
}

footer .row:nth-of-type(3) .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .row:nth-of-type(3) .col p {
  color: #606d8f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

footer .row:nth-of-type(3) .col > p {
  font-size: 1rem;
  font-weight: 700;
  max-width: 37rem;
}

footer .row:nth-of-type(3) .col div p {
  font-size: 1.4rem;
}

footer .row:nth-of-type(3) .col div p strong {
  font-weight: 700;
  text-align: right;
  margin-bottom: 0.5rem;
  display: block;
}

footer .row:nth-of-type(3) .col div p a {
  color: #64eeff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  footer .row:nth-of-type(1) .col {
    padding: 0 1.5rem;
  }
  footer .row:nth-of-type(2) .col {
    padding: 0 1.5rem;
  }
  footer .row:nth-of-type(3) .col {
    padding: 0 1.5rem;
  }
}

@media (max-width: 992px) {
  footer .row:nth-of-type(1) .col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .info-wrapper {
    width: 33.33%;
  }
  footer .info-wrapper:nth-of-type(4), footer .info-wrapper:last-of-type {
    margin-top: 2rem;
  }
  footer .row:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .row:nth-of-type(2) .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .row:nth-of-type(2) .col .logo-wrapper img {
    max-width: 28rem;
  }
  footer .row:nth-of-type(2) .col > div a {
    text-align: center;
  }
  footer .row:nth-of-type(3) .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .row:nth-of-type(3) .col > p {
    max-width: unset;
  }
  footer .row:nth-of-type(3) .col div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.6rem;
  }
  footer .row:nth-of-type(3) .col div p {
    text-align: center;
  }
}

@media (max-width: 576px) {
  footer .row:nth-of-type(1) .col {
    padding-bottom: 0;
  }
  footer .info-wrapper {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  footer .info-wrapper h6 {
    margin-bottom: 1rem;
  }
  footer .info-wrapper:nth-of-type(4), footer .info-wrapper:last-of-type {
    margin-top: 0;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
  background-color: #090d16;
}

body {
  overflow: hidden;
  font-size: 1.6rem;
}

section {
  padding: 8rem 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 4.8rem 0;
  }
}

div.row {
  padding: 1.6rem 0;
}

.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.breadcrumbs {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 3rem;
}

.breadcrumbs ul li {
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}

.breadcrumbs ul li p {
  font-family: inherit;
}

.breadcrumbs ul li:after {
  content: '';
  background-color: #697076;
  width: 2px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  height: 1.6rem;
  margin-left: 1rem;
}

.breadcrumbs ul li:last-of-type:after {
  display: none;
}

.breadcrumbs ul a {
  text-decoration: none;
}

.breadcrumbs ul a.home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ul a.home:before {
  content: '';
  margin-right: 0.7rem;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/home.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

section.default-page-section {
  padding-top: 0;
}

section.default-page-section h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: white;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.formatted-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #8c90ae;
  text-align: justify;
  font-size: 1.6rem;
}

.formatted-content strong {
  font-weight: 800;
}

.formatted-content em {
  font-style: italic;
}

.formatted-content a {
  color: #8c90ae;
  text-decoration: underline;
}

.formatted-content ol {
  margin-bottom: 1.2rem;
}

.formatted-content ol li {
  list-style: decimal;
  list-style-position: inside;
}

.formatted-content ul {
  margin-bottom: 1.2rem;
}

.formatted-content ul li {
  list-style: circle;
  list-style-position: outside;
  margin-left: 20px;
}

.formatted-content p {
  margin-bottom: 1.2rem;
}

.formatted-content h1,
.formatted-content h2,
.formatted-content h3,
.formatted-content h4,
.formatted-content h5,
.formatted-content h6 {
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  color: white;
}

.formatted-content h1 {
  font-size: calc(26px + (34 - 26) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h2 {
  font-size: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h3 {
  font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h4 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h5 {
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h6 {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

section.simple-page-section {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-bg.png);
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  font-style: italic;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.section-title h2 span {
  font-weight: 700;
  margin-right: 0.5rem;
}

.section-title h2:before {
  content: '';
  width: 0.6rem;
  background-color: #ec0c41;
  height: 1.5rem;
  margin-right: 1rem;
}

.section-title.turquoise h2:before {
  background-color: #0cd4de;
}

.section-header h2,
.section-header h1 {
  color: white;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 5.5rem;
}

@media all and (max-width: 1366px) {
  .section-header h2,
  .section-header h1 {
    font-size: 4.5rem;
  }
}

.section-header h2 span,
.section-header h1 span {
  color: #0cd4de;
}

.section-header p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #8c90ae;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  margin-top: 1rem;
}

@media all and (max-width: 1366px) {
  .section-header p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.section-header.turquoise h2 span {
  color: #0cd4de;
}

@media (max-width: 768px) {
  .section-header h2,
  .section-header h1 {
    font-size: 4rem;
  }
  .section-header p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

section {
  background-color: #181b28;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 5px) rotate(-45deg);
            transform: translate(0, 5px) rotate(-45deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, 20px) rotate(-45deg);
            transform: translate(0, 20px) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 40px) rotate(-45deg);
            transform: translate(0, 40px) rotate(-45deg);
    opacity: 0;
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(0, 5px) rotate(-45deg);
            transform: translate(0, 5px) rotate(-45deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, 20px) rotate(-45deg);
            transform: translate(0, 20px) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 40px) rotate(-45deg);
            transform: translate(0, 40px) rotate(-45deg);
    opacity: 0;
  }
}

.next-section-button {
  border: 2px solid #353a4e;
  -webkit-animation: move 3s linear infinite;
          animation: move 3s linear infinite;
  border-radius: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  position: absolute;
  bottom: 5rem;
  margin-top: 4rem;
  left: calc((100% - 6.3rem) / 2);
}

.next-section-button:hover {
  border-color: white;
}

.next-section-button:after {
  content: '';
  width: 1.6rem;
  height: 1.3rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination ul li {
  margin-right: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination ul li a,
.pagination ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  width: 4.6rem;
  height: 4.6rem;
  border: 2px solid transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background: #8e9dc3;
  border-radius: 4px;
}

.pagination ul li a:hover,
.pagination ul li span:hover {
  border-color: #0cd4de;
}

.pagination ul li span {
  border-color: #0cd4de;
}

.pagination ul li .prev,
.pagination ul li .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 3.1rem;
  height: 3.1rem;
}

.pagination ul li .prev:before,
.pagination ul li .next:before {
  content: '';
  width: 1.1rem;
  height: 0.9rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/black-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.pagination ul li .prev.next,
.pagination ul li .next.next {
  background-color: #0cd4de;
  margin-left: 1rem;
}

.pagination ul li .prev.prev:before,
.pagination ul li .next.prev:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.template-page-section {
  padding-top: 0;
  position: relative;
}

section.template-page-section .container {
  position: relative;
  z-index: 1;
}

section.template-page-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/section-decorator-left.png);
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-position-y: center;
}

section.template-page-section:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/section-decorator-right.png);
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-position-y: top;
}

section.template-page-section.r6s::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/coach-decorator-left.png);
  height: 687px;
  width: 254px;
}

section.template-page-section.r6s::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/coach-decorator-right.png);
}

section.template-page-section.r6s .decorator-text-wrapper h3 span {
  color: #ec0c41;
}

.r6s .coach-reviews-slider .single-slide .text-wrapper p.name {
  background-color: #ec0c41;
  color: #fff;
}

.decorator-section.r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/decorator-r6s.png);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

section.error-page p {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

section.welcome-section {
  min-height: calc(100vh - 14.4rem);
  padding: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-bg.png);
  min-height: calc(100vh - 14.4rem);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 20%;
  position: relative;
}

section.welcome-section .container {
  position: relative;
  z-index: 10;
}

section.welcome-section:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-decorator1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -14.4rem;
}

section.welcome-section:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-decorator2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-position-x: right;
  background-position-y: -70px;
}

section.welcome-section .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.welcome-section .header-wrapper .image-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.welcome-section .header-wrapper .image-wrapper:before {
  position: absolute;
  content: '';
  top: -4rem;
  left: -11rem;
  height: 46rem;
  width: 22rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-character1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

section.welcome-section .header-wrapper .image-wrapper:after {
  position: absolute;
  content: '';
  top: -4rem;
  right: -50%;
  height: 52rem;
  width: 44rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-character2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

section.welcome-section .header-wrapper img {
  max-width: 54rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
  width: 100%;
}

section.welcome-section .header-wrapper p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  text-align: center;
  color: #8c90ae;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}

section.welcome-section .header-wrapper p:last-of-type {
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-weight: 600;
  max-width: 78rem;
}

body.page-template-about-us section#how-it-works {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-select-game.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -25rem;
}

body.page-template-about-us section#how-it-works:before {
  display: none;
  position: absolute;
  content: '';
  height: 50%;
  width: 30%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-how-it-works-decorator1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 30rem;
}

body.page-template-about-us section#how-it-works:after {
  display: none;
  position: absolute;
  content: '';
  height: 80%;
  width: 30%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-how-it-works-decorator2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  right: 0;
  top: 10rem;
}

body.page-template-about-us section#how-it-works .container {
  position: relative;
  z-index: 2;
}

body.page-template-about-us section#how-it-works .row:nth-of-type(1) {
  margin-bottom: 4rem;
}

body.page-template-about-us section#how-it-works .row:nth-of-type(3) {
  margin-top: 8rem;
}

body.page-template-about-us section#how-it-works .row:nth-of-type(3) .col {
  padding: 0 13%;
}

@media (max-width: 992px) {
  body.page-template-about-us section#how-it-works .row:nth-of-type(1) {
    margin-bottom: 0;
  }
  body.page-template-about-us section#how-it-works .row:nth-of-type(3) {
    margin-top: 4rem;
  }
  body.page-template-about-us section#how-it-works .row:nth-of-type(3) .col {
    padding: 0 1.5rem;
  }
}

.decorator-text-wrapper {
  background: #090d16;
  padding: 5rem;
  position: relative;
  z-index: 4;
}

.decorator-text-wrapper div[class^='decorator'] {
  position: absolute;
  top: 1rem;
  height: 2px;
  background-color: #2d364a;
  width: calc((100% - 4.6rem - 2rem) / 2);
}

.decorator-text-wrapper .decorator-1 {
  left: 1rem;
}

.decorator-text-wrapper .decorator-2 {
  right: 1rem;
}

.decorator-text-wrapper:before {
  content: '';
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 1rem;
  border: 2px solid #2d364a;
  border-top: none;
}

.decorator-text-wrapper::after {
  content: '';
  width: 4.6rem;
  height: 5.5rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/decorator2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2.1rem;
  left: calc((100% - 4.6rem) / 2);
}

.decorator-text-wrapper h3 {
  position: relative;
  z-index: 4;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: italic;
  color: white;
  margin-bottom: 2rem;
}

.decorator-text-wrapper h3 span {
  color: #0cd4de;
}

.decorator-text-wrapper p {
  position: relative;
  z-index: 4;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #8c90ae;
}

@media (max-width: 768px) {
  .decorator-text-wrapper {
    padding: 3rem;
  }
  .decorator-text-wrapper h3 {
    font-size: 2.2rem;
  }
}

section#founders {
  padding-top: calc(8rem + 25rem);
  padding-bottom: 12rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/about-us-founders.png);
  background-repeat: no-repeat;
}

section#founders .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

section#founders .container {
  position: relative;
  z-index: 2;
}

section#founders .box-wrapper {
  padding: 0 10%;
}

section#founders .box-wrapper p.title {
  font-weight: 800;
  font-style: italic;
  color: white;
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

section#founders .box-wrapper p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #8c90ae;
  font-weight: 600;
}

@media (max-width: 992px) {
  section#founders .section-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#founders .box-wrapper {
    padding: 0;
  }
  section#founders .box-wrapper p.title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  section#founders .box-wrapper img {
    max-width: 24rem;
  }
}

@media (max-width: 576px) {
  section#founders .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#founders .box-wrapper p {
    text-align: center;
  }
}

section.valorant-welcome-section {
  padding-top: 0;
}

section.valorant-welcome-section .decorator-text-wrapper {
  background-color: transparent;
  padding: 2rem;
}

section.valorant-welcome-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-position-y: bottom;
}

@media all and (max-width: 992px) {
  section.valorant-welcome-section .wrapper {
    height: 50rem;
  }
}

section.valorant-welcome-section .wrapper .text-wrapper {
  background-color: #181b28;
  padding: 4rem 3.6rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  height: 48rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 992px) {
  section.valorant-welcome-section .wrapper .text-wrapper {
    width: 100%;
    height: auto;
  }
}

section.valorant-welcome-section .wrapper .text-wrapper h1,
section.valorant-welcome-section .wrapper .text-wrapper h2 {
  font-style: italic;
  font-weight: 700;
}

section.valorant-welcome-section .wrapper .text-wrapper h1 {
  color: white;
  font-size: 4rem;
}

section.valorant-welcome-section .wrapper .text-wrapper h1 span {
  color: #0cd4de;
}

section.valorant-welcome-section .wrapper .text-wrapper h2 {
  color: #8f9dc3;
  font-size: 2.5rem;
}

@media all and (max-width: 992px) {
  section.valorant-welcome-section .wrapper .text-wrapper h2 {
    margin-bottom: 1rem;
  }
}

section.valorant-welcome-section .wrapper .video-wrapper {
  width: 50%;
  position: relative;
  z-index: 10;
}

section.valorant-welcome-section .wrapper .video-wrapper iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 992px) {
  section.valorant-welcome-section .wrapper .video-wrapper {
    width: 100%;
  }
}

section#become-a-pro-valorant,
section#become-a-pro-r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/valorant-become-a-pro-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: calc(8rem + 20rem);
}

section#become-a-pro-valorant .section-header h2,
section#become-a-pro-r6s .section-header h2 {
  text-align: left;
}

section#become-a-pro-valorant .text-wrapper,
section#become-a-pro-r6s .text-wrapper {
  margin-top: 2rem;
}

section#become-a-pro-valorant .text-wrapper p,
section#become-a-pro-r6s .text-wrapper p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8c90ae;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

@media all and (max-width: 1366px) {
  section#become-a-pro-valorant .text-wrapper p,
  section#become-a-pro-r6s .text-wrapper p {
    font-size: 1.2rem;
  }
}

section#become-a-pro-valorant .text-wrapper ul,
section#become-a-pro-r6s .text-wrapper ul {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#become-a-pro-valorant .text-wrapper ul li,
section#become-a-pro-r6s .text-wrapper ul li {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  color: #8c90ae;
  padding-top: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1366px) {
  section#become-a-pro-valorant .text-wrapper ul li,
  section#become-a-pro-r6s .text-wrapper ul li {
    font-size: 1.8rem;
  }
}

section#become-a-pro-valorant .text-wrapper ul li:before,
section#become-a-pro-r6s .text-wrapper ul li:before {
  content: '';
  margin-right: 1.6rem;
  width: 4.1rem;
  height: 4.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/decorator.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 1199px) {
  section#become-a-pro-valorant .image-wrapper img,
  section#become-a-pro-r6s .image-wrapper img {
    margin: 0 auto 50px auto;
    display: block;
  }
}

section.valorant-welcome-section.r6s .wrapper {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/r6s-welcome.png);
  background-size: cover;
}

@media all and (max-width: 992px) {
  section.valorant-welcome-section.r6s .wrapper {
    height: 50rem;
  }
}

@media all and (max-width: 992px) {
  section.valorant-welcome-section.r6s .wrapper .text-wrapper {
    position: absolute;
    height: auto;
    width: calc(100% - 6rem);
    right: 3rem;
    bottom: 3rem;
    padding: 2rem;
  }
}

section.valorant-welcome-section.r6s .wrapper .text-wrapper h1 span {
  color: #ec0c41;
}

@media all and (max-width: 992px) {
  section.valorant-welcome-section.r6s .wrapper .text-wrapper h2 {
    margin-bottom: 1rem;
  }
}

section.valorant-welcome-section.r6s .decorator-text-wrapper::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/decorator-red-diamond.svg);
}

section#become-a-pro-r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/r6s-background.png);
}

section#become-a-pro-r6s .section-header h2 span,
section#become-a-pro-r6s .section-header h1 span {
  color: #ec0c41;
}

section#become-a-pro-r6s .text-wrapper ul li::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/decorator-red.svg);
}

section#how-we-coach.r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/r6s-background.png);
}

section#trial-courses .container {
  position: relative;
  margin-top: -30rem;
}

section#trial-courses .section-title {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -11rem;
  top: 10rem;
}

section#trial-courses .decorator-text-wrapper {
  padding: 2rem;
}

section#trial-courses .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 992px) {
  section#trial-courses .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section#trial-courses .wrapper .text-wrapper {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 992px) {
  section#trial-courses .wrapper .text-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

section#trial-courses .wrapper .text-wrapper h2 {
  color: white;
  font-size: 5rem;
  font-weight: 800;
  font-style: italic;
}

section#trial-courses .wrapper .text-wrapper h2 span {
  color: #0cd4de;
}

section#trial-courses .wrapper .text-wrapper p {
  font-style: 1.4rem;
  font-weight: 700;
  font-style: italic;
  color: #8c90ae;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 991px) {
  section#trial-courses .wrapper .text-wrapper p {
    margin-bottom: 20px;
  }
}

section#trial-courses .wrapper .text-wrapper p:before {
  content: '';
  margin-right: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/info-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

section#trial-courses .wrapper .video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  position: relative;
  z-index: 10;
}

@media all and (max-width: 992px) {
  section#trial-courses .wrapper .video-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

section#trial-courses .wrapper .video-wrapper img {
  height: calc((100% - 1rem) / 2);
}

section#trial-courses .wrapper .video-wrapper iframe {
  height: 285px;
  width: 100%;
}

section#trial-courses.r6s .wrapper .text-wrapper h2 span {
  color: #ec0c41;
}

section#trial-courses.r6s .decorator-text-wrapper::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/decorator-red-diamond.svg);
}

section#reviews .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

section#reviews .section-header h2 {
  font-size: 3.5rem;
}

@media all and (max-width: 1366px) {
  section#reviews .section-header h2 {
    font-size: 3rem !important;
  }
}

section#reviews ul.slick-dots li.slick-active button {
  background-color: #ec0c41;
}

section#reviews button.slick-arrow.slick-next {
  border-color: #ec0c41;
  background-color: #ec0c41;
}

.reviews-slider .single-slide {
  padding-right: 4rem;
  padding-left: 1rem;
}

.reviews-slider .single-slide p.title {
  font-weight: 800;
  font-style: italic;
  color: white;
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

.reviews-slider .single-slide p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #8c90ae;
  font-weight: 600;
}

@media all and (max-width: 991px) {
  .reviews-slider .single-slide img {
    width: 100%;
    height: auto;
  }
}

button.slick-arrow {
  border: 2px solid #353a4e;
  border-radius: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 4.4rem;
  height: 4.4rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: unset;
  bottom: -15%;
}

button.slick-arrow:hover {
  border-color: white;
}

button.slick-arrow:after {
  content: '';
  width: 1.6rem;
  height: 1.3rem;
  background-size: contain;
  background-repeat: no-repeat;
}

button.slick-arrow:before {
  display: none;
}

button.slick-arrow.slick-prev {
  left: unset;
  right: 7.5rem;
}

button.slick-arrow.slick-prev:after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/white-arrow.svg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.slick-arrow.slick-next {
  border-color: #0cd4de;
  background-color: #0cd4de;
  right: 0;
}

button.slick-arrow.slick-next:after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/black-arrow.svg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.slick-arrow.slick-next:hover {
  border-color: white;
}

ul.slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: unset;
  bottom: -14%;
  right: 20rem;
}

ul.slick-dots li {
  width: unset;
  height: unset;
}

ul.slick-dots li button {
  background: #2d364a;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}

ul.slick-dots li.slick-active button {
  background-color: #0cd4de;
}

section#professional-coaching .text-wrapper h3 {
  font-size: 3.6rem;
  font-weight: 700;
  font-style: italic;
  color: white;
}

@media all and (max-width: 1366px) {
  section#professional-coaching .text-wrapper h3 {
    font-size: 3.2rem;
  }
}

section#professional-coaching .text-wrapper h3 span {
  color: #0cd4de;
}

section#professional-coaching .text-wrapper p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  color: #8c90ae;
  margin: 3rem 0;
}

section#professional-coaching .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1199px) {
  section#professional-coaching .image-wrapper {
    margin-bottom: 20px;
  }
}

section#professional-coaching .image-wrapper img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

section#professional-coaching.r6s .text-wrapper h3 span {
  color: #ec0c41;
}

section#buy-course {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/valorant-be-the-best.png);
  background-repeat: no-repeat;
  padding: 12rem 0;
  background-color: #141621;
}

@media all and (max-width: 1366px) {
  section#buy-course .container .row {
    position: static;
  }
}

@media all and (max-width: 1366px) {
  section#buy-course .container .row .col-12 {
    position: static;
  }
}

section#buy-course .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media all and (max-width: 1366px) {
  section#buy-course .text-wrapper {
    position: static;
  }
}

@media all and (max-width: 1366px) {
  section#buy-course .text-wrapper .turquoise-button {
    position: relative;
    z-index: 1;
  }
}

section#buy-course .text-wrapper:after {
  position: absolute;
  content: '';
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/valorant-buy-course-decorator.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100% + 24rem + 10rem);
  width: 30%;
  top: -17rem;
  right: 10%;
}

@media all and (max-width: 1366px) {
  section#buy-course .text-wrapper:after {
    background-size: cover;
    height: 464px;
    width: 343px;
    top: unset;
    bottom: 0;
  }
}

section#buy-course .text-wrapper h2 {
  font-size: 5rem;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  color: white;
  position: relative;
  z-index: 10;
}

section#buy-course .text-wrapper h2 span {
  color: #0cd4de;
}

section#buy-course .text-wrapper h2 p {
  display: inline;
  text-transform: uppercase;
  font-size: 2rem;
  margin-left: 0.5rem;
}

section#buy-course .text-wrapper h2:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

section#buy-course.r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/r6s-course.png);
}

@media all and (max-width: 1366px) {
  section#buy-course.r6s .container .row {
    position: static;
  }
}

@media all and (max-width: 1366px) {
  section#buy-course.r6s .container .row .col-12 {
    position: static;
  }
}

@media all and (max-width: 1366px) {
  section#buy-course.r6s .text-wrapper {
    position: static;
  }
}

section#buy-course.r6s .text-wrapper h2 span {
  color: #ec0c41;
}

@media all and (max-width: 1366px) {
  section#buy-course.r6s .text-wrapper .red-button {
    position: relative;
    z-index: 1;
  }
}

section#buy-course.r6s .text-wrapper::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/r6s-avatar.png);
}

@media all and (max-width: 1366px) {
  section#buy-course.r6s .text-wrapper::after {
    background-size: cover;
    height: 464px;
    width: 343px;
    top: unset;
    bottom: 0;
  }
}

section#prosense-path {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/prosense-path.png);
  height: 26.3rem;
  background-size: cover;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#prosense-path .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#prosense-path .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#prosense-path .text-wrapper h3 {
  font-size: 2.8rem;
  font-weight: 800;
  font-style: italic;
  color: white;
}

section#prosense-path .text-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: 1.8rem;
  color: white;
  margin: 1rem 0 2rem 0;
}

section#prosense-path.r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/r6s-path.png);
}

section.all-courses {
  padding-top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 20%;
  position: relative;
}

section.all-courses .container {
  position: relative;
  z-index: 10;
}

section.all-courses:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-decorator1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -14.4rem;
}

section.all-courses:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-decorator2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-position-x: right;
  background-position-y: -70px;
}

section.all-courses .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

section.all-courses .text-wrapper h1 {
  font-style: italic;
  font-size: 5.5rem;
  color: white;
  font-weight: 800;
}

@media all and (max-width: 1366px) {
  section.all-courses .text-wrapper h1 {
    font-size: 4rem;
  }
}

section.all-courses .text-wrapper h1 span {
  color: #0cd4de;
}

section.all-courses .text-wrapper .info-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2rem;
}

section.all-courses .text-wrapper .info-wrapper p {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1366px) {
  section.all-courses .text-wrapper .info-wrapper p {
    font-size: 1.3rem;
  }
}

section.all-courses .text-wrapper .info-wrapper p:before {
  content: '';
  margin-right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
}

section.all-courses .text-wrapper .info-wrapper p.quantity:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/camera.svg);
}

section.all-courses .text-wrapper .info-wrapper p.duration {
  margin-left: 2rem;
}

section.all-courses .text-wrapper .info-wrapper p.duration:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/clock.svg);
}

section.all-courses .text-wrapper .info-wrapper p.lessons-quantity {
  margin-left: 2rem;
}

section.all-courses .text-wrapper .info-wrapper p.lessons-quantity:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/lessons.svg);
}

section.all-courses p.no-lessons {
  font-style: italic;
  color: white;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
}

section.all-courses.r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/courses-background-2.png);
  background-size: 100%;
}

section.all-courses.r6s::before {
  content: none;
}

section.all-courses.r6s::after {
  content: none;
}

section.all-courses.r6s .text-wrapper h1 span {
  color: #ec0c41;
}

section.all-courses.r6s .text-wrapper .info-wrapper p.duration::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/clock-red.svg);
}

section.all-courses.r6s .text-wrapper .info-wrapper p.quantity:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/camera-red.svg);
}

section.all-courses.r6s .text-wrapper .info-wrapper p.lessons-quantity:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/lessons-red.svg);
}

.all-courses-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.all-courses-wrapper .single-course-wrapper {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  width: 33.33%;
  padding-bottom: 3.2rem;
}

@media all and (max-width: 1199px) {
  .all-courses-wrapper .single-course-wrapper {
    width: 49%;
  }
}

@media all and (max-width: 767px) {
  .all-courses-wrapper .single-course-wrapper {
    width: 100%;
  }
}

.single-course-wrapper .wrapper-inner {
  border: 2px solid #2d364a;
  background: #181b28;
}

.single-course-wrapper .wrapper-inner .image-wrapper {
  padding: 0.5rem;
  position: relative;
  padding-top: 50%;
}

.single-course-wrapper .wrapper-inner .image-wrapper img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  -o-object-fit: cover;
     object-fit: cover;
}

.single-course-wrapper .wrapper-inner .text-wrapper {
  padding: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

.single-course-wrapper .wrapper-inner .text-wrapper > p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  font-style: italic;
  text-transform: uppercase;
}

@media all and (max-width: 1366px) {
  .single-course-wrapper .wrapper-inner .text-wrapper > p {
    font-size: 2rem;
  }
}

.single-course-wrapper .wrapper-inner .text-wrapper .info-wrapper {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.single-course-wrapper .wrapper-inner .text-wrapper .info-wrapper .duration {
  margin-left: 0;
  margin-right: 2rem;
}

.single-course-wrapper .wrapper-inner .text-wrapper p.free {
  color: #6ae156;
  font-size: 1.4rem;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 2rem;
}

.single-course-wrapper .wrapper-inner .text-wrapper .info-wrapper ~ div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.valorant-coaching-welcome-section {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 20%;
  position: relative;
  padding-top: 0;
}

section.valorant-coaching-welcome-section .container {
  position: relative;
  z-index: 10;
}

section.valorant-coaching-welcome-section:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-decorator1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -14.4rem;
}

section.valorant-coaching-welcome-section:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-decorator2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-position-x: right;
  background-position-y: -70px;
}

section.valorant-coaching-welcome-section .row:last-of-type {
  margin: 4rem 0;
}

section.valorant-coaching-welcome-section .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.valorant-coaching-welcome-section .header-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -12rem;
}

section.valorant-coaching-welcome-section .header-text-wrapper h1,
section.valorant-coaching-welcome-section .header-text-wrapper p {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

section.valorant-coaching-welcome-section .header-text-wrapper h1 {
  font-size: 6.5rem;
  color: white;
}

section.valorant-coaching-welcome-section .header-text-wrapper h1 span {
  color: #0cd4de;
}

section.valorant-coaching-welcome-section .header-text-wrapper p {
  font-size: 3rem;
  color: #8f9dc3;
  margin-bottom: 2rem;
}

section.valorant-coaching-welcome-section.r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/coaching.png);
}

section.valorant-coaching-welcome-section.r6s .header-text-wrapper h1 span {
  color: #ec0c41;
}

section.valorant-coaching-welcome-section.r6s::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/left.png);
}

section.valorant-coaching-welcome-section.r6s::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/right.png);
}

section#official-prosense-coaches {
  position: relative;
}

section#official-prosense-coaches .container {
  position: relative;
  z-index: 1;
}

section#official-prosense-coaches:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/coaching-official-coaches-left-decorator.png);
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-position-y: top;
}

section#official-prosense-coaches:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/coaching-official-coaches-right-decorator.png);
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
}

section#official-prosense-coaches .section-header {
  margin: 3rem 0;
}

section#official-prosense-coaches .section-header h2 {
  font-size: 4.5rem;
}

section#official-prosense-coaches.r6s::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/right-official.png);
}

section#official-prosense-coaches.r6s::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/left-official.png);
}

section#official-prosense-coaches.r6s button.slick-arrow.slick-next {
  border-color: #ec0c41;
  background-color: #ec0c41;
}

section#official-prosense-coaches.r6s ul.slick-dots li.slick-active button {
  background-color: #ec0c41;
}

.coaches-slider .single-slide {
  border: 2px solid #353a4e;
  background: #181b28;
  height: 33rem;
  padding: 2rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.coaches-slider .single-slide p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: white;
}

.coaches-slider .single-slide p.premium {
  font-size: 1.1rem;
  color: #181b28;
  background-color: #ffce31;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  margin-bottom: 1rem;
}

.coaches-slider .single-slide p.premium span {
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
  display: block;
}

.coaches-slider .single-slide p.name {
  font-size: 2rem;
}

.coaches-slider .single-slide p.rating {
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coaches-slider .single-slide p.rating:before {
  content: '';
  margin-right: 1rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.coaches-slider .single-slide p.rating span {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  color: #565a75;
}

.coaches-slider .slick-dots {
  bottom: -25%;
  right: 38%;
}

.coaches-slider button.slick-arrow {
  bottom: -28%;
}

.coaches-slider button.slick-arrow.slick-next {
  right: 50%;
}

.coaches-slider button.slick-arrow.slick-prev {
  right: calc(50% + 8rem);
}

section#how-we-coach {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/single-coach-reviews-bg.png);
  background-size: cover;
}

section#how-we-coach .container {
  position: relative;
}

section#how-we-coach .section-title {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -11rem;
  top: 10rem;
}

section#how-we-coach .section-header {
  margin-bottom: 2rem;
}

section#how-we-coach .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}

section#how-we-coach .box-wrapper img {
  width: 20rem;
  height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}

section#how-we-coach .box-wrapper p {
  margin-top: 3rem;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-style: italic;
  font-size: 1.8rem;
  color: white;
  font-weight: 600;
}

section#premium-coaches {
  padding-bottom: 16rem;
  position: relative;
}

section#premium-coaches .container {
  position: relative;
  z-index: 1;
}

section#premium-coaches:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/coaching-premium-coaches-left-decorator1.png);
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

section#premium-coaches:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/coaching-premium-coaches-right-decorator.png);
  height: 40%;
  width: 20%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
}

section#premium-coaches .section-header {
  margin: 3rem 0;
}

section#premium-coaches .section-header span {
  color: #ffce31;
}

section#premium-coaches.r6s::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/left-premium.png);
}

section#premium-coaches.r6s::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/premium-right.png);
}

section#premium-coaches.r6s ul.slick-dots li.slick-active button {
  background-color: #ec0c41;
}

section#premium-coaches.r6s button.slick-arrow.slick-next {
  border-color: #ec0c41;
  background-color: #ec0c41;
}

section.access-denied-section .decorator-text-wrapper {
  padding: 7rem 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/access-denied-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #090d16;
  -webkit-box-shadow: 0px 31px 31px -5px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 31px 31px -5px rgba(0, 0, 0, 0.35);
}

@media all and (max-width: 768px) {
  section.access-denied-section .decorator-text-wrapper {
    padding: 7rem;
  }
}

section.access-denied-section .decorator-text-wrapper h3 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 9rem;
}

section.access-denied-section .decorator-text-wrapper p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 1px;
  color: #8c90ae;
  font-family: "Open Sans", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

section.access-denied-section .decorator-text-wrapper p:before {
  content: '';
  margin-right: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/info-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

section.access-denied-section.r6s .decorator-text-wrapper::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/decorator-red-diamond.svg);
}

section.access-denied-section.r6s .decorator-text-wrapper h3 span {
  color: #ec0c41;
}

article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article .image-wrapper {
  width: 50%;
  position: relative;
  padding-top: 63%;
}

article .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(121.75deg, rgba(24, 27, 40, 0.66) 16.67%, rgba(127, 141, 176, 0.66) 206.12%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0;
}

article .image-wrapper .overlay:hover {
  opacity: 1;
}

article .text-wrapper {
  width: 50%;
  padding: 2rem 4rem;
}

article .text-wrapper h2 {
  margin: 1.6rem 0;
  font-size: 3.5rem;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

article .text-wrapper h2 a {
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

article .text-wrapper h2 a:hover {
  color: #0cd4de;
}

article .text-wrapper p.exceprt {
  font-size: 1.8rem;
  color: #8c90ae;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

article .date-wrapper {
  margin: 0;
}

.article-wrapper .image-wrapper {
  padding-top: unset;
}

.article-wrapper .image-wrapper .wrapper {
  padding-top: 63%;
  position: relative;
}

.all-articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-top: 3.2rem;
}

.all-articles-wrapper .wrapper {
  width: 33.33%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-bottom: 3.2rem;
}

.all-articles-wrapper article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.all-articles-wrapper article .image-wrapper {
  width: 100%;
}

.all-articles-wrapper article .text-wrapper {
  width: 100%;
  padding: 0;
  padding-top: 1rem;
}

.all-articles-wrapper article .text-wrapper h2 {
  font-size: 1.8rem;
  margin: 1rem 0;
}

.all-articles-wrapper article .text-wrapper p.exceprt {
  font-size: 1.6rem;
}

@media (max-width: 1200px) {
  .all-articles-wrapper .wrapper {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .article-wrapper article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-wrapper article .image-wrapper {
    width: 100%;
  }
  .article-wrapper article .text-wrapper {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .article-wrapper article .text-wrapper {
    padding: 1rem 0 0 0;
  }
  .article-wrapper article .text-wrapper h2 {
    font-size: 1.8rem;
  }
  .article-wrapper article .text-wrapper p.exceprt {
    font-size: 1.4rem;
  }
  .all-articles-wrapper {
    margin-top: 0;
  }
  .all-articles-wrapper .wrapper {
    width: 100%;
  }
  .all-articles-wrapper article .text-wrapper p.exceprt {
    font-size: 1.4rem;
  }
}

section.faq-section .section-header {
  margin: 4rem 2rem;
}

section.faq-section .section-header p {
  text-transform: unset;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

section.faq-section .text-wrapper {
  margin-top: 4rem;
}

section.faq-section .text-wrapper h3,
section.faq-section .text-wrapper p {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

section.faq-section .text-wrapper h3 {
  font-weight: 800;
  font-size: 3rem;
  color: white;
}

section.faq-section .text-wrapper p {
  font-weight: 700;
  font-size: 2.2rem;
  color: #606d8f;
  font-style: italic;
}

section.faq-section .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 576px) {
  section.faq-section .text-wrapper {
    margin-top: 2rem;
  }
  section.faq-section .text-wrapper h3 {
    font-size: 2rem;
  }
  section.faq-section .text-wrapper p {
    font-size: 1.6rem;
  }
  section.faq-section .bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
  section.faq-section .bottom-row a {
    margin-top: 2rem;
  }
}

.social-media-wrapper-full a {
  color: white;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: none;
  width: unset;
  height: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 3rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.social-media-wrapper-full a:hover {
  color: #0cd4de;
}

.social-media-wrapper-full a:before {
  margin-bottom: 0.5rem;
  content: '';
  width: 3.8rem;
  height: 3.8rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/discord.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.social-media-wrapper-full a.twitter:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/twitter.svg);
}

.social-media-wrapper-full a.facebook:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/facebook.svg);
}

@media (max-width: 576px) {
  .social-media-wrapper-full a {
    font-size: 1.4rem;
  }
  .social-media-wrapper-full a:before {
    margin-bottom: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.accordion-wrapper button {
  background: #090d16;
  color: white;
  cursor: pointer;
  padding: 5rem 6rem;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.accordion-wrapper button:before {
  content: '';
  position: absolute;
  width: calc(100% - 10rem);
  height: 2px;
  background: #212c45;
  left: 5rem;
  top: 0;
}

.accordion-wrapper button:after {
  content: '';
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/plus-circle.svg);
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-left: 2rem;
}

.accordion-wrapper .single-accordion-wrapper:first-of-type button::before {
  display: none;
}

.accordion-wrapper .active:after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/minus-circle.svg);
}

.accordion-wrapper .panel {
  padding: 0 6rem;
  overflow: hidden;
  max-height: 0;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #8c90ae;
  background: #090d16;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.accordion-wrapper .panel p {
  padding-bottom: 4rem;
}

@media (max-width: 576px) {
  .accordion-wrapper button {
    padding: 2rem;
    font-size: 1.6rem;
  }
  .accordion-wrapper button:before {
    content: '';
    position: absolute;
    width: calc(100% - 4rem);
    height: 2px;
    background: #212c45;
    left: 2rem;
    top: 0;
  }
  .accordion-wrapper button:after {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
  }
  .accordion-wrapper .panel {
    padding: 0 2rem;
  }
  .accordion-wrapper .panel p {
    padding-bottom: 2rem;
    font-size: 1.4rem;
  }
}

section.shop-welcome-section {
  padding-top: 0;
  min-height: calc(100vh - 14.4rem);
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/shop-welcome-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

section.shop-welcome-section .section-header h1 {
  font-size: 7rem;
  text-align: left;
}

@media all and (max-width: 1366px) {
  section.shop-welcome-section .section-header h1 {
    font-size: 5.5rem;
  }
}

section.shop-welcome-section .section-header p {
  text-transform: none;
  font-size: 2rem;
  margin: 2rem 0;
  text-align: left;
}

@media all and (max-width: 1366px) {
  section.shop-welcome-section .section-header p {
    font-size: 1.8rem;
  }
}

section#shop-section {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-select-game.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section#shop-section:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/updates-right-decorator.png);
  background-position-y: -2rem;
  z-index: 1;
}

section#shop-section .container {
  position: relative;
  z-index: 10;
}

.rendered-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rendered-price-wrapper span {
  font-size: 3rem;
  font-style: italic;
  color: #0cd4de;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

@media all and (max-width: 1366px) {
  .rendered-price-wrapper span {
    font-size: 2.2rem;
  }
}

.rendered-price-wrapper span.regular-price {
  text-decoration: line-through;
  font-size: 2rem;
  margin-left: 1rem;
}

.rendered-price-wrapper span:last-of-type {
  color: white;
  font-size: 1.4rem;
  margin-left: 1rem;
}

@media all and (max-width: 1366px) {
  .rendered-price-wrapper span:last-of-type {
    font-size: 1.2rem;
  }
}

.products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-wrapper .single-product-wrapper {
  width: 25%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 3.2rem;
}

@media all and (max-width: 1440px) {
  .products-wrapper .single-product-wrapper {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .products-wrapper .single-product-wrapper {
    width: 100%;
  }
}

.products-wrapper .single-product-wrapper:last-of-type .wrapper-inner {
  position: relative;
  border: 2px solid #FFCE31;
}

.products-wrapper .single-product-wrapper:last-of-type .wrapper-inner::before {
  position: absolute;
  content: 'BEST OPTION';
  width: 84px;
  height: 18px;
  color: #181B28;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 13px;
  right: 13px;
  background: #FFCE31;
  -webkit-transform: skew(-20deg, 0deg);
          transform: skew(-20deg, 0deg);
}

.products-wrapper .single-product-wrapper .rendered-price-wrapper {
  margin: 1rem 0 3rem 0;
}

.products-wrapper .single-product-wrapper .wrapper-inner {
  border: 2px solid #2d364a;
  padding: 0.5rem;
  background: #181b28;
  color: white;
}

.products-wrapper .single-product-wrapper .wrapper-inner .image-wrapper img {
  width: 100%;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 1440px) {
  .products-wrapper .single-product-wrapper .wrapper-inner .image-wrapper img {
    height: 230px;
  }
}

.products-wrapper .single-product-wrapper .wrapper-inner .text-wrapper {
  padding: 1rem;
}

.products-wrapper .single-product-wrapper .wrapper-inner .text-wrapper p {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.products-wrapper .single-product-wrapper .wrapper-inner .text-wrapper p.title {
  font-size: 3.2rem;
}

@media all and (max-width: 1366px) {
  .products-wrapper .single-product-wrapper .wrapper-inner .text-wrapper p.title {
    font-size: 2.5rem;
  }
}

.products-wrapper .single-product-wrapper .wrapper-inner .text-wrapper p.game {
  margin-top: 1rem;
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-wrapper .single-product-wrapper .wrapper-inner .text-wrapper p.game:before {
  content: '';
  margin-right: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/product-game.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

section.contact-section {
  padding-top: 0;
  position: relative;
}

section.contact-section .container {
  position: relative;
  z-index: 1;
}

section.contact-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/contact-left-decorator.png);
  height: 100%;
  width: 80%;
  background-repeat: no-repeat;
  background-position-y: center;
}

section.contact-section:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/contact-right-decorator.png);
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
}

section.contact-section .section-header {
  margin-bottom: 4rem;
}

section.contact-section .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 6rem;
}

section.contact-section .contact-wrapper a {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: white;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.contact-section .contact-wrapper a:hover {
  color: #0cd4de;
}

section.contact-section .contact-wrapper a:before {
  content: '';
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/message.svg);
}

section.contact-section .contact-wrapper a.tel {
  margin-top: 2rem;
}

section.contact-section .contact-wrapper a.tel:before {
  content: '';
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/phone.svg);
}

section.contact-section .form-wrapper {
  background: #090d16;
  padding: 1rem;
}

section.contact-section .form-wrapper .form-wrapper-inner {
  border: 2px solid #2d364a;
  padding: 2rem;
}

section.contact-section .form-wrapper form {
  margin-top: 2rem;
}

section.contact-section .form-wrapper h3 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-style: italic;
}

section.contact-section .form-wrapper span.input-wrapper {
  display: block;
  width: 100%;
}

section.contact-section .form-wrapper span.input-wrapper > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 1.6rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #5b6680;
  font-size: 1.4rem;
  -webkit-transform: skew(12deg) !important;
          transform: skew(12deg) !important;
}

section.contact-section .form-wrapper span.input-wrapper > span input {
  -webkit-transform: skew(0) !important;
          transform: skew(0) !important;
  left: 7px;
  width: 97%;
}

section.contact-section .form-wrapper .wrapper {
  margin-bottom: 2rem;
}

section.contact-section .form-wrapper .wrapper label {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 1rem 1rem;
  display: block;
}

section.contact-section .form-wrapper .wrapper label ~ br {
  display: none;
}

section.contact-section .form-wrapper .wrapper textarea {
  position: relative;
  border-radius: 4px;
  width: 100%;
  background: #101725;
  border: 2px solid #2d364a;
  padding: 1.6rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #5b6680;
  font-size: 1.4rem;
}

section.contact-section .form-wrapper .wrapper textarea ~ span {
  margin-left: 3rem;
  font-style: italic;
}

section.contact-section .form-wrapper span.messsage {
  height: 100%;
  display: block;
}

section.contact-section .form-wrapper .acceptance-wrapper {
  margin-bottom: 2rem;
}

section.contact-section .form-wrapper .acceptance-wrapper input {
  margin-bottom: 1rem;
}

section.contact-section .form-wrapper .acceptance-wrapper input ~ span {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

section.contact-section .form-wrapper .acceptance-wrapper ~ .wrapper {
  margin-bottom: 0;
}

section.contact-section .form-wrapper .wpcf7-not-valid-tip {
  color: #dc3232;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  position: absolute;
  bottom: -1.8rem;
}

section.contact-section .form-wrapper .wpcf7-response-output {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
}

section.path-welcome-section {
  padding: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/path-of-prosense-welcome-bg.png);
  min-height: calc(100vh - 14.4rem);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.path-welcome-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 83px;
}

section.path-welcome-section .container .row:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}

section.path-welcome-section:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 80%;
  width: 30%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/path-of-prosense-welcome-right-decorator.png);
}

section.path-welcome-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.path-welcome-section .section-header h1 {
  font-size: 7rem;
}

@media all and (max-width: 1366px) {
  section.path-welcome-section .section-header h1 {
    font-size: 5.5rem;
  }
}

section.path-welcome-section .section-header a {
  color: black !important;
}

section.path-welcome-section .section-header p {
  font-size: 2rem;
  color: white;
  text-align: center;
  max-width: 53rem;
  text-transform: unset;
  letter-spacing: 1px;
  margin: 2rem 0 5rem 0;
}

@media all and (max-width: 1366px) {
  section.path-welcome-section .section-header p {
    font-size: 1.8rem;
  }
}

section#updates {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-select-game.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section#updates:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/updates-right-decorator.png);
  background-position-y: -2rem;
  z-index: 1;
}

section#updates .container {
  position: relative;
  z-index: 10;
}

@media all and (max-width: 768px) {
  section#updates .container .row:last-of-type {
    padding-top: 110px;
  }
}

section#updates .section-header h2 {
  text-align: left;
}

.updates-slider .slick-list {
  width: 120%;
}

.updates-slider ul.slick-dots {
  bottom: unset;
  top: -14%;
}

.updates-slider button.slick-arrow {
  bottom: unset;
  top: -18%;
}

.updates-slider .slide-wrapper {
  padding: 0 1.5rem;
}

.updates-slider .slide-wrapper .wrapper-inner {
  border: 2px solid #2d364a;
  background: #181b28;
}

.updates-slider .slide-wrapper .header-wrapper {
  background: rgba(32, 36, 51, 0.7) url(../../../../../wp-content/themes/prosense-theme/assets/img/updates-slider-bg.png);
  background-size: cover;
  padding: 3rem;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.updates-slider .slide-wrapper .header-wrapper p {
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  color: black;
  background-color: #ffce31;
  padding: 1rem;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  font-family: "Open Sans", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.updates-slider .slide-wrapper .header-wrapper p span {
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

.updates-slider .slide-wrapper .text-wrapper .wrapper {
  border-bottom: 2px solid #2d364a;
  padding: 1.6rem;
}

.updates-slider .slide-wrapper .text-wrapper .wrapper:last-of-type {
  border-bottom: unset;
}

.updates-slider .slide-wrapper .text-wrapper .wrapper p {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 576px) {
  .updates-slider .slick-list {
    width: unset;
  }
  .updates-slider .slide-wrapper {
    padding: 0 1.5rem;
  }
  .updates-slider .slide-wrapper .wrapper-inner {
    border: 2px solid #2d364a;
  }
  .updates-slider .slide-wrapper .header-wrapper {
    padding: 1.6rem;
  }
  .updates-slider .slide-wrapper .header-wrapper p {
    font-size: 1.6rem;
  }
}

section.single-page-section .image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section.single-page-section .content-wrapper > h1 {
  color: white;
  font-size: 3.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}

section.single-page-section .share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}

section.single-page-section .share-wrapper .wrapper {
  margin-right: 3rem;
}

section.single-page-section .share-wrapper a:not(.button) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 2px solid transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background: #0cd4de;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.single-page-section .share-wrapper a:not(.button):before {
  content: '';
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/black-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

section.single-page-section .share-wrapper a:not(.button).tw:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/twitter-logo.svg);
}

section.single-page-section .share-wrapper a:not(.button).dis:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/discord-logo1.svg);
}

section.single-page-section .share-wrapper a:not(.button).fb:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/facebook-logo.svg);
}

section.single-page-section .share-wrapper a.button {
  margin-left: 1rem;
}

.date-wrapper {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #8c90ae;
  font-size: 1.4rem;
  font-style: italic;
}

.date-wrapper p.day {
  margin-right: 1.6rem;
  text-transform: capitalize;
  background-color: #0cd4de;
  color: #181b28;
  padding: 0.5rem 1rem;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.date-wrapper p.day span {
  -webkit-transform: skew(12deg) !important;
          transform: skew(12deg) !important;
}

section.about-coach {
  padding-top: 0;
}

section.about-coach .row:nth-of-type(2) {
  margin-bottom: 4rem;
}

section.about-coach .row:nth-of-type(2) .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.about-coach .image-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

section.about-coach .image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.21%, rgba(24, 27, 40, 0)), color-stop(70.42%, rgba(24, 27, 40, 0.92)), to(#181b28));
  background: linear-gradient(180deg, rgba(24, 27, 40, 0) 5.21%, rgba(24, 27, 40, 0.92) 70.42%, #181b28 100%);
}

section.about-coach .header-text-wrapper {
  position: relative;
  margin-top: -4rem;
  z-index: 2;
}

section.about-coach .header-text-wrapper h1,
section.about-coach .header-text-wrapper p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

section.about-coach .header-text-wrapper h1 {
  font-size: 6.5rem;
  color: white;
}

section.about-coach .header-text-wrapper p {
  color: #8f9dc3;
  font-size: 2.5rem;
}

section.about-coach .wrapper .text-wrapper h3:last-of-type {
  margin-top: 2rem;
}

section.about-coach .button-wrapper {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.about-coach.r6s .decorator-text-wrapper::after {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/decorator-red-diamond.svg);
}

section.coaching-products .section-header {
  margin-bottom: 4rem;
}

section#reviews {
  padding-bottom: 16rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/single-coach-reviews-bg.png);
  background-size: cover;
}

section#reviews .section-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section#reviews .section-header h2 {
  font-size: 5.5rem;
}

section#reviews .row:first-of-type {
  margin-bottom: 4rem;
}

.coach-reviews-slider .single-slide {
  padding-right: 3rem;
}

.coach-reviews-slider .single-slide p {
  font-family: "Montserrat", sans-serif;
}

.coach-reviews-slider .single-slide .text-wrapper {
  border: 2px solid #353a4e;
  padding: 1.6rem 2.6rem;
  padding-bottom: 4rem;
  position: relative;
  background: #181b28;
}

.coach-reviews-slider .single-slide .text-wrapper p.content {
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: white;
}

.coach-reviews-slider .single-slide .text-wrapper .rating {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coach-reviews-slider .single-slide .text-wrapper .rating img {
  margin-right: 0.5rem;
}

.coach-reviews-slider .single-slide .text-wrapper p.name {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #181b28;
  background-color: #0cd4de;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  padding: 0.5rem 1rem;
  position: absolute;
  left: 2.6rem;
  bottom: -1.5rem;
}

.coach-reviews-slider .single-slide .text-wrapper p.name span {
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
  display: block;
}

.coach-reviews-slider .single-slide p.level {
  font-size: 1.4rem;
  color: white;
  letter-spacing: 1px;
  font-weight: 700;
  padding-left: 2.6rem;
  padding-top: 3rem;
}

.coach-reviews-slider .slick-dots {
  bottom: -38%;
  right: 38%;
}

.coach-reviews-slider button.slick-arrow {
  bottom: -40%;
}

.coach-reviews-slider button.slick-arrow.slick-next {
  right: 50%;
}

.coach-reviews-slider button.slick-arrow.slick-prev {
  right: calc(50% + 8rem);
}

div.decorator-section {
  height: 32rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/decorator-section.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.single-lesson-section {
  padding-top: 0;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 20%;
  position: relative;
}

section.single-lesson-section .container {
  position: relative;
  z-index: 10;
}

section.single-lesson-section:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/single-lesson-left-decorator.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -10%;
}

section.single-lesson-section:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/single-lesson-right-decorator.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-position-x: right;
}

section.single-lesson-section p.title {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.single-lesson-section p.title:before {
  content: '';
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.6rem;
}

section.single-lesson-section .description-wrapper {
  margin-bottom: 2rem;
  padding-right: 10%;
}

section.single-lesson-section .description-wrapper p:not(.title) {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #8f9dc3;
}

section.single-lesson-section .description-wrapper p.title:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/description.svg);
}

section.single-lesson-section .video-wrapper {
  height: 60vh;
  position: relative;
}

section.single-lesson-section .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.single-lesson-section .video-wrapper p {
  color: white;
  font-family: "Open Sans", sans-serif;
}

section.single-lesson-section .comments-wrapper p.title:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/comments.svg);
}

section.single-lesson-section .comments-wrapper .line {
  width: 90%;
  height: 1px;
  background-color: rgba(142, 157, 195, 0.36);
  margin-bottom: 4rem;
}

section.single-lesson-section .comments-wrapper ol.comment-list li {
  border: 1px solid white;
  margin-bottom: 2rem;
}

section.single-lesson-section .course-content-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

section.single-lesson-section .course-content-wrapper p {
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  color: white;
  background-color: #0cd4de;
  font-weight: 700;
  padding: 1.2rem 2rem;
}

section.single-lesson-section .course-content-wrapper ul {
  background: #090d16;
}

section.single-lesson-section .course-content-wrapper li.lesson-li {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #1e2535;
  color: white;
}

section.single-lesson-section .course-content-wrapper li.lesson-li a {
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.single-lesson-section .course-content-wrapper li.lesson-li a:hover {
  color: #0cd4de;
}

section.single-lesson-section .course-content-wrapper ul li.lesson-li:last-of-type {
  border-bottom: unset;
}

section.single-lesson-section .course-content-wrapper li.video-li {
  background: #1b2436;
  border-radius: 6px;
  font-size: 1.4rem;
  color: white;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 5px 14px;
  margin-bottom: 5px;
}

section.single-lesson-section .course-content-wrapper li.video-li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #939eb5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.single-lesson-section .course-content-wrapper li.video-li span:before {
  content: '';
  margin-right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/video1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

section.single-lesson-section .course-content-wrapper li.video-li:hover {
  cursor: pointer;
}

section.single-lesson-section .course-content-wrapper li.video-li.current-lesson {
  background-color: #0cd4de;
}

section.single-lesson-section .course-content-wrapper li.video-li.current-lesson a {
  color: black;
}

section.single-lesson-section .course-content-wrapper li.video-li.current-lesson a:hover {
  color: black;
}

section.single-lesson-section .course-content-wrapper li.video-li.current-lesson span {
  color: black;
}

section.single-lesson-section .course-content-wrapper li.video-li.current-lesson span:before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/video2.svg);
}

section.single-lesson-section .course-content-wrapper ul.video-ul li.video-li:first-of-type {
  margin-top: 10px;
}

section.single-lesson-section .add-comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.single-lesson-section .add-comment-wrapper ~ p {
  font-family: "Open Sans", sans-serif;
  color: white;
}

section.single-lesson-section .user-avatar {
  border: 1.5px solid #8e9dc3;
  padding: 3px;
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.single-lesson-section .user-avatar img {
  border-radius: 50%;
}

section.single-lesson-section .comment-respond {
  width: calc(100% - 2rem - 4.6rem);
}

section.single-lesson-section .comment-respond .logged-in-as,
section.single-lesson-section .comment-respond .must-log-in {
  color: #8f9dc3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

section.single-lesson-section .comment-respond .logged-in-as span.required-field-message,
section.single-lesson-section .comment-respond .must-log-in span.required-field-message {
  display: none;
}

section.single-lesson-section .comment-respond textarea {
  margin: 1.6rem 0;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid rgba(142, 157, 195, 0.36);
  font-size: 1.4rem;
  font-weight: 600;
  color: #8f9dc3;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  width: 90%;
}

section.single-lesson-section .comment-respond textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8f9dc3;
  font-family: "Open Sans", sans-serif;
}

section.single-lesson-section .comment-respond textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8f9dc3;
  font-family: "Open Sans", sans-serif;
}

section.single-lesson-section .comment-respond textarea::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8f9dc3;
  font-family: "Open Sans", sans-serif;
}

section.single-lesson-section .comment-respond textarea::placeholder {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8f9dc3;
  font-family: "Open Sans", sans-serif;
}

section.single-lesson-section .comment-respond p.form-submit {
  padding-right: 10%;
}

section.single-lesson-section .comment-respond p.form-submit button {
  position: relative;
  float: right;
}

section.single-lesson-section .single-comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

section.single-lesson-section .single-comment-wrapper p {
  font-family: "Open Sans", sans-serif;
}

section.single-lesson-section .single-comment-wrapper p.nick {
  color: #0cd4de;
  font-weight: 600;
  font-size: 1.4rem;
}

section.single-lesson-section .single-comment-wrapper p.date {
  font-size: 1.2rem;
  font-weight: 400;
  color: #8e9dc3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.single-lesson-section .single-comment-wrapper p.date:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #8e9dc3;
  display: block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

section.single-lesson-section .single-comment-wrapper p.content {
  font-weight: 600;
  font-size: 1.4rem;
  color: white;
}

section.single-lesson-section .single-comment-wrapper .comment-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

section#reviews.r6s {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/r6s-background.png);
}

section.single-lesson-section.rs6 {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/single-rs6-lesson.png);
  background-size: 100%;
}

section.single-lesson-section.rs6::before, section.single-lesson-section.rs6::after {
  content: none;
}

section.single-lesson-section.rs6 .description-wrapper p.title::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/description-red.svg);
}

section.single-lesson-section.rs6 .comments-wrapper p.title::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/comment-red.svg);
}

section.single-lesson-section.rs6 .course-content-wrapper p {
  background-color: #ec0c41;
}

section.single-lesson-section.rs6 .course-content-wrapper li.lesson-li a:hover {
  color: #ec0c41;
}

section.single-lesson-section.rs6 .course-content-wrapper li.video-li span::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/play-red.svg);
}

section.single-lesson-section.rs6 .course-content-wrapper li.video-li.current-lesson {
  background-color: #ec0c41;
}

section.single-lesson-section.rs6 .course-content-wrapper li.video-li.current-lesson a {
  color: #fff;
}

section.single-lesson-section.rs6 .course-content-wrapper li.video-li.current-lesson span {
  color: #fff;
}

section.single-lesson-section.rs6 .course-content-wrapper li.video-li.current-lesson span::before {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/play-white.svg);
}

section.single-lesson-section.rs6 .comment-respond p.form-submit button {
  background-color: #ec0c41 !important;
  color: #fff !important;
}

section.single-lesson-section.rs6 .single-comment-wrapper p.nick {
  color: #ec0c41;
}

section.home-welcome-section {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-bg.png);
  min-height: calc(100vh - 14.4rem);
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 20%;
  position: relative;
}

section.home-welcome-section .container {
  position: relative;
  z-index: 10;
}

section.home-welcome-section:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-decorator1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -14.4rem;
}

section.home-welcome-section:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-decorator2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-position-x: right;
  background-position-y: -70px;
}

section.home-welcome-section .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5rem;
}

section.home-welcome-section .header-wrapper .section-header {
  position: relative;
}

section.home-welcome-section .header-wrapper .section-header h1 {
  line-height: 1;
  color: white;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
}

section.home-welcome-section .header-wrapper .section-header h1 span {
  color: #0cd4de;
}

section.home-welcome-section .header-wrapper .section-header p {
  position: relative;
  z-index: 1;
}

section.home-welcome-section .header-wrapper .section-header:before {
  position: absolute;
  content: '';
  top: -4rem;
  left: -20rem;
  height: 46rem;
  width: 22rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-character1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

section.home-welcome-section .header-wrapper .section-header:after {
  position: absolute;
  content: '';
  top: -4rem;
  right: -80%;
  height: 52rem;
  width: 44rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-character2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

section.home-welcome-section .row:last-of-type .col-xl-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.home-welcome-section .box-wrapper {
  width: 27.7rem;
  height: 43rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5rem;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

@media all and (max-width: 575px) {
  section.home-welcome-section .box-wrapper.valorant {
    margin: 100px auto 250px auto;
  }
}

@media all and (max-width: 575px) {
  section.home-welcome-section .box-wrapper.siege {
    margin: 0 auto 100px auto;
  }
}

section.home-welcome-section .box-wrapper h3 {
  color: white;
  font-weight: 800;
  font-style: italic;
  font-size: 3rem;
  text-align: center;
}

@media all and (max-width: 1366px) {
  section.home-welcome-section .box-wrapper h3 {
    font-size: 2.4rem;
  }
}

section.home-welcome-section .box-wrapper img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

section.home-welcome-section .box-wrapper.valorant {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 202, 213, 0)), to(#17555c));
  background: linear-gradient(180deg, rgba(0, 202, 213, 0) 0%, #17555c 100%);
  border: 1px solid #64eeff;
}

section.home-welcome-section .box-wrapper.valorant img {
  bottom: 10rem;
}

section.home-welcome-section .box-wrapper.valorant:hover {
  border: 1px solid #fff;
}

section.home-welcome-section .box-wrapper.valorant:hover .button {
  border: 2px solid #fff !important;
}

section.home-welcome-section .box-wrapper.siege {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 69, 85, 0)), to(#871a24));
  background: linear-gradient(180deg, rgba(248, 69, 85, 0) 0%, #871a24 100%);
  border: 1px solid #ec0c41;
}

section.home-welcome-section .box-wrapper.siege img {
  bottom: 13rem;
}

section.home-welcome-section .box-wrapper.siege .button {
  cursor: initial;
}

section.home-welcome-section .box-wrapper .button {
  position: absolute;
  bottom: -1.8rem;
}

@media (max-width: 576px) {
  section.home-welcome-section .col-6 {
    padding: 0 1rem;
  }
  section.home-welcome-section .box-wrapper {
    height: 30rem;
    padding-bottom: 4rem;
  }
  section.home-welcome-section .box-wrapper h3 {
    font-size: 2rem;
  }
  section.home-welcome-section .box-wrapper img {
    width: 80%;
  }
  section.home-welcome-section .box-wrapper.valorant img {
    bottom: 10rem;
  }
  section.home-welcome-section .box-wrapper.siege img {
    bottom: 10rem;
  }
}

section#how-it-works {
  position: relative;
}

section#how-it-works:before {
  position: absolute;
  content: '';
  height: 50%;
  width: 30%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-how-it-works-decorator1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 30rem;
}

section#how-it-works:after {
  position: absolute;
  content: '';
  height: 80%;
  width: 30%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-how-it-works-decorator2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  right: 0;
  top: 10rem;
}

section#how-it-works .container {
  position: relative;
  z-index: 10;
}

section#how-it-works .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

section#how-it-works .box-wrapper img {
  width: 20rem;
  height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}

section#how-it-works .box-wrapper p {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 1.4rem;
  color: #8c90ae;
  font-weight: 600;
}

@media all and (max-width: 1366px) {
  section#how-it-works .box-wrapper p {
    font-size: 1.2rem;
  }
}

section#how-it-works .box-wrapper p.title {
  font-weight: 800;
  font-style: italic;
  color: white;
  font-size: 2.7rem;
  margin: 2rem 0;
}

@media all and (max-width: 1366px) {
  section#how-it-works .box-wrapper p.title {
    font-size: 2.4rem;
  }
}

@media (max-width: 1200px) {
  section#how-it-works .box-wrapper img {
    width: 16rem;
    height: 16rem;
  }
  section#how-it-works .box-wrapper p.title {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  section#how-it-works .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section#about-us {
  padding-bottom: 12rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-about-us-bg.png);
  background-repeat: no-repeat;
}

section#about-us .row:first-of-type .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section#about-us .text-wrapper {
  background: #090d16;
  padding: 4rem;
  margin-top: 4rem;
}

section#about-us .text-wrapper p {
  color: #e3dede;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-align: center;
}

@media all and (max-width: 1366px) {
  section#about-us .text-wrapper p {
    font-size: 1.4rem;
  }
}

section#about-us .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media (max-width: 992px) {
  section#about-us .row:first-of-type .col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#about-us .text-wrapper {
    padding: 1.6rem;
    margin-top: 0;
  }
  section#about-us .text-wrapper p {
    font-size: 1.4rem;
  }
}

.woocommerce-message a.button {
  -webkit-transform: skew(0) !important;
          transform: skew(0) !important;
  background-color: #8e9dc3 !important;
  color: white !important;
  font-size: 1.4rem !important;
}

p.cart-empty {
  border: 2px solid #1e85be;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 600;
}

body.page-template-cart section.default-page-section h1 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

body.page-template-cart .form-wrapper {
  background: #090d16;
  padding: 1rem;
}

body.page-template-cart form.woocommerce-cart-form {
  background: #090d16;
  border: 2px solid #2d364a;
  padding: 2rem;
}

body.page-template-cart form.woocommerce-cart-form table {
  margin: 0;
  border: 0;
}

body.page-template-cart form.woocommerce-cart-form table td {
  padding: 2rem 1rem;
}

body.page-template-cart form.woocommerce-cart-form td {
  color: white;
  font-style: italic;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
}

body.page-template-cart form.woocommerce-cart-form td.product-name a {
  text-transform: uppercase;
  text-decoration: none;
}

body.page-template-cart form.woocommerce-cart-form td.product-quantity input[type='number'] {
  background: #101725;
  border: 2px solid #2d364a;
  border-radius: 4px;
  padding: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #606d8f;
  font-weight: 600;
}

body.page-template-cart form.woocommerce-cart-form td.product-remove a {
  width: 3rem;
  height: 3rem;
  background-color: #0cd4de;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.page-template-cart form.woocommerce-cart-form td.product-remove a:before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/svg/cross-small1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-cart form.woocommerce-cart-form div.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.page-template-cart form.woocommerce-cart-form input#coupon_code {
  background: #101725;
  border: 2px solid #2d364a;
  border-radius: 4px;
  padding: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #606d8f;
  font-weight: 600;
  min-width: 20rem;
  font-size: 1.4rem;
  margin-right: 2rem;
}

body.page-template-cart form.woocommerce-cart-form input#coupon_code::-webkit-input-placeholder {
  color: #606d8f;
}

body.page-template-cart form.woocommerce-cart-form input#coupon_code:-ms-input-placeholder {
  color: #606d8f;
}

body.page-template-cart form.woocommerce-cart-form input#coupon_code::-ms-input-placeholder {
  color: #606d8f;
}

body.page-template-cart form.woocommerce-cart-form input#coupon_code::placeholder {
  color: #606d8f;
}

body.page-template-cart .cart-collaterals .cart_totals {
  background: #090d16;
  padding: 1rem;
  width: 100%;
}

body.page-template-cart .cart-collaterals .cart_totals .cart_totals-inner {
  background: #090d16;
  border: 2px solid #2d364a;
  padding: 2rem;
}

body.page-template-cart .cart-collaterals .cart_totals h2 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: white;
}

body.page-template-cart .cart-collaterals .cart_totals table {
  margin-bottom: 2rem;
  border: unset;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
}

body.page-template-cart .cart-collaterals .cart_totals div.wc-proceed-to-checkout {
  padding: 0;
}

body.page-template-cart .cart-collaterals .cart_totals div.wc-proceed-to-checkout a {
  margin-bottom: 0;
}

div.woocommerce-info {
  color: white;
  background-color: transparent;
  border: 2px solid #1e85be;
}

div.woocommerce-info a {
  color: white;
}

form.checkout_coupon {
  background: #090d16;
  padding: 2rem !important;
  border: none !important;
  border-radius: 0 !important;
}

form.checkout_coupon input {
  background: #101725;
  border: 2px solid #2d364a;
  border-radius: 4px;
  padding: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #606d8f;
  font-weight: 600;
  font-size: 1.4rem;
  margin-right: 2rem;
}

div#customer_details {
  background: #090d16;
  padding: 1rem;
}

div#customer_details .customer_details-inner {
  background: #090d16;
  border: 2px solid #2d364a;
  padding: 2rem;
}

div#customer_details input,
div#customer_details textarea,
div#customer_details span.select2 {
  background: #101725;
  border: 2px solid #2d364a;
  border-radius: 4px;
  padding: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #606d8f;
  font-weight: 600;
  font-size: 1.4rem;
  margin-right: 2rem;
}

div#customer_details span.select2-selection {
  background: transparent;
  border: none;
}

div#customer_details span.select2-selection__arrow {
  top: 1rem;
  right: 1rem;
}

div#customer_details span.select2-selection__rendered,
div#customer_details textarea::-webkit-input-placeholder {
  color: #606d8f;
}

div#customer_details span.select2-selection__rendered,
div#customer_details textarea:-ms-input-placeholder {
  color: #606d8f;
}

div#customer_details span.select2-selection__rendered,
div#customer_details textarea::-ms-input-placeholder {
  color: #606d8f;
}

div#customer_details span.select2-selection__rendered,
div#customer_details textarea::placeholder {
  color: #606d8f;
}

.your-order {
  background: #090d16;
  padding: 1rem;
}

.your-order .your-order-inner {
  background: #090d16;
  border: 2px solid #2d364a;
  padding: 2rem;
}

body.woocommerce-account.logged-in {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

body.woocommerce-account.logged-in .row:nth-of-type(2) .col {
  background: #090d16;
  padding: 1rem;
}

body.woocommerce-account.logged-in .woocommerce {
  background: #090d16;
  border: 2px solid #2d364a;
  padding: 2rem;
}

body.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation {
  border-right: 2px solid #2d364a;
}

body.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 1rem;
}

body.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation ul li:last-of-type {
  margin-bottom: 0;
}

body.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

body.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #0cd4de;
}

body.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation ul li.is-active {
  color: #0cd4de;
}

body.woocommerce-account.logged-in nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}

body.woocommerce-account.logged-in mark {
  background: #8f9dc3;
}

body.woocommerce-account.logged-in table.woocommerce-MyAccount-orders {
  margin-bottom: 0;
}

body.woocommerce-account.logged-in table.woocommerce-MyAccount-orders a.button {
  -webkit-transform: skew(0) !important;
          transform: skew(0) !important;
  transform: skew(0) !important;
  background-color: #8e9dc3 !important;
  color: white !important;
  font-size: 1.4rem !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  line-height: 1.5;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content section {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 2rem;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content section h2 {
  font-size: 3rem;
  font-style: italic;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content section address {
  font-size: 1.4rem;
  padding: 0;
  line-height: 1.5;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content section address p {
  margin-top: 0.5rem;
}

body.woocommerce-account.logged-in form.edit-account label,
body.woocommerce-account.logged-in form.edit-account em {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}

body.woocommerce-account.logged-in form.edit-account input {
  background: #101725;
  border: 2px solid #2d364a;
  border-radius: 4px;
  padding: 1rem 2rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #606d8f;
  font-weight: 600;
  font-size: 1.4rem;
}

body.woocommerce-account.logged-in div.subscription-totals {
  background-color: transparent;
}

body.woocommerce-order-received .thankyou-wrapper {
  background: #090d16;
  padding: 1rem;
}

body.woocommerce-order-received .thankyou-wrapper .thankyou-wrapper-inner {
  background: #090d16;
  border: 2px solid #2d364a;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.woocommerce-order-received .thankyou-wrapper p {
  color: white;
  font-size: 3rem;
  text-align: center;
}

body.woocommerce-order-received .thankyou-wrapper ul.woocommerce-thankyou-order-details {
  margin-bottom: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2rem;
}

body.woocommerce-order-received section.woocommerce-order-details {
  background: #090d16;
  padding: 2rem;
  margin: 4rem 0;
}

body.woocommerce-order-received section.woocommerce-customer-details {
  background: #090d16;
  padding: 2rem;
  margin: 0;
}

section.login-section {
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/home-welcome-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

section.login-section .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.login-section .login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

section.login-section .login-box-wrapper {
  background: #090d16;
  padding: 1rem;
  width: 60%;
}

section.login-section .wrapper-inner {
  border: 2px solid #2d364a;
  padding: 3rem;
}

section.login-section .wrapper-inner p.title {
  color: white;
  font-weight: 800;
  font-style: italic;
  font-size: 3.5rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

section.login-section .image-wrapper {
  width: 40%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/login-form.png);
  height: 100%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

section.login-section label {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
}

section.login-section .input-wrapper {
  -webkit-transform: skew(-12deg) !important;
          transform: skew(-12deg) !important;
  position: relative;
  background: #101725;
  border: 2px solid #2d364a;
  height: 5.4rem;
  border-radius: 4px;
}

section.login-section .input-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 1.6rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #5b6680;
  font-size: 1.4rem;
  -webkit-transform: skew(12deg) !important;
          transform: skew(12deg) !important;
}

section.login-section p.login-username,
section.login-section p.login-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

section.login-section p.login-remember {
  margin: 2rem 0;
  border: 1px solid red;
}

.input-wrapper {
  -webkit-transform: skew(-12deg) !important;
          transform: skew(-12deg) !important;
  position: relative;
  background: #101725;
  border: 2px solid #2d364a;
  height: 5.4rem;
  border-radius: 4px;
}

.input-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 1.6rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #5b6680;
  font-size: 1.4rem;
  -webkit-transform: skew(12deg) !important;
          transform: skew(12deg) !important;
}

.woocommerce form.woocommerce-form-login {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

.woocommerce p.remember-user-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1rem 0;
}

.login-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.login-wrapper .login-box-wrapper {
  background: #090d16;
  padding: 1rem;
  width: 60%;
}

.login-wrapper .wrapper-inner {
  border: 2px solid #2d364a;
  padding: 3rem;
}

.login-wrapper .wrapper-inner p.title {
  color: white;
  font-weight: 800;
  font-style: italic;
  font-size: 3.5rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.login-wrapper .image-wrapper {
  width: 40%;
  background-image: url(../../../../../wp-content/themes/prosense-theme/assets/img/login-form.png);
  min-height: 100%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-wrapper label {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
}

.login-wrapper .input-wrapper {
  -webkit-transform: skew(-12deg) !important;
          transform: skew(-12deg) !important;
  position: relative;
  background: #101725;
  border: 2px solid #2d364a;
  height: 5.4rem;
  border-radius: 4px;
}

.login-wrapper .input-wrapper input {
  position: absolute;
  top: 0;
  left: 7px;
  width: 97%;
  border: none;
  background-color: transparent;
  padding: 1.6rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #5b6680;
  font-size: 1.4rem;
  -webkit-transform: skew(12deg) !important;
          transform: skew(12deg) !important;
}

.login-wrapper p.woocommerce-form-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-bottom: 1rem;
}

.acceptance-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acceptance-wrapper input {
  margin-right: 1rem;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  border: 2px solid #2d364a;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.acceptance-wrapper input:after {
  background-color: transparent;
  width: 50%;
  height: 50%;
  content: '';
}

.acceptance-wrapper input:checked:after {
  background-color: #0cd4de;
}

body.page-template-register form .woocommerce-privacy-policy-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

body.page-template-register form .form-row:last-of-type {
  display: inline-block;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #101725 inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}

ul.woocommerce-error {
  background: transparent;
  color: white;
  font-family: "Open Sans", sans-serif;
  border: 2px solid #ec0c41;
}

div.woocommerce-message {
  background-color: transparent;
  color: white;
  font-family: "Open Sans", sans-serif;
  border: 2px solid #6ae156;
}

div.woocommerce-message:before {
  color: #6ae156;
}

p.lost-password-user {
  width: 100% !important;
}

p.reset-password-row {
  margin: 0 !important;
  margin-top: 1rem !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

form.lost_reset_password > p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: white;
  font-weight: 600;
}

.woocommerce-message ~ p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: white;
  font-weight: 600;
}

.register-row {
  margin-top: 1rem;
}

.simple-page-section {
  color: white;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #181b28;
}

.hamburger-box {
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #181b28;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.71429px, -7px, 0);
          transform: rotate(-45deg) translate3d(-3.71429px, -7px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*# sourceMappingURL=style.css.map */