/* General Styles */
:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

/*=========== 
|   reset    |
=============*/
::selection {
  background: #154571;
  color: #fff;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
}

body {
  position: relative;
  font-family: "Lato", sans-serif;
  color: #313a4a;
}

input,
select,
textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: inherit;
  outline: 0;
}

input:focus,
select:focus,
textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:visited, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.clear {
  clear: both;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

section {
  position: relative;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: auto;
}

.page-wrap {
  flex-grow: 1;
}

@media (max-width: 768px) {
  .page-wrap {
    width: 100%;
  }
}

.page-wrap .container {
  padding: 0;
}

@media (max-width: 768px) {
  .page-wrap .container {
    padding: 1rem 0;
  }
}

.page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .page .container {
    box-shadow: none;
  }
}

button {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 15px 57px;
  border-radius: 7px;
  border: none;
  outline: 0;
  color: #fff;
  background-color: #f77441;
  box-shadow: none;
  transition: .2s ease;
  font-size: calc(var(--base-font-s) * 1.3);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

button:hover {
  background-color: #154571;
}

button.featured {
  background-color: #255d91;
  color: #fff;
}

button.featured:hover {
  background-color: #154571;
  color: #fff;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.logo {
  width: 160px;
}

header .logo {
  cursor: pointer;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
label {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h6 {
  font-weight: 700;
}

p, li {
  font-size: 15px;
}

label {
  font-weight: 400;
}

h1 {
  font-size: calc(var(--base-font-s) * 3);
}

h2 {
  font-size: calc(var(--base-font-s) * 2.5);
}

h3 {
  font-size: calc(var(--base-font-s) * 2.2);
}

h4 {
  font-size: calc(var(--base-font-s) * 2);
}

h5 {
  font-size: calc(var(--base-font-s) * 1.5);
}

h6 {
  font-size: calc(var(--base-font-s) * 1.2);
}

@media (max-width: 768px) {
  h1 {
    font-size: calc(var(--base-font-s) * 2.5);
  }
  h2 {
    font-size: calc(var(--base-font-s) * 2.3);
  }
  h3 {
    font-size: calc(var(--base-font-s) * 1.9);
  }
  h4 {
    font-size: calc(var(--base-font-s) * 1.5);
  }
  h5 {
    font-size: calc(var(--base-font-s) * 1.3);
  }
  h6 {
    font-size: calc(var(--base-font-s) * 1.1);
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.sidemenu, .page-wrap {
  transition: width, margin-left,  .5s ease-in-out;
}

/*sidemenu*/
.sidemenu {
  position: fixed;
  width: 250px;
  height: 100%;
  background: #154571;
  color: #fff;
  padding: 0 30px;
}

.sidemenu ul {
  padding-top: 46px;
  width: 100%;
  min-width: 190px;
}

.sidemenu ul li {
  cursor: pointer;
  padding: 4px 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .sidemenu ul {
    padding-top: 10px;
  }
}

.closebtn {
  font-size: 30px;
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
}

.closebtn, .openbtn {
  display: none;
}

@media (max-width: 768px) {
  .closebtn, .openbtn {
    display: flex;
  }
}

.refund {
  margin: 5px 0;
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #F77441;
}

/*header*/
header {
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background-color: #fff;
  border-bottom: 1px solid #255d91;
  color: #313a4a;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 5;
}

header > div {
  display: flex;
}

header .menu-m {
  display: none;
}

header .menu-m a {
  font-size: 25px;
  font-weight: 900;
}

.page-wrap header {
  position: fixed;
}

.page-wrap header.header-up {
  transform: translateY(-80px);
  opacity: 0;
  transition: transform .5s ease-in-out, opacity 1s ease-in-out;
}

@media (max-width: 768px) {
  .page-wrap header.header-up {
    transform: translateY(0);
    opacity: 1;
  }
}

.page-wrap header.header-down {
  transition: .3s ease-in-out;
}

@media (max-width: 768px) {
  header .support {
    display: none;
  }
  header .menu-m {
    display: flex;
  }
}

/*===========
|   footer    |
=============*/
footer {
  background-color: #fff;
  color: #313a4a;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  footer {
    margin-inline-start: 0px;
    width: 100%;
    padding: 0px;
  }
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  flex-wrap: wrap;
}

@media (max-width: 1920px) {
  footer .container {
    max-width: 900px;
  }
}

@media (max-width: 1024px) {
  footer .container {
    max-width: 100%;
  }
}

footer .container > p {
  padding: 20px 0;
  flex: 100%;
  font-size: 13px;
}

footer .row {
  margin-bottom: 20px;
}

footer .row:last-of-type {
  margin-bottom: 0;
}

footer .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-inline-end: 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .col {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 768px) {
  footer .col:first-of-type {
    margin: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0;
  }
}

footer .col:last-of-type {
  margin-inline-end: 0;
}

footer p {
  margin-bottom: 10px;
  font-size: 13px;
}

footer ul {
  width: fit-content;
}

@media (max-width: 768px) {
  footer ul {
    margin: 0;
  }
}

footer ul.flex_wrap {
  margin: auto;
}

@media (max-width: 1200px) {
  footer ul.flex_wrap {
    flex-direction: column;
  }
}

footer ul.flex_wrap li {
  flex: 0 1 auto;
  margin-inline-end: 15px;
  margin-bottom: 0;
  padding-inline-end: 15px;
  border-inline-end: 1px solid #255d91;
  text-align: center;
}

footer ul.flex_wrap li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 768px) {
  footer ul.flex_wrap li {
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    text-align: left;
  }
}

@media (max-width: 1200px) {
  footer ul.flex_wrap li {
    text-align: left;
    border-inline-end: 0px;
  }
}

footer ul.contact {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer ul.contact {
    order: 2;
    width: 100%;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #9cc2e6;
  }
}

footer ul.contact a {
  white-space: nowrap;
}

footer li {
  margin-bottom: 10px;
  font-size: 13px;
  cursor: pointer;
}

footer li:hover a {
  text-decoration: underline;
  color: #255d91;
}

footer .contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  footer .contact_wrap .terms-links_wrap {
    order: 1;
  }
}

footer .logo {
  margin-bottom: 20px;
}

.footer_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.company {
  font-size: 12px;
}

.footermenu {
  text-transform: uppercase;
  padding: 20px;
  width: 100%;
  background-color: #E6E6E6;
  color: #313a4a;
}

.footermenu a {
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .footermenu ul.flex_wrap li {
    margin: 0 0 10px 0;
  }
}

.footercontact {
  padding: 50px 20px;
}

.footercontact .contact_wrap {
  flex: 1;
  flex-direction: row;
}

@media (max-width: 768px) {
  .footercontact .contact_wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footercontact .logo_wrap {
  max-width: 250px;
}

.footercontact .company {
  flex: 1;
  font-size: 12px;
  padding: 0 20px;
}

.footercontact .contact {
  flex: 1;
}

/*===========
|   /footer   |
=============*/
:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.container {
  position: relative;
  margin: auto;
  padding: 0;
}

@media (max-width: 1920px) {
  .container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
    height: 100%;
    max-width: 960px;
  }
}

.card {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(48, 48, 238, 0.2);
}

.close-icon {
  font-size: 24px;
  font-weight: 100;
  cursor: pointer;
  transition: .2s ease;
}

.close-icon:before {
  content: "close";
  font-family: 'Material Icons';
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  z-index: 1;
  color: #666;
}

.close-icon:hover:before {
  color: #255d91;
}

.modal-content {
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  background: transparent;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.response {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #e50914;
}

input:focus,
select:focus,
textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-internal-autofill-selected,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-internal-autofill-selected {
  background-color: inherit !important;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
}

.form-group input:not([type="checkbox"]),
.form-group select,
.form-group textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #bbbbbb;
  transition: .3s ease;
  font-size: 12px;
  color: #333;
}

.form-group input:not([type="checkbox"]):focus,
.form-group select:focus,
.form-group textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  box-shadow: inset 0 0 0 2px #cae5ff;
}

.form-group input:not([type="checkbox"]).has-error,
.form-group select.has-error,
.form-group textarea.has-error {
  box-shadow: inset 0 0 0 1px #255d91;
}

.form-group input:not([type="checkbox"]).has-error:focus,
.form-group select.has-error:focus,
.form-group textarea.has-error:focus {
  box-shadow: inset 0 0 0 2px #cae5ff;
}

.form-group textarea {
  height: 80px;
  padding: 10px;
}

input[type="checkbox"] {
  position: relative;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  margin: 0;
  padding: 0;
  height: 16px;
  border: 0;
  outline: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #888888;
  transition: .3s ease;
  cursor: pointer;
}

input[type="checkbox"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: 'check';
  font-family: 'Material Icons';
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  width: 16px;
  height: 16px;
  opacity: 0;
}

input[type="checkbox"]:checked {
  box-shadow: none;
  background: #255d91;
}

input[type="checkbox"]:checked:after {
  opacity: 1;
}

input[type="checkbox"]:hover input[type=checkbox]:after {
  opacity: .5;
}

select {
  position: relative;
  background-image: url(../images/arrow-down.svg);
  background-size: 13px;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}

form label {
  font-size: 13px;
}

form button {
  padding: 16px;
  font-size: 16px;
}

@media (max-width: 768px) {
  form button {
    width: 100%;
  }
}

form .term-wrap-text {
  margin-left: 10px;
}

form .term-wrap {
  margin: 20px 0;
}

form .term-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

form .term-wrap .terms-text {
  margin-left: 10px;
  font-size: 12px;
}

form .no-match {
  font-size: 12px;
  color: #e50914;
}

form .general-error {
  position: relative;
  height: 20px;
}

form p {
  font-weight: 400;
}

form p a {
  text-decoration: underline;
}

form p a:hover {
  text-decoration: underline;
  color: #255d91;
}

select {
  cursor: pointer;
}

.loader {
  position: relative;
  top: 10px;
  width: 0;
  height: 1px;
  transition: .2s all;
}

.loader-gradient, .loader, header .nav-loader {
  background: linear-gradient(to right, #255d91 50%, rgba(255, 255, 255, 0) 100%);
}

.modal-content {
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  background: transparent;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group label:not(.cc-label) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 1;
  font-size: 16px;
  transition: .2s ease;
  user-select: none;
  cursor: text;
}

.form-group.active label {
  top: -8px;
  left: 8px;
  z-index: 3;
  transform: none;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}

.form-group .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-group .input-wrap label {
  margin-right: 10px;
  white-space: nowrap;
}

.form-group .input-wrap .cc-input {
  width: 60px;
  text-align: center;
}

.term-wrap {
  position: relative;
}

.required,
.input-msg {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #e50914;
  position: absolute;
}

.form-group .required, .form-group
.input-msg {
  right: 4px;
  bottom: 2px;
}

.term-wrap .required, .term-wrap
.input-msg {
  right: 0;
  bottom: 0;
}

#sign-up form button,
.signin-form form button,
#support form button {
  width: 100%;
}

@media (max-width: 767px) {
  #sign-up form button,
  .signin-form form button,
  #support form button {
    max-width: 100%;
  }
}

