<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli/Muli-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli/Muli-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli/Muli-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli/Muli-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
html {
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, Sans serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #262626;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start; }
  body.nav-open, body.search-open, body.login-open {
    overflow-y: hidden; }

.page-wrap {
  flex: 1 0 0;
  width: 100%; }

.wrapper {
  position: relative;
  width: 97%;
  max-width: 990px;
  min-width: 319px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper.-mid {
    max-width: 1150px; }
  .wrapper.-big {
    max-width: 1410px; }
  .wrapper.-blog {
    max-width: 1710px; }
  @media (max-width: 1039px) {
    .wrapper {
      width: 100%; } }
  .wrapper .wrapper {
    min-width: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.col {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative; }
  .col.-half {
    max-width: 100%; }
    @media (min-width: 768px) {
      .col.-half {
        max-width: 50%; } }

a {
  color: #262626;
  text-decoration: none;
  outline: 0;
  outline-style: none; }
  a:focus, a:active {
    outline: 0;
    outline-style: none;
    box-shadow: none; }
  a:hover {
    color: #fcd535;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0 none;
  outline: 0;
  outline-style: none;
  font-family: "Open Sans", Arial, Helvetica, Sans serif;
  cursor: pointer; }
  button:focus, button:active {
    outline: 0;
    outline-style: none;
    box-shadow: none; }

.btn {
  border: 0 none;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20em;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  transition: none;
  outline: 0;
  outline-style: none; }
  .btn:focus, .btn:active {
    outline: 0;
    outline-style: none;
    box-shadow: none; }
  .btn.btn-default {
    padding: 0 35px;
    color: #fcd535;
    background-color: #262626; }
    .btn.btn-default:hover {
      color: #fcd535;
      background-color: #0d0d0d; }
  .btn.btn-yellow {
    color: #262626;
    background-color: #f8ec31;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 18px;
    font-weight: 700; }
    .btn.btn-yellow:hover {
      color: #262626;
      background-color: #eee008; }
  .btn.btn-dark {
    color: #fcd535;
    background-color: #262626;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 18px;
    font-weight: 700; }
    .btn.btn-dark:hover {
      color: #fcd535;
      background-color: #333333; }
  .btn.btn-download {
    color: #ffffff;
    background-color: #262626;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 19px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    position: relative;
    padding-left: 46px;
    min-width: 180px; }
    .btn.btn-download:hover {
      color: #262626;
      background-color: #ffffff; }
    .btn.btn-download .icon-holder {
      position: absolute;
      left: 3px;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #ffffff;
      background-color: #262626; }
      .btn.btn-download .icon-holder svg {
        width: 20px; }
  .btn.btn-load-more {
    background-color: #ffffff;
    color: #262626;
    border: 1px solid #f0f0f0;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 18px;
    font-weight: 700;
    height: 46px;
    line-height: 44px;
    padding: 0 10px 0 20px; }
    .btn.btn-load-more .icon-holder {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      height: 30px;
      width: 30px;
      background-color: #fcd535;
      border-radius: 50%;
      margin-top: -4px;
      margin-left: 10px; }
      .btn.btn-load-more .icon-holder svg {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px; }
    .btn.btn-load-more:hover {
      background-color: #fcd535;
      border-color: #fcd535;
      color: #ffffff; }

.dark-box {
  background-color: #1e1e1e;
  color: #ffffff; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }
  ul.inline-list {
    font-size: 0; }
    ul.inline-list li {
      display: inline-block;
      font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, Helvetica, Sans serif;
  font-size: 43px;
  font-weight: 600;
  display: block;
  padding: 0;
  margin: 0; }

.highlight {
  color: #fcd535; }

.alert, .messages, .notification {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  clear: both;
  font-size: 15px;
  width: 100%; }
  .alert.info, .messages.info, .notification.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }
  .alert.alert, .messages.alert, .notification.alert {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
  .alert.error, .messages.error, .notification.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
  .alert.success, .messages.success, .notification.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
  .alert p, .messages p, .notification p {
    margin: 0; }

table {
  width: 100%;
  margin-bottom: 10px; }
  table tr {
    border-bottom: 1px solid #f0f0f0; }
  table th {
    font-weight: 600;
    padding: 10px; }
  table td {
    padding: 10px;
    font-size: 15px; }

iframe {
  border: 0 none; }

.desktop.-show {
  display: none; }
  @media (min-width: 1040px) {
    .desktop.-show {
      display: block; } }
.desktop.-hide {
  display: block; }
  @media (min-width: 1040px) {
    .desktop.-hide {
      display: none; } }

.dropdown .backdrop,
.mb-drop .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999; }

::selection {
  color: #ffffff;
  background-color: rgba(252, 213, 53, 0.9); }

button.btn-selectpicker,
button.btn-selectpicker.form-control,
input[type="text"],
input[type="text"].form-control,
input[type="number"],
input[type="number"].form-control,
input[type="search"],
input[type="search"].form-control,
input[type="password"],
input[type="password"].form-control,
input[type="email"],
input[type="email"].form-control,
input[type="color"],
input[type="color"].form-control,
select,
select.form-control,
textarea,
textarea.form-control {
  width: 100%;
  padding: 0 15px;
  border-radius: 3px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  color: #262626;
  font-size: 14px;
  outline: 0;
  outline-style: none; }
  button.btn-selectpicker:focus, button.btn-selectpicker:active,
  button.btn-selectpicker.form-control:focus,
  button.btn-selectpicker.form-control:active,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="text"].form-control:focus,
  input[type="text"].form-control:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="number"].form-control:focus,
  input[type="number"].form-control:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="search"].form-control:focus,
  input[type="search"].form-control:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="password"].form-control:focus,
  input[type="password"].form-control:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="email"].form-control:focus,
  input[type="email"].form-control:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  input[type="color"].form-control:focus,
  input[type="color"].form-control:active,
  select:focus,
  select:active,
  select.form-control:focus,
  select.form-control:active,
  textarea:focus,
  textarea:active,
  textarea.form-control:focus,
  textarea.form-control:active {
    outline: 0;
    outline-style: none;
    box-shadow: none; }
  button.btn-selectpicker:-moz-placeholder,
  button.btn-selectpicker.form-control:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="text"].form-control:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="number"].form-control:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="search"].form-control:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="password"].form-control:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="email"].form-control:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  input[type="color"].form-control:-moz-placeholder,
  select:-moz-placeholder,
  select.form-control:-moz-placeholder,
  textarea:-moz-placeholder,
  textarea.form-control:-moz-placeholder {
    opacity: 1;
    color: #8F8F8F; }
  button.btn-selectpicker::-moz-placeholder,
  button.btn-selectpicker.form-control::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="text"].form-control::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="number"].form-control::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="search"].form-control::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="password"].form-control::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="email"].form-control::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="color"].form-control::-moz-placeholder,
  select::-moz-placeholder,
  select.form-control::-moz-placeholder,
  textarea::-moz-placeholder,
  textarea.form-control::-moz-placeholder {
    opacity: 1;
    color: #8F8F8F; }
  button.btn-selectpicker:-ms-input-placeholder,
  button.btn-selectpicker.form-control:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="text"].form-control:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="number"].form-control:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="search"].form-control:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="password"].form-control:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="email"].form-control:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="color"].form-control:-ms-input-placeholder,
  select:-ms-input-placeholder,
  select.form-control:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  textarea.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #8F8F8F; }
  button.btn-selectpicker::-webkit-input-placeholder,
  button.btn-selectpicker.form-control::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="text"].form-control::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"].form-control::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="search"].form-control::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"].form-control::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"].form-control::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="color"].form-control::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  select.form-control::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  textarea.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #8F8F8F; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button,
input[type="number"].form-control::-webkit-inner-spin-button,
input[type="number"].form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

textarea,
textarea.form-control {
  height: auto;
  min-height: 120px;
  resize: vertical;
  line-height: 1.2;
  padding: 10px 15px; }

select[multiple],
select[multiple].form-control {
  height: 150px; }

input.hidden-field {
  display: none; }

.form-col form,
.form-col .pseudo-form {
  display: flex;
  flex-flow: row wrap;
  max-width: 700px;
  margin: 0 auto; }
  .form-col form &gt; .row,
  .form-col .pseudo-form &gt; .row {
    flex-basis: 100%; }

.form-block.-edit-profile {
  display: flex;
  width: 100%; }

.form-item {
  flex: 0 1 auto;
  margin-bottom: 15px;
  position: relative; }
  .form-item.-full {
    flex-basis: 100%; }
  .form-item.-half {
    flex-basis: 100%; }
    @media (min-width: 768px) {
      .form-item.-half {
        flex-basis: 50%; } }
  .form-item.-link {
    flex-basis: 100%;
    text-align: center; }
    .form-item.-link a {
      display: block;
      color: #fcd535;
      font-weight: 700;
      font-size: 13px; }
      .form-item.-link a:hover {
        color: #fddf67; }
      .form-item.-link a + a, .form-item.-link a + .btn {
        margin-top: 10px; }
  .form-item.-actions {
    flex-basis: 100%;
    margin-bottom: 0;
    text-align: center;
    font-size: 0; }
    .form-item.-actions .btn {
      height: 40px;
      line-height: 40px; }
      .form-item.-actions .btn + .btn {
        margin-left: 10px; }
  .form-item &gt; label, .form-item &gt; .label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #8f8f8f;
    line-height: 1; }

.captcha {
  display: block;
  position: relative;
  padding-left: 112px; }
  .captcha img {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: auto; }

.checkbox,
.radio {
  display: block; }
  .checkbox.-inline,
  .radio.-inline {
    display: inline-block; }
    .checkbox.-inline + .-inline,
    .radio.-inline + .-inline {
      margin-left: 15px; }
  .checkbox label,
  .radio label {
    position: relative; }
    .checkbox label input[type="checkbox"],
    .checkbox label input[type="radio"],
    .radio label input[type="checkbox"],
    .radio label input[type="radio"] {
      position: absolute;
      width: 0;
      height: 0;
      visibility: hidden; }
    .checkbox label .sub-label,
    .radio label .sub-label {
      position: relative;
      padding-left: 25px;
      display: block; }
      .checkbox label .sub-label::before,
      .radio label .sub-label::before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 2px;
        left: 0;
        border: 2px solid #f0f0f0; }
      .checkbox label .sub-label::after,
      .radio label .sub-label::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 6px;
        left: 4px;
        background-color: #fcd535;
        opacity: 0;
        transition: opacity 0.3s ease 0s; }
    .checkbox label input[type="checkbox"]:checked + .sub-label::after,
    .checkbox label input[type="radio"]:checked + .sub-label::after,
    .radio label input[type="checkbox"]:checked + .sub-label::after,
    .radio label input[type="radio"]:checked + .sub-label::after {
      opacity: 1; }

.radio label .sub-label::before, .radio label .sub-label::after {
  border-radius: 50%; }