#sign-up input, #sign-up select,
.signin-form input,
.signin-form select,
#support input,
#support select {
  font-size: 14px;
  color: #313a4a;
}

#sign-up .links-wrap,
.signin-form .links-wrap,
#support .links-wrap {
  margin-top: 20px;
  text-align: center;
}

#sign-up .links-wrap p,
.signin-form .links-wrap p,
#support .links-wrap p {
  margin-bottom: 10px;
}

#sign-up .links-wrap p a,
#sign-up .links-wrap p span,
.signin-form .links-wrap p a,
.signin-form .links-wrap p span,
#support .links-wrap p a,
#support .links-wrap p span {
  cursor: pointer;
  color: #255d91;
}

#sign-up .links-wrap p a:hover,
#sign-up .links-wrap p span:hover,
.signin-form .links-wrap p a:hover,
.signin-form .links-wrap p span:hover,
#support .links-wrap p a:hover,
#support .links-wrap p span:hover {
  text-decoration: underline;
  color: #102940;
}

.signin-form {
  position: relative;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(48, 48, 238, 0.2);
  z-index: 10;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  padding: 16px;
}

.signin-form .loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
}

.signin-form .close-icon {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px;
  font-weight: 100;
  cursor: pointer;
}

.signin-form .close-icon:before {
  content: "close";
  font-family: 'Material Icons';
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  z-index: 1;
}

.signin-form button {
  width: 100%;
  margin: 20px auto 0;
}

.signup-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .signup-wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .support-content > div:first-child {
    order: 1;
  }
  .support-content > div:last-child {
    order: 0;
  }
}

.captcha-wrap {
  margin-bottom: 20px;
}

.phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.phone-wrap .prefix_wrap {
  width: 80px;
  margin-right: 5px;
}

.phone-wrap .prefix_wrap label {
  margin-left: 10px;
  color: #313a4a;
  cursor: pointer;
}

.phone-wrap .prefix_wrap .btn {
  display: block;
  height: 100%;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  line-height: 1;
}

.phone-wrap .prefix_wrap .dropdown-menu {
  min-width: 300px;
}

.phone-wrap .ui-select-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #bbbbbb;
  transition: .3s ease;
  font-size: 12px;
  color: #333;
  z-index: 3;
  padding: 0 5px;
}

.phone-wrap .ui-select-container:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  box-shadow: inset 0 0 0 2px #cae5ff;
}

.phone-wrap .ui-select-container.has-error {
  box-shadow: inset 0 0 0 1px #255d91;
}

.phone-wrap .ui-select-container.has-error:focus {
  box-shadow: inset 0 0 0 2px #cae5ff;
}

.phone-wrap .ui-select-container input {
  height: 100%;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.phone-wrap .ui-select-container input:focus {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.phone-wrap .ui-select-match {
  padding: 0;
}

.phone-wrap .ui-select-match::placeholder {
  color: #313a4a;
}

.phone-wrap .ui-select-match-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 44px;
  padding: 0;
  background-image: url(../images/arrow-down.svg);
  background-size: 13px;
  background-position-x: calc(100% - 0px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.phone-wrap .ui-select-match-text + i {
  display: none;
}

.phone-wrap .ui-select-match-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
}

@media (max-width: 768px) {
  .phone-wrap .ui-select-match-text span {
    height: 44px;
  }
}

.phone-wrap .btn-default-focus {
  outline: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.phone-wrap .form-group {
  width: 100%;
  height: 100%;
  padding: 0;
}

.phone-wrap .form-group input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #bbbbbb;
  transition: .3s ease;
  font-size: 12px;
  color: #333;
}

.phone-wrap .form-group input:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  box-shadow: inset 0 0 0 2px #cae5ff;
}

.phone-wrap .form-group input.has-error {
  box-shadow: inset 0 0 0 1px #255d91;
}

.phone-wrap .form-group input.has-error:focus {
  box-shadow: inset 0 0 0 2px #cae5ff;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-wrap {
  position: relative;
  flex-grow: 1;
  width: calc(100% - 250px);
  margin-left: auto;
  background: #f8f8f8;
}

.page-wrap .content {
  padding-top: 46px;
}

@media (max-width: 768px) {
  .page-wrap {
    width: 100%;
  }
  .page-wrap .content {
    padding-top: 46px;
  }
}

section {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 70px 0;
  background: #f8f8f8;
  color: #313a4a;
  padding: 70px 20px;
}

section > div {
  flex: 1;
}

@media (max-width: 768px) {
  section {
    padding: 50px 10px;
    flex-direction: column;
    align-items: center;
  }
}

section:nth-child(even) {
  background-color: #f77441;
  color: #fff;
}

.logo {
  width: 150px;
  height: auto;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .logo {
    width: 120px;
  }
}

.home section > div {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .home section > div {
    padding: 30px 10px;
  }
}

.home p {
  margin-top: 20px;
  line-height: 1.5;
}

.home .button, .home button {
  margin-top: 20px;
}

/*hero*/
.hero {
  align-items: center;
  color: #fff;
  background-color: #255d91;
}

.hero .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero strong {
  color: #f77441;
}

.hero ul {
  padding: 30px 0;
  margin-inline-start: 20px;
}

.hero ul li {
  list-style-type: disc;
  padding: 1px 0;
}

.hero .heroimg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.hero .heroimg:before {
  content: "";
  position: absolute;
  width: 80%;
  display: flex;
  aspect-ratio: 1/1;
  background-color: #cae5ff;
  border-radius: 50%;
}

.hero .heroimg img {
  width: 100%;
  z-index: 1;
}

.hero .btn-wrap {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .hero {
    flex-direction: column;
  }
  .hero .heroimg:before {
    width: 70%;
  }
  .hero > div {
    max-width: 500px !important;
    padding: 30px 0;
  }
}

@media (max-width: 1024px) {
  .hero > div {
    max-width: 400px !important;
  }
}

@media (max-width: 768px) {
  .hero .heroimg {
    padding: 0;
  }
}

/*trial*/
.trial {
  position: relative;
  align-items: center;
  height: auto;
  min-height: 60vh;
  overflow: hidden;
}

.trial > div {
  flex: auto;
  z-index: 1;
  max-width: 1024px;
}

.trial .trialtext {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 7px;
  width: 100%;
  max-width: 350px;
  padding: 50px 40px;
  z-index: 1;
  background-color: rgba(247, 116, 65, 0.7);
}

.trial .trialtext .title {
  margin-bottom: 20px;
}

.trial .trialtext p {
  font-size: 19px;
  line-height: 1.5;
}

.trial .trialtext button {
  width: 100%;
}

.trial .imgTrial {
  position: absolute;
  right: 0;
  z-index: 0;
  width: 50%;
  padding: 0;
}

@media (max-width: 1024px) {
  .trial {
    flex-direction: column;
  }
  .trial .trialtext {
    background-color: rgba(247, 116, 65, 0.7);
  }
  .trial .trialtext p {
    font-size: 15px;
  }
  .trial .imgTrial {
    position: initial;
    width: 80%;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .trial {
    align-items: center;
    min-height: auto;
  }
  .trial .trialtext {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .trial .imgTrial {
    width: 90%;
  }
}

/*product*/
.product {
  flex-direction: column;
}

.product .features {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
  gap: 50px;
}

.product .features > div {
  flex: 1;
  max-width: 330px;
}

.product .features p {
  font-size: 16px;
}

.product .btn-wrap {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .product {
    align-items: center;
  }
  .product > div {
    max-width: 400px !important;
  }
  .product .features {
    margin-top: 0;
    gap: 30px;
    flex-direction: column;
  }
}

/*imgtitle*/
.imgTitle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.imgTitle:before {
  content: "";
  position: absolute;
  width: 230px;
  aspect-ratio: 1/1;
  background-color: #255d91;
  border-radius: 50%;
}

.imgTitle img, .imgTitle h6 {
  z-index: 1;
}

.imgTitle img {
  width: 150px;
  margin-top: -20px;
}

.imgTitle h6 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(49, 58, 74, 0.5);
  margin-top: 10px;
}

.imgTitle.small:before {
  width: 150px;
  background-color: transparent;
}

.imgTitle.small img {
  width: 150px;
  margin: auto;
}

/*btn-wrap*/
.btn-wrap {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.btn-wrap button, .btn-wrap .button {
  margin: 0;
}

/*banners*/
.banners {
  background-image: url(../images/background-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: multiply;
  background-size: cover;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 90px;
  row-gap: 50px;
  color: #313a4a !important;
}

.banners .banner {
  background-color: #fff;
  width: 80%;
  max-width: 450px;
  border-radius: 7px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: initial;
}

.banners .banner h5 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #255d91;
}

.banners .banner:nth-child(2) {
  background-color: #154571;
  color: #fff;
}

.banners .banner:nth-child(2) h5 {
  color: #fff;
}

.banners .btn-wrap {
  flex: 100%;
  justify-content: center;
}

.banners .btn-wrap button {
  font-size: 150%;
}

.banners .btn-wrap button:hover {
  background-color: #255d91;
}

@media (max-width: 1200px) {
  .banners {
    gap: 70px;
  }
}

@media (max-width: 1024px) {
  .banners {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .banners .banner {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .banners {
    background-image: none;
    gap: 50px;
    padding: 50px 0;
  }
  .banners .banner {
    margin: auto;
  }
}

/*security*/
.security {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  row-gap: 30px;
  color: #fff;
}

.security > div.bottomimg {
  flex: 100%;
  background-color: transparent;
  margin-top: 30px;
  padding: 0 !important;
}

.security > div img {
  max-width: 270px;
  margin: auto;
}

.security .item {
  max-width: 330px;
  background-color: #255d91;
  border-radius: 5.83333px;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.security .item p {
  margin: 7px 0 0;
}

.security .item img {
  width: 46px;
  margin: 0;
  margin-inline-end: 10px;
}

@media (max-width: 1024px) {
  .security {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .security .item {
    min-width: auto;
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.page {
  padding: 80px 0 50px;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .page {
    padding: 46px 0 30px;
  }
}

@media (max-width: 767px) {
  .page {
    padding: 46px 0 30px;
  }
}

.page .col {
  padding: 20px;
}

.page .col h5 {
  margin: 10px 0;
  font-size: 18px;
  color: #1b4368;
}

.page .col-title {
  margin-bottom: 20px;
}

.page .col-title h4 {
  margin-bottom: 10px;
}

.page .col-form {
  margin-bottom: 50px;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
}

@media (max-width: 1024px) {
  .page .col-form {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .page .col-form {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    order: 0;
  }
}

@media (max-width: 768px) {
  .page .col-text {
    order: 3;
  }
}

.page .text p {
  margin-bottom: 5px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .page.support-wrap, .page.signup-wrap, .page.pricing {
    padding: 0;
  }
}

.page.support-wrap .container, .page.signup-wrap .container, .page.pricing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .page.support-wrap .container, .page.signup-wrap .container, .page.pricing .container {
    flex-direction: column;
    box-shadow: none;
  }
}

.page-title {
  margin-bottom: 20px;
}

.signup-wrap,
.support-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: auto;
}

.signup-wrap .content,
.support-wrap .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .signup-wrap .content,
  .support-wrap .content {
    display: block;
    border-radius: 0;
  }
}

.signup-wrap .content .text p,
.support-wrap .content .text p {
  margin-bottom: 10px;
}

.signup-wrap .content .text button,
.support-wrap .content .text button {
  flex-basis: 100%;
  margin-top: 20px;
}

.signup-wrap .contact,
.support-wrap .contact {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .signup-wrap .contact,
  .support-wrap .contact {
    margin-top: 0;
    padding-top: 0;
  }
}

/*=-=-=-=--=-=-
| support page |
-=-=-=-=-=-=-=-*/
.qnas h5 {
  margin-top: 20px;
}

.qna-wrap {
  margin-bottom: 10px;
  transition: .2s ease;
}

.qna-wrap:last-child .qna-content {
  border: 0;
}

.qna-title,
.qna-content {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-weight: 700;
}

.qna-title:before, .qna-title:after,
.qna-content:before,
.qna-content:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.qna-title:before,
.qna-content:before {
  left: 0;
  transition: .15s ease;
  line-height: 1;
  font-weight: 700;
}

.qna-title {
  font-size: 14px;
  cursor: pointer;
}

.qna-title:before {
  content: 'Q';
}

.qna-content {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #c5c5c5;
  font-size: 13px;
  font-weight: 400;
  transition: .2s;
}

.qna-content:before {
  content: 'A';
}

.contact p {
  margin: 5px 0;
}

.contact p span {
  font-weight: bold;
}

.contact p a {
  color: #255d91;
  text-decoration: underline;
}

.contact p:last-child {
  margin-bottom: 0;
}

.moneyback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  color: #000;
}

.moneyback h3 {
  margin-top: 0 !important;
}

.moneyback p {
  font-size: 12px;
}

.moneyback figure {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .moneyback figure {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}

.support-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}

.support-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 20px 0px;
}

.support-icons figure {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.support-icons figure .material-icons {
  color: #255d91;
}

.support-icons p span {
  font-weight: bold;
}

/*=-=-=-=--=-=-
| sign-up page |
-=-=-=-=-=-=-=-*/
.signup-wrap .container {
  display: block;
}

.signup-wrap .container > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .signup-wrap .container > .content {
    flex-direction: column;
  }
}

.signup-wrap .col {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

@media (max-width: 768px) {
  .signup-wrap .col {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.signup-wrap .col-text ul {
  margin: 20px 0;
}

.signup-wrap .col-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.signup-wrap .col-text li:before {
  content: "check";
  font-family: 'Material Icons';
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  z-index: 1;
  position: relative;
  margin-right: 5px;
  font-size: 150%;
  font-weight: bold;
  color: #255d91;
}

.signup-wrap .col-text li span {
  font-weight: bold;
}

/*===============
|  price list  |
=================*/
.pricing > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .pricing > .container {
    display: block;
  }
}

.pricing .main-img {
  min-width: 400px;
  background-image: url("../images/pricing-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .pricing .main-img {
    min-width: 260px;
  }
}

@media (max-width: 768px) {
  .pricing .main-img {
    min-width: 100%;
    height: 40px;
    background-position-y: 80%;
  }
}

.pricing .text {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pricing .text {
    margin: 0;
    padding: 10px;
  }
}

.pricing .text h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #154571;
}

@media (max-width: 768px) {
  .pricing .text h3 {
    font-size: 18px;
  }
}

.pricing .text span {
  font-size: 80%;
  font-weight: 400;
}

.pricing .text p {
  margin-bottom: 5px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .pricing .text p {
    font-size: 12px;
  }
}

.prices-wrap {
  width: 100%;
  padding: 20px;
}

@media (max-width: 768px) {
  .prices-wrap {
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .prices {
    padding: 0;
    background: transparent;
  }
}

.price-box {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(48, 48, 238, 0.2);
  margin-bottom: 20px;
  padding: 20px;
  transition: .2s ease;
}

@media (max-width: 768px) {
  .price-box {
    margin-bottom: 10px;
    padding: 10px;
  }
}

.price-box:last-child {
  margin-bottom: 0;
}

.price-box.featured {
  box-shadow: 0 0 0 1px #255d91, 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.price-box .content {
  width: 100%;
  margin: 0;
}

.price-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .price-box ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.price-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 13px;
  white-space: nowrap;
}

.price-box li:before {
  content: "navigate_next";
  font-family: 'Material Icons';
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  z-index: 1;
  position: relative;
  font-size: 140%;
  font-weight: 700;
  color: #255d91;
}

@media (max-width: 768px) {
  .price-box li {
    margin-right: 0;
  }
}

.price-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.price-title h4 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .price-title h4 {
    font-size: 14px;
  }
}

.price-title span {
  color: #154571;
}

@media (max-width: 768px) {
  .price-title {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .price-list {
    display: block;
  }
}

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

@media (max-width: 768px) {
  .price-text {
    display: block;
    padding-bottom: 10px;
  }
}

.price-text button {
  display: none;
}

p.price-num {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #255d91;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

p.price-num label {
  font-weight: 600;
}

p.price-num span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  p.price-num {
    margin: auto;
    padding: 10px;
    border-right: 0;
    text-align: right;
  }
}

p.desc {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

@media (max-width: 767px) {
  p.desc {
    font-size: 11px;
  }
}

.pricing-col .container {
  flex-direction: column;
  background: none;
}

.pricing-col .text {
  margin-bottom: 40px;
}

.pricing-col .text,
.pricing-col p {
  text-align: center;
}

.pricing-col .prices-wrap {
  background: none;
}

.pricing-col .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .pricing-col .prices {
    flex-wrap: wrap;
  }
}

.pricing-col .price-box {
  margin: 0 10px;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .pricing-col .price-box {
    width: calc(100% / 2 - 2rem);
    margin: 10px auto;
  }
}

@media (max-width: 767px) {
  .pricing-col .price-box {
    width: 90%;
  }
}

.pricing-col .price-box:not(.featured) .price-title {
  padding-top: 16px;
}

.pricing-col .price-text,
.pricing-col .price-title {
  flex-direction: column;
}

.pricing-col .price-title {
  position: relative;
  margin-bottom: 20px;
}

.pricing-col .price-title span {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  background: #fff;
  text-align: center;
  color: #154571;
  padding: 10px 20px;
  border-radius: 0;
  border-top: 1px solid #255d91;
  border-bottom: 1px solid #255d91;
}

.pricing-col .price-title button {
  display: none;
}

@media (max-width: 768px) {
  .pricing-col .price-text {
    display: flex;
  }
}

.pricing-col .price-text button {
  display: flex;
}

.pricing-col .price-num {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media (max-width: 768px) {
  .pricing-col .price-num {
    margin: initial;
  }
}

.pricing-col ul {
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .pricing-col ul {
    justify-content: center;
  }
}

.pricing-col ul li {
  margin-bottom: 10px;
}

.pricing-col ul li:last-of-type {
  margin-bottom: 0;
}

.pricing-col button {
  margin: 20px 0 0 0;
  padding: 15px;
  width: 100%;
  justify-content: center;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.page section {
  background-color: #fff;
}

@media (max-width: 768px) {
  .page section {
    margin-top: 0;
  }
}

.page section.banner {
  display: block;
  min-height: auto;
  box-shadow: none;
}

.page.movies-page, .page.sports-page {
  padding: 0 20px;
}

.page.movies-page section, .page.sports-page section {
  margin-top: 0;
}

.browse-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0 1px 0 0 rgba(37, 93, 145, 0.5);
}

@media (max-width: 768px) {
  .browse-title {
    margin-bottom: 0;
  }
}

.browse-title h3 {
  margin: 0 20px 5px 0;
}

@media (max-width: 768px) {
  .browse-title h3 {
    display: none;
  }
}

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

@media (max-width: 768px) {
  .browse-title ul {
    overflow-x: auto;
  }
}

.browse-title ul li {
  margin-right: 10px;
  padding: 5px;
  cursor: pointer;
  transition: .2s ease;
  white-space: nowrap;
}

.browse-title ul li:hover {
  box-shadow: 0 1px 0 0 #1b4368;
  color: #1b4368;
}

.browse-title ul li.active {
  box-shadow: 0 2px 0 0 #1b4368;
  color: #1b4368;
}

@media (max-width: 768px) {
  .browse-title ul li.active {
    box-shadow: inset 0 -2px 0 -1px #255d91;
  }
}

.thumb-block-title {
  margin: 30px 0;
}

.thumbs-block,
.categories-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .thumbs-block,
  .categories-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .thumbs-block .thumb-wrap,
  .thumbs-block .category,
  .categories-wrap .thumb-wrap,
  .categories-wrap .category {
    width: calc(50% - 15px);
    margin-right: 0;
  }
  .thumbs-block .thumb-wrap:nth-child(odd),
  .thumbs-block .category:nth-child(odd),
  .categories-wrap .thumb-wrap:nth-child(odd),
  .categories-wrap .category:nth-child(odd) {
    margin: 0 5px 15px 10px;
  }
  .thumbs-block .thumb-wrap:nth-child(even),
  .thumbs-block .category:nth-child(even),
  .categories-wrap .thumb-wrap:nth-child(even),
  .categories-wrap .category:nth-child(even) {
    margin: 0 10px 15px 5px;
  }
}

.thumb {
  position: relative;
  cursor: pointer;
}

.thumb:before, .thumb:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.thumb:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s ease;
}

.thumb:after {
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.thumb:hover:after {
  opacity: 1;
}

.thumb:hover .play-btn {
  opacity: 1;
}

.thumb .play-btn {
  opacity: 0;
}

/*===========
|   movies    |
=============*/
.thumb-wrap {
  width: calc(100% / 5 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.thumb-wrap:nth-child(5n) {
  margin-right: 0;
}

.thumb-wrap:last-child:not(:nth-child(5n)) {
  margin-right: auto;
}

.thumb-wrap > .thumb img {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
}

.thumb-wrap > .thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: .2s ease;
}

.thumb-wrap > .thumb .play-btn:before, .thumb-wrap > .thumb .play-btn:after {
  content: '';
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: .8;
  transition: .2s ease;
  line-height: 1;
}

.thumb-wrap > .thumb .play-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 calc(6.25px) #fff, 0 0 20px calc(6.25px) rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.thumb-wrap > .thumb .play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "play_arrow";
  font-family: 'Material Icons';
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  z-index: 1;
  background: transparent;
  font-size: 50px;
  text-align: center;
  color: #fff;
}

.thumb-wrap > .thumb .play-btn:hover:before, .thumb-wrap > .thumb .play-btn:hover:after {
  opacity: 1;
}

.movie-title {
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .movie-title {
    margin-top: 5px;
  }
}

.movie-title h5 {
  font-size: inherit;
  font-weight: 500;
}

.genre {
  font-weight: 500;
  color: #154571;
}

.thumb-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
}

.thumb-details > *:last-child {
  margin-left: auto;
}

.stars-wrap img {
  width: auto;
  height: 12px;
}

.full-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 95%;
  max-width: 1000px;
  padding: 20px;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(48, 48, 238, 0.2);
  position: fixed;
}

@media (max-width: 768px) {
  .full-details {
    overflow-y: auto;
    top: 46px;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
  }
}

.full-details .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .full-details .content {
    display: grid;
    gap: 20px;
  }
}

.full-details .thumb {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .full-details .thumb {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    grid-column: 1 / 2;
    grid-row: 1;
    margin-right: 0;
  }
}

.full-details .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
}

.full-details .close-icon:before {
  content: "highlight_off";
  font-family: 'Material Icons';
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  z-index: 1;
}

@media (max-width: 768px) {
  .details-title {
    grid-column: 2 / 6;
    grid-row: 1;
    padding-right: 30px;
  }
}

.details-text {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .details-text {
    margin-right: 0;
    grid-column: 1 / 5;
    grid-row: 2;
  }
}

.details-text > * {
  margin-bottom: 10px;
}

.details-text .description {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .trailer-wrap {
    grid-column: 1 / 5;
    grid-row: 3;
  }
  .trailer-wrap h5 {
    margin-bottom: 10px;
  }
}

.watch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .watch {
    margin-top: 20px;
    padding: 10px;
  }
}

.watch:before {
  content: "play_arrow";
  font-family: 'Material Icons';
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  z-index: 1;
  font-size: 20px;
}

.video-player {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-top: 30px;
  background: #000;
}

/*===========
|   sports    |
=============*/
.category {
  width: calc(100% / 3 - 20px);
  margin: 0 20px 20px 0;
  cursor: pointer;
  position: relative;
}

.category:before, .category:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.category:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .category {
    position: relative;
  }
  .category:before, .category:after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
  }
  .category:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease;
  }
  .category:after {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}