.switch {
  display: block; }
  .switch.-inline {
    display: inline-block; }
    .switch.-inline + .-inline {
      margin-left: 15px; }
  .switch label {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0; }
    .switch label input[type="checkbox"],
    .switch label input[type="radio"] {
      position: absolute;
      width: 0;
      height: 0;
      visibility: hidden; }
    .switch label .sub-label {
      position: relative;
      padding-left: 46px;
      display: block; }
      .switch label .sub-label::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #595959;
        border-radius: 20em;
        height: 20px;
        width: 36px;
        transition: background-color 0.3s ease 0s; }
      .switch label .sub-label::after {
        content: "";
        position: absolute;
        left: 2px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: #8F8F8F;
        height: 16px;
        width: 16px;
        transition: background-color 0.3s ease 0s, left 0.3s ease 0s; }
    .switch label input[type="checkbox"]:checked + .sub-label::before,
    .switch label input[type="radio"]:checked + .sub-label::before {
      background-color: #262626; }
    .switch label input[type="checkbox"]:checked + .sub-label::after,
    .switch label input[type="radio"]:checked + .sub-label::after {
      background-color: #fcd535;
      left: 18px; }

.bootstrap-select select {
  display: none; }
.bootstrap-select &gt; .dropdown-toggle {
  position: relative; }
.bootstrap-select .dropdown-menu {
  background-color: #ffffff; }
  .bootstrap-select .dropdown-menu.inner {
    display: block; }
  .bootstrap-select .dropdown-menu.show {
    display: block; }
  .bootstrap-select .dropdown-menu a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-transform: none; }
    .bootstrap-select .dropdown-menu a:hover {
      color: #333333;
      background-color: #f0f0f0; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 100%;
  width: 100% \0;
  /*IE9 and below*/
  position: relative;
  /*  &amp;:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
      width: $width-default;
    }*/
  /*    .dropdown-toggle:focus {
          outline: thin dotted #333333 !important;
          outline: 5px auto -webkit-focus-ring-color !important;
          outline-offset: -2px;
      }*/ }
  .bootstrap-select &gt; .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select &gt; .dropdown-toggle.bs-placeholder, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:hover, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:focus, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select &gt; select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select &gt; select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) &gt; .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group &gt; .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group &gt; .disabled:focus {
    outline: none !important; }
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.bootstrap-select.btn-group .dropdown-toggle::after {
  display: none; }
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle {
  z-index: 1061; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.header-sec {
  background-color: #fcd535;
  position: static; }
  .header-sec.affix {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50; }
  .header-sec .row {
    justify-content: space-between;
    align-items: center; }

.logo-col {
  flex: 1 0 0; }
  .logo-col a {
    display: block;
    max-width: 285px;
    height: 104px;
    line-height: 104px;
    transition: all 0.3s ease 0s; }
    .affix .logo-col a {
      height: 60px;
      line-height: 60px; }
    @media (max-width: 767px) {
      .logo-col a {
        max-width: 200px;
        height: 60px;
        line-height: 60px; } }
  .logo-col svg {
    display: inline-block;
    vertical-align: middle;
    max-height: 90%; }

.nav-col {
  flex-basis: 0; }
  @media (max-width: 539px) {
    .nav-col {
      padding-left: 0;
      padding-right: 0;
      position: fixed;
      top: 60px;
      left: 0;
      width: 0;
      bottom: 0;
      z-index: 50;
      background-color: rgba(0, 0, 0, 0.6);
      transition: width 0.3s ease 0s; }
      .nav-open .nav-col {
        width: 100%; } }

@media (max-width: 539px) {
  .main-nav {
    flex-flow: column nowrap;
    width: 260px;
    height: 100%;
    background-color: #000000;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    left: -261px;
    transition: left 0.3s ease 0s; }
    .nav-open .main-nav {
      left: 0; } }
.nav-list {
  font-size: 0;
  white-space: nowrap; }
  @media (max-width: 539px) {
    .nav-list {
      margin-top: 10px; } }
  .nav-list &gt; li {
    display: inline-block;
    font-size: 16px; }
    @media (min-width: 540px) {
      .nav-list &gt; li + li {
        margin-left: 50px; } }
  @media (min-width: 540px) and (max-width: 767px) {
    .nav-list &gt; li + li {
      margin-left: 20px; } }

    @media (max-width: 539px) {
      .nav-list &gt; li {
        display: block;
        padding: 0 15px; } }
  .nav-list a {
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-weight: 700; }
    .nav-list a:hover {
      color: #ffffff; }
    @media (max-width: 539px) {
      .nav-list a {
        height: 40px;
        line-height: 40px;
        color: #fcd535; } }
  .nav-list .btn.btn-default {
    height: 50px;
    line-height: 50px;
    padding: 0 60px;
    transition: all 0.3s ease 0s; }
    .affix .nav-list .btn.btn-default {
      height: 40px;
      line-height: 40px; }
    @media (max-width: 767px) {
      .nav-list .btn.btn-default {
        padding: 0 25px;
        height: 40px;
        line-height: 40px; } }
    @media (max-width: 539px) {
      .nav-list .btn.btn-default {
        width: 100%;
        margin-top: 20px; } }

.ucp-trigger {
  position: relative;
  z-index: 1001; }

.ucp-dorp {
  margin-top: 20px;
  border-color: #f0f0f0;
  border-radius: 0;
  padding: 0; }
  .show .ucp-dorp::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 11px 13px;
    border-color: transparent transparent #ffffff transparent; }
  .ucp-dorp &gt; li {
    display: block; }
    .ucp-dorp &gt; li + li {
      border-top: 1px solid #f0f0f0; }
  .ucp-dorp a {
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-family: "Open Sans", Arial, Helvetica, Sans serif;
    font-size: 14px;
    font-weight: 600;
    color: #8F8F8F; }
    .ucp-dorp a .icon-holder {
      display: inline-block;
      width: 36px;
      margin-right: 35px; }
      .ucp-dorp a .icon-holder svg {
        display: inline-block;
        vertical-align: middle; }
    .ucp-dorp a .sub-label {
      display: inline-block; }
    .ucp-dorp a:hover {
      color: #fcd535; }
  .ucp-dorp .switch {
    padding: 0 20px;
    height: 60px;
    line-height: 60px; }
    .ucp-dorp .switch .sub-label {
      font-family: "Open Sans", Arial, Helvetica, Sans serif;
      font-size: 14px;
      font-weight: 600;
      color: #8F8F8F;
      padding-left: 76px; }

.trigger-col {
  flex: 0 0 40px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 540px) {
    .trigger-col {
      display: none; } }
  .trigger-col .btn-trigger {
    margin: 0;
    border: 0 none;
    padding: 0 10px;
    color: #262626; }
    .trigger-col .btn-trigger svg {
      width: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px; }

.footer-sec {
  width: 100%;
  background-color: #1e1e1e;
  color: #ffffff;
  position: relative; }

.footer-nav-col {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .footer-nav-col {
      margin-top: 10px;
      margin-bottom: 10px; } }

.footer-nav {
  font-size: 0; }
  .footer-nav li {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-nav li {
        display: inline-block; }
        .footer-nav li + li {
          margin-left: 40px; } }
  .footer-nav a {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 40px; }
    .footer-nav a:hover {
      color: #fcd535; }

.footer-sep {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #414141; }

.help-col {
  margin-top: 50px;
  margin-bottom: 150px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    .help-col {
      margin-bottom: 50px; } }
  .help-col .help-label {
    flex: 1 0 0;
    font-size: 31px;
    font-weight: 600;
    padding-right: 20px; }
    @media (max-width: 539px) {
      .help-col .help-label {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 10px; } }
  .help-col .help-action {
    flex: 0 0 auto;
    text-align: right; }
    @media (max-width: 539px) {
      .help-col .help-action {
        flex-basis: 100%;
        text-align: center; } }
  .help-col .btn.btn-dark {
    height: 50px;
    line-height: 50px;
    padding: 0 50px; }

.copywrite-col {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 100px; }

.footer-logo {
  flex: 1 0 100%;
  margin-bottom: 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-logo {
      flex: 0 0 240px;
      margin-right: 55px;
      margin-bottom: 0; } }
  .footer-logo a {
    display: inline-block;
    width: 240px; }

.copywrite {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  color: #8f8f8f; }
  @media (max-width: 767px) {
    .copywrite {
      flex: 1 0 100%;
      text-align: center; } }
  .copywrite a {
    color: #8f8f8f; }
    .copywrite a:hover {
      color: #fcd535; }

.chat-box {
  position: absolute;
  bottom: 100px;
  right: 30px;
  text-align: right; }
  @media (max-width: 1039px) {
    .chat-box {
      right: 10px; } }
  @media (max-width: 767px) {
    .chat-box {
      display: none; } }
  .chat-box .label {
    color: #8f8f8f;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    width: 220px;
    margin-bottom: 30px;
    text-align: left; }
  .chat-box .chat-trigger {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    color: #ffffff;
    background-color: #f8ec31;
    text-align: center;
    border-radius: 50%; }
    .chat-box .chat-trigger svg {
      display: inline-block;
      vertical-align: middle; }

.stars-bg {
  background-color: #fcd535;
  background-image: url("../images/stars-bg.png");
  background-position: center bottom;
  background-repeat: repeat-x; }
  .stars-bg.-welcome {
    margin-bottom: 95px; }
    @media (max-width: 539px) {
      .stars-bg.-welcome {
        margin-bottom: 75px; } }

.title-col h1, .title-col h2, .title-col h3, .title-col h4, .title-col h5, .title-col h6 {
  font-size: 43px;
  font-weight: 600; }
.title-col .sub-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
  display: block; }
.title-col .sub-label {
  display: block;
  font-family: "Muli", Arial, Helvetica, Sans serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.welcome-col {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .welcome-col {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      padding-top: 30px;
      padding-bottom: 60px; } }
  .welcome-col .shield-icon {
    position: absolute;
    bottom: -55px;
    right: 10px;
    width: 110px;
    height: 110px; }
  @media (max-width: 767px) {
    .welcome-col .title-col {
      flex: 1 0 0; } }
  @media (max-width: 539px) {
    .welcome-col .title-col {
      flex-basis: 100%;
      margin-bottom: 10px; } }
  .welcome-col .title-col h1 {
    margin-bottom: 10px; }

.about-col {
  text-align: center;
  margin-bottom: 60px; }
  .about-col .title-col .sub-label {
    margin-bottom: 20px; }
  .about-col .title-col .sub-title {
    max-width: 550px;
    margin: 0 auto; }

.why-col {
  text-align: center;
  margin-bottom: 70px; }
  @media (max-width: 1039px) {
    .why-col {
      margin-bottom: 30px; } }
  .why-col &gt; .inner-col {
    background-color: #f0f0f0; }
  .why-col .title-col {
    margin-top: 50px;
    margin-bottom: 30px; }
    @media (max-width: 1039px) {
      .why-col .title-col {
        margin-top: 20px; } }
    .why-col .title-col h1, .why-col .title-col h2, .why-col .title-col h3, .why-col .title-col h4, .why-col .title-col h5, .why-col .title-col h6 {
      font-size: 31px; }

.why-info {
  display: block;
  max-width: 950px;
  background-color: #262626;
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  top: -60px;
  padding-top: 30px;
  border-radius: 25px 0; }
  .why-info .sub-desc {
    font-size: 19px;
    font-weight: 700;
    line-height: 31px;
    display: block;
    margin: 0 auto;
    max-width: 540px;
    padding: 0 20px; }
  .why-info .sub-label {
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 50px;
    background-color: #f8ec31;
    color: #262626;
    border-radius: 20em;
    display: inline-block;
    position: relative;
    top: 100%;
    margin: 0 40px;
    transform: translateY(50%); }

.why-item-col {
  flex: 1 0 33.333334%;
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .why-item-col {
      flex-basis: 100%; } }
  .why-item-col .icon-holder {
    max-width: 124px;
    margin: 0 auto 35px;
    display: block; }
  .why-item-col .sub-label {
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 20px; }
  .why-item-col .sub-desc {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #8f8f8f; }

.servers-col {
  text-align: center;
  margin-bottom: 130px; }
  @media (max-width: 1039px) {
    .servers-col {
      margin-bottom: 60px; } }
  .servers-col .title-col {
    margin-bottom: 50px; }
    .servers-col .title-col h1, .servers-col .title-col h2, .servers-col .title-col h3, .servers-col .title-col h4, .servers-col .title-col h5, .servers-col .title-col h6 {
      margin-bottom: 10px; }
    .servers-col .title-col .sub-title {
      max-width: 480px;
      margin: 0 auto; }

.map-info {
  display: flex;
  align-items: center;
  max-width: 315px;
  margin: 30px auto 0; }
  .map-info .label {
    flex: 1 0 0;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    color: #262626;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #262626;
    text-align: left; }
  .map-info svg {
    flex: 0 0 20px; }

.legal-col {
  margin-bottom: 60px; }
  .legal-col .title-col h1, .legal-col .title-col h2, .legal-col .title-col h3, .legal-col .title-col h4, .legal-col .title-col h5, .legal-col .title-col h6 {
    font-size: 31px; }
  .legal-col .sub-desc {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px; }
  .legal-col .sub-label {
    color: #262626;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 15px; }
  .legal-col .btn.btn-yellow {
    height: 50px;
    line-height: 50px; }
    @media (max-width: 539px) {
      .legal-col .btn.btn-yellow {
        height: auto;
        line-height: 1.4;
        padding: 12px 20px; } }

.legal-left-col,
.legal-right-col {
  margin-bottom: 20px; }

.legal-left-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }
  @media (max-width: 1039px) {
    .legal-left-col.-half {
      max-width: 66.666667%; }
    .legal-left-col .title-col,
    .legal-left-col .sub-desc {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .legal-left-col.-half {
      max-width: 100%; } }

.legal-right-col {
  text-align: center; }
  @media (max-width: 1039px) {
    .legal-right-col.-half {
      max-width: 33.333334%; } }
  @media (max-width: 767px) {
    .legal-right-col {
      display: none; } }

.options-col {
  margin-top: 100px; }
  @media (max-width: 1039px) {
    .options-col {
      margin-top: 20px; } }
  .options-col .title-col {
    margin-bottom: 60px; }
    @media (max-width: 1039px) {
      .options-col .title-col {
        margin-bottom: 20px; } }

.option-item-col {
  flex: 1 0 33.333334%;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 899px) {
    .option-item-col {
      flex-basis: 100%;
      margin-bottom: 10px; } }
  .option-item-col a {
    display: block;
    padding: 0 15px;
    background-color: #161616;
    color: #ffffff;
    border: 1px solid #161616;
    font-family: "Muli", Arial, Helvetica, Sans serif; }
  .option-item-col:nth-child(2) a {
    border-color: #979797; }
  @media (min-width: 900px) {
    .option-item-col.active::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -31px;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 19px 17px 19px;
      border-color: transparent transparent #ffffff transparent; } }
  .option-item-col.active a {
    background-color: #ffffff;
    color: #262626;
    border-color: #ffffff; }

.option-top-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: -1px;
  margin-bottom: 125px; }
  @media (max-width: 899px) {
    .option-top-info {
      margin-bottom: 15px; } }

.option-time {
  flex: 0 0 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
  white-space: nowrap; }

.option-saveing {
  flex: 0 0 0;
  white-space: nowrap; }
  .option-saveing .sub-label {
    color: #8f8f8f;
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    margin-right: 10px; }
  .option-saveing .label {
    display: inline-block;
    width: 50px;
    height: 66px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    color: #ffffff; }
    .option-saveing .label.-empty {
      line-height: 64px;
      border-color: #4a4a4a;
      border-style: solid;
      border-width: 1px 1px 0 1px; }
      .option-saveing .label.-empty::before {
        content: "";
        position: absolute;
        bottom: 6px;
        left: -3px;
        right: 45%;
        height: 1px;
        background-color: #4a4a4a;
        transform: rotate(-30deg); }
      .option-saveing .label.-empty::after {
        content: "";
        position: absolute;
        bottom: 6px;
        left: 45%;
        right: -2px;
        height: 1px;
        background-color: #4a4a4a;
        transform: rotate(30deg); }
      .active .option-saveing .label.-empty {
        color: #262626; }
    .option-saveing .label.-full {
      line-height: 66px;
      background-color: #e55252; }
      .option-saveing .label.-full::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 13px 25px;
        border-color: transparent transparent #161616 transparent; }
        .active .option-saveing .label.-full::before {
          border-color: transparent transparent #ffffff transparent; }

.option-main-info {
  display: block;
  margin-bottom: 45px; }
  @media (max-width: 899px) {
    .option-main-info {
      margin-bottom: 15px;
      position: relative; } }

.option-price {
  display: block;
  font-family: "Open Sans", Arial, Helvetica, Sans serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px; }
  .option-price .super {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    margin-left: 5px; }

.option-devices {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 20px; }

.option-action {
  display: inline-block;
  border-radius: 20em;
  background-color: #f8ec31;
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  padding: 0 55px;
  height: 50px;
  line-height: 50px; }
  @media (max-width: 899px) and (min-width: 480px) {
    .option-action {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); } }

.option-price-full {
  display: block;
  margin-top: 20px;
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px; }

.payment-col {
  display: none;
  padding-top: 50px;
  padding-bottom: 60px; }
  @media (max-width: 899px) {
    .payment-col {
      margin-top: 20px;
      margin-bottom: 30px; } }
  .payment-col .title-col {
    margin-bottom: 20px; }

.payment-item {
  display: block;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px; }

.payment-trigger {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  line-height: 60px; }
  .payment-trigger .arrow {
    flex: 0 0 27px;
    margin-right: 20px;
    position: relative; }
    .payment-trigger .arrow::before {
      content: "";
      position: absolute;
      left: 5px;
      top: 0;
      width: 10px;
      height: 2px;
      background-color: #262626;
      transform: rotate(45deg); }
    .payment-trigger .arrow::after {
      content: "";
      position: absolute;
      right: 6px;
      top: 0;
      width: 10px;
      height: 2px;
      background-color: #262626;
      transform: rotate(-45deg); }
    .active .payment-trigger .arrow::before {
      transform: rotate(-45deg); }
    .active .payment-trigger .arrow::after {
      transform: rotate(45deg); }
  .payment-trigger .sub-label {
    flex: 1 0 0;
    font-size: 15px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .payment-trigger .sub-label {
        text-align: center; } }
  .payment-trigger .icons {
    flex: 0 1 auto;
    max-width: 50%; }
    @media (max-width: 767px) {
      .payment-trigger .icons {
        display: none; } }

.payment-box {
  display: none;
  padding: 15px;
  position: relative; }
  .active .payment-box {
    display: block; }
  .payment-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #f0f0f0; }

.user-sec,
.service-sec {
  background-color: #fcd535;
  padding-top: 75px; }
  .user-sec .title-col,
  .service-sec .title-col {
    text-align: center;
    margin-bottom: 70px; }
    @media (max-width: 599px) {
      .user-sec .title-col h1, .user-sec .title-col h2, .user-sec .title-col h3, .user-sec .title-col h4, .user-sec .title-col h5, .user-sec .title-col h6,
      .service-sec .title-col h1,
      .service-sec .title-col h2,
      .service-sec .title-col h3,
      .service-sec .title-col h4,
      .service-sec .title-col h5,
      .service-sec .title-col h6 {
        font-size: 7vw; } }

.user-info-col &gt; .inner-col {
  padding: 40px 40px 0;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .user-info-col &gt; .inner-col {
      padding: 20px 20px 0;
      margin-bottom: 20px; } }
.user-info-col .user-info-header {
  text-transform: uppercase;
  font-family: "Muli", Arial, Helvetica, Sans serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 60px; }
.user-info-col .user-info-block {
  display: block;
  margin-bottom: 25px; }
  .user-info-col .user-info-block .sub-label {
    font-weight: 600;
    margin-bottom: 10px; }
  .user-info-col .user-info-block .sub-desc {
    font-size: 19px;
    font-weight: 900; }
.user-info-col.-service {
  flex: 0 1 330px; }
  @media (max-width: 767px) {
    .user-info-col.-service {
      flex: 1 0 100%; } }
  .user-info-col.-service &gt; .inner-col {
    background-color: #161616; }
  .user-info-col.-service .user-info-header {
    color: #fcd535; }
  .user-info-col.-service .user-info-block .sub-label {
    color: #8f8f8f; }
  .user-info-col.-service .user-info-block .sub-desc {
    color: #ffffff; }
  .user-info-col.-service .user-info-block.-status.-on .sub-desc {
    color: #C5FF95; }
  .user-info-col.-service .user-info-block.-status.-off .sub-desc {
    color: #ff9494; }
.user-info-col.-payment {
  flex: 1 0 0; }
  @media (max-width: 767px) {
    .user-info-col.-payment {
      flex: 1 0 100%; } }

.vpn-switch {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  .vpn-switch::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    height: 1px;
    background-color: rgba(240, 240, 240, 0.2); }
    @media (max-width: 767px) {
      .vpn-switch::before {
        left: -20px;
        right: -20px; } }
  .vpn-switch .switch label .sub-label {
    padding-left: 90px;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff; }
    .vpn-switch .switch label .sub-label::before {
      width: 72px;
      height: 40px;
      background-color: #414141; }
    .vpn-switch .switch label .sub-label::after {
      height: 32px;
      width: 32px; }
  .vpn-switch .switch label input[type="checkbox"]:checked + .sub-label::before {
    background-color: #414141; }
  .vpn-switch .switch label input[type="checkbox"]:checked + .sub-label::after {
    left: 37px; }

.download-col {
  margin-bottom: 80px; }

.border-box {
  border: 1px solid #c6a727;
  margin-top: 20px;
  margin-bottom: 40px; }
  .border-box .title-col {
    text-align: left;
    margin-bottom: 40px; }
    .border-box .title-col .sub-title {
      font-family: "Muli", Arial, Helvetica, Sans serif;
      display: inline-block;
      padding: 0 30px;
      position: relative;
      bottom: 14px;
      margin: 0 10px;
      background-color: #fcd535;
      text-align: center; }

.download-items {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch; }

.ios-icon {
  display: inline-block;
  border-radius: 50%;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background-color: #262626;
  color: #fcd535;
  font-family: "Muli", Arial, Helvetica, Sans serif;
  font-size: 19px;
  font-weight: 700; }

.download-item {
  flex: 0 0 25%;
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .download-item {
      flex-basis: 50%; } }
  @media (max-width: 479px) {
    .download-item {
      flex-basis: 100%; } }
  .download-item .icon-holder {
    display: block;
    margin: 0 auto;
    height: 60px;
    margin-bottom: 20px; }
    .download-item .icon-holder svg {
      height: 100%;
      width: auto; }
  .download-item .label {
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px; }
  .download-item .download-action {
    text-align: center; }
    @media (min-width: 768px) {
      .download-item .download-action {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -53px; } }

.download-info {
  line-height: 40px; }
  @media (min-width: 768px) {
    .download-info {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .download-info {
      text-align: center; } }
  .download-info .label {
    display: inline-block;
    line-height: 1.4;
    margin-right: 10px; }
    @media (max-width: 659px) {
      .download-info .label {
        display: block;
        margin-right: 0;
        margin-bottom: 10px; } }
  .download-info .btn.btn-yellow {
    height: auto;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px; }

.srvice-col {
  margin-bottom: 75px; }
  .srvice-col .title-col {
    margin: 0 auto;
    max-width: 585px; }

.service-bg {
  margin-bottom: 30px; }

.how-to-col {
  margin-bottom: 40px; }

.how-to-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start; }

.how-to-item {
  flex: 1 0 33.333334%;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 599px) {
    .how-to-item {
      flex-basis: 100%; } }
  .how-to-item .icon-holder {
    height: 85px;
    margin-bottom: 20px; }
    .how-to-item .icon-holder svg {
      height: 100%;
      width: auto; }
  .how-to-item .label {
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 19px;
    font-weight: 700;
    max-width: 200px;
    margin: 0 auto; }

.blog-sec .title-col,
.post-sec .title-col {
  margin-top: 75px;
  margin-bottom: 20px;
  text-align: center; }
  @media (max-width: 599px) {
    .blog-sec .title-col,
    .post-sec .title-col {
      margin-top: 30px; } }
  .blog-sec .title-col h1, .blog-sec .title-col h2, .blog-sec .title-col h3, .blog-sec .title-col h4, .blog-sec .title-col h5, .blog-sec .title-col h6,
  .post-sec .title-col h1,
  .post-sec .title-col h2,
  .post-sec .title-col h3,
  .post-sec .title-col h4,
  .post-sec .title-col h5,
  .post-sec .title-col h6 {
    margin-bottom: 20px; }
.blog-sec .-blog .row,
.post-sec .-blog .row {
  justify-content: center; }

.blog-top-item {
  flex: 1 0 100%;
  max-width: 32%;
  margin-bottom: 50px; }
  @media (min-width: 1040px) {
    .blog-top-item:nth-child(2) {
      max-width: 36%; } }
  @media (max-width: 1039px) {
    .blog-top-item {
      max-width: 50%; } }
  @media (max-width: 767px) {
    .blog-top-item {
      max-width: 100%; } }
  .blog-top-item .image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 64.6464646465%;
    margin-bottom: 20px; }
    .blog-top-item .image img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      height: auto;
      transition: transform 0.3s ease 0s; }
  .blog-top-item .item-info {
    display: block;
    text-align: center;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-weight: 700; }
  .blog-top-item .item-date {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .blog-top-item .item-title {
    display: block;
    font-size: 19px; }
  .blog-top-item a {
    display: block;
    padding: 0 10px; }
    @media (max-width: 599px) {
      .blog-top-item a {
        padding: 0; } }
    .blog-top-item a:hover {
      color: #ffffff; }
      .blog-top-item a:hover .image img {
        transform: translateY(-50%) scale(1.2); }

.blog-item-col {
  flex: 1 0 100%;
  margin-bottom: 40px; }
  .blog-item-col &gt; .inner-col {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch; }
  .blog-item-col:not(:last-child) &gt; .inner-col {
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0; }
  .blog-item-col .image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 64.6464646465%; }
    .blog-item-col .image img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      height: auto;
      transition: transform 0.3s ease 0s; }
  .blog-item-col .thumb-box {
    flex: 1 0 40%;
    padding-right: 60px; }
    @media (max-width: 1039px) {
      .blog-item-col .thumb-box {
        padding-right: 30px; } }
    @media (max-width: 599px) {
      .blog-item-col .thumb-box {
        flex-basis: 100%;
        margin-bottom: 15px;
        padding-right: 0; } }
    .blog-item-col .thumb-box a:hover .image img {
      transform: translateY(-50%) scale(1.2); }
  .blog-item-col .info-box {
    flex: 1 0 60%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    font-family: "Muli", Arial, Helvetica, Sans serif; }
    @media (max-width: 599px) {
      .blog-item-col .info-box {
        flex-basis: 100%; } }
  .blog-item-col .item-date {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .blog-item-col .item-title {
    margin-bottom: 15px; }
    .blog-item-col .item-title a {
      display: block;
      margin-bottom: 10px;
      font-family: "Muli", Arial, Helvetica, Sans serif;
      font-size: 19px;
      font-weight: 700;
      line-height: 31px; }
    .blog-item-col .item-title .sub-label {
      font-weight: 600;
      line-height: 28px;
      color: #8F8F8F; }
  .blog-item-col .btn.btn-yellow {
    max-width: 206px; }

.load-more-col {
  text-align: center;
  margin-bottom: 80px; }

.post-header-col &gt; .inner-col {
  display: block;
  margin: 0 auto;
  max-width: 935px;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 64.1711229947%;
  color: #ffffff;
  text-align: center;
  margin-bottom: -45px; }
  .post-header-col &gt; .inner-col img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    max-width: none; }
  .post-header-col &gt; .inner-col .post-date {
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 25px;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 11px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .post-header-col &gt; .inner-col .post-date {
        top: 3%; } }
  .post-header-col &gt; .inner-col .post-title {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 35px; }
    @media (max-width: 767px) {
      .post-header-col &gt; .inner-col .post-title {
        bottom: 5%; } }
    .post-header-col &gt; .inner-col .post-title h1, .post-header-col &gt; .inner-col .post-title h2, .post-header-col &gt; .inner-col .post-title h3, .post-header-col &gt; .inner-col .post-title h4, .post-header-col &gt; .inner-col .post-title h5, .post-header-col &gt; .inner-col .post-title h6 {
      font-size: 43px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .post-header-col &gt; .inner-col .post-title h1, .post-header-col &gt; .inner-col .post-title h2, .post-header-col &gt; .inner-col .post-title h3, .post-header-col &gt; .inner-col .post-title h4, .post-header-col &gt; .inner-col .post-title h5, .post-header-col &gt; .inner-col .post-title h6 {
          font-size: 6vw; } }

.post-col,
.static-col {
  max-width: 745px;
  margin: 0 auto 80px; }
  .post-col h1, .post-col h2, .post-col h3, .post-col h4, .post-col h5, .post-col h6,
  .static-col h1,
  .static-col h2,
  .static-col h3,
  .static-col h4,
  .static-col h5,
  .static-col h6 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 44px; }
  .post-col p,
  .static-col p {
    font-weight: 600;
    line-height: 28px;
    color: #8F8F8F;
    margin-bottom: 40px; }
  .post-col img,
  .static-col img {
    display: block;
    margin: 0 auto 40px; }
  .post-col ul,
  .static-col ul {
    margin-bottom: 40px; }
    .post-col ul li,
    .static-col ul li {
      position: relative;
      padding-left: 36px;
      line-height: 36px;
      color: #8F8F8F; }
      .post-col ul li::before,
      .static-col ul li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fcd535; }

.related-sec .title-col {
  margin-bottom: 30px; }
  .related-sec .title-col h1, .related-sec .title-col h2, .related-sec .title-col h3, .related-sec .title-col h4, .related-sec .title-col h5, .related-sec .title-col h6 {
    font-size: 31px; }

#login.active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(101, 86, 24, 0.75); }
#login .popup-body {
  font-family: "Open Sans", Arial, Helvetica, Sans serif;
  font-size: 14px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 680px;
  width: 100%;
  padding-top: 40px;
  background-color: #FCD535;
  text-align: center; }
#login button.close {
  cursor: pointer;
  position: absolute;
  opacity: 1;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 0 none;
  background-color: #ffffff;
  color: #000000;
  font-size: 40px;
  text-shadow: none; }
  #login button.close:hover {
    background-color: #000000;
    color: #fcd535;
    opacity: 1; }
  #login button.close .btn-label {
    position: relative;
    left: 1px;
    bottom: 1px; }
#login .login-sec {
  display: block;
  padding: 0 20px; }
  #login .login-sec form {
    max-width: 390px;
    margin: 0 auto 25px; }
  #login .login-sec .title-col {
    margin-bottom: 40px; }
    #login .login-sec .title-col h1, #login .login-sec .title-col h2, #login .login-sec .title-col h3, #login .login-sec .title-col h4, #login .login-sec .title-col h5, #login .login-sec .title-col h6 {
      font-size: 31px; }
  #login .login-sec .btn {
    min-width: 180px; }
    #login .login-sec .btn.btn-yellow {
      height: 50px;
      line-height: 50px; }
#login .register-sec {
  background-color: #ffffff;
  padding: 25px 20px; }
  #login .register-sec &gt; * {
    max-width: 390px;
    margin: 0 auto; }
  #login .register-sec .title-col {
    margin-bottom: 25px; }
    #login .register-sec .title-col h1, #login .register-sec .title-col h2, #login .register-sec .title-col h3, #login .register-sec .title-col h4, #login .register-sec .title-col h5, #login .register-sec .title-col h6 {
      font-size: 19px; }
  #login .register-sec .btn.btn-default {
    height: 50px;
    line-height: 50px;
    font-family: "Muli", Arial, Helvetica, Sans serif;
    font-size: 18px;
    font-weight: 700; }
#login .form-item.-link {
  text-align: right; }
  #login .form-item.-link a {
    color: #8F8F8F;
    font-weight: 600; }
    #login .form-item.-link a:hover {
      color: #000000; }
#login input[type="text"],
#login input[type="text"].form-control,
#login input[type="number"],
#login input[type="number"].form-control,
#login input[type="search"],
#login input[type="search"].form-control,
#login input[type="password"],
#login input[type="password"].form-control,
#login input[type="email"],
#login input[type="email"].form-control,
#login input[type="color"],
#login input[type="color"].form-control {
  height: 49px;
  line-height: 49px;
  font-family: "Muli", Arial, Helvetica, Sans serif;
  font-size: 18px;
  font-weight: 700; }
#login .text-box {
  display: block;
  margin-bottom: 20px; }
  #login .text-box p {
    margin: 0;
    font-weight: 600;
    color: #8F8F8F;
    line-height: 28px; }
</pre></body></html>