.category .cat-title {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px;
  transition: .2s ease;
  background: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  text-align: center;
  color: #255d91;
}

@media (max-width: 768px) {
  .category .cat-title {
    padding: 5px;
    background: transparent;
    font-size: 16px;
    color: #fff;
  }
}

.category:hover .cat-title {
  background: rgba(37, 93, 145, 0.9);
  color: #fff;
}

.categories-title {
  margin: 0 0 30px;
}

.categories-title h3 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .categories-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .categories-title h3 {
    font-size: 18px;
  }
}

/*===========
|   workout    |
=============*/
@media (max-width: 768px) {
  .workout-page {
    padding: 30px 10px 10px;
  }
}

.workout-page .level {
  flex: 100%;
  margin: 60px 0 20px;
  padding-bottom: 5px;
  font-weight: 500;
  text-transform: capitalize;
  color: #255d91;
}

@media (max-width: 768px) {
  .workout-page .level {
    margin: 30px 10px 0;
  }
}

.workout-page .links-wrap .col {
  height: 200px;
  margin: 0 !important;
  margin-right: 20px !important;
  padding: 0;
}

.workout-page .links-wrap .col:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 50%);
  mix-blend-mode: multiply;
  transition: .2s ease;
}

.workout-page .links-wrap .col:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .workout-page .links-wrap .col {
    height: 100px;
    margin: 0 5px !important;
  }
}

.workout-page .links-wrap .col h3 {
  padding: 10px;
}

.workout-page .links-wrap .col.active {
  box-shadow: inset 0 0 0 4px #fff, 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

.workout-page .links-wrap .col.active:before {
  opacity: 0;
}

.workout-page .links-wrap .col.active img {
  filter: none;
}

.workout-page .links-wrap .col.active h3 {
  background: rgba(255, 255, 255, 0.9);
  mix-blend-mode: luminosity;
  color: #255d91;
  text-shadow: none;
}

@media (max-width: 768px) {
  .workout-page .links-wrap .col.active h3 {
    background: transparent;
    mix-blend-mode: normal;
    color: #fff;
  }
}

.workout-page .links-wrap figure {
  height: 100%;
  position: relative;
}

.workout-page .links-wrap figure:before, .workout-page .links-wrap figure:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.workout-page .links-wrap figure:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s ease;
}

@media (max-width: 768px) {
  .workout-page .links-wrap figure:after {
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.7) 100%);
  }
}

.workout-page .links-wrap figure img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.workout-page .links-wrap figure h3 {
  top: inherit;
  bottom: 20px;
  color: #fff;
  transition: .2s ease;
}

@media (max-width: 768px) {
  .workout-page .links-wrap figure h3 {
    bottom: 5px;
    font-size: 13px;
    text-shadow: none !important;
  }
}

.workout-page .links-wrap:after {
  opacity: .2;
}

@media (max-width: 768px) {
  .workout-page .links-wrap {
    flex-direction: row !important;
    height: 100px;
  }
}

.thumbs-block-wrap {
  padding: 0 10px;
}

/* Helpers */
:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

/*============== 
|   helpers    |
===============*/
.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_wrap > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .flex_wrap {
    flex-direction: column;
  }
}

.row {
  width: 100%;
  margin: 0;
}

.card {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(48, 48, 238, 0.2);
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.hide {
  display: none !important;
}

.hide-desktop {
  display: none;
}

@media (max-width: 768px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hide-tablet-h {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-tablet {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
