
  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Titan+One");
    /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

    html {
      font-family: sans-serif;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%
    }

    body {
      margin: 0
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
      display: block
    }

    audio,
    canvas,
    progress,
    video {
      display: inline-block;
      vertical-align: baseline
    }

    audio:not([controls]) {
      display: none;
      height: 0
    }

    [hidden],
    template {
      display: none
    }

    a {
      background-color: transparent
    }

    a:active,
    a:hover {
      outline: 0
    }

    abbr[title] {
      border-bottom: 1px dotted
    }

    b,
    strong {
      font-weight: bold
    }

    dfn {
      font-style: italic
    }

    h1 {
      font-size: 2em;
      margin: 0.67em 0
    }

    mark {
      background: #ff0;
      color: #000
    }

    small {
      font-size: 80%
    }

    sub,
    sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline
    }

    sup {
      top: -0.5em
    }

    sub {
      bottom: -0.25em
    }

    img {
      border: 0
    }

    svg:not(:root) {
      overflow: hidden
    }

    figure {
      margin: 1em 40px
    }

    hr {
      box-sizing: content-box;
      height: 0
    }

    pre {
      overflow: auto
    }

    code,
    kbd,
    pre,
    samp {
      font-family: monospace, monospace;
      font-size: 1em
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      color: inherit;
      font: inherit;
      margin: 0
    }

    button {
      overflow: visible
    }

    button,
    select {
      text-transform: none
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer
    }

    button[disabled],
    html input[disabled] {
      cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
      border: 0;
      padding: 0
    }

    input {
      line-height: normal
    }

    input[type="checkbox"],
    input[type="radio"] {
      box-sizing: border-box;
      padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      height: auto
    }

    input[type="search"] {
      -webkit-appearance: textfield;
      box-sizing: content-box
    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none
    }

    fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em
    }

    legend {
      border: 0;
      padding: 0
    }

    textarea {
      overflow: auto
    }

    optgroup {
      font-weight: bold
    }

    table {
      border-collapse: collapse;
      border-spacing: 0
    }

    td,
    th {
      padding: 0
    }

    #nav ul,
    .service,
    .promo-list-wrap .promo-list,
    .benefits-list {
      margin: 0;
      padding: 0;
      list-style: none
    }

    .clearfix:after,
    .container:after {
      content: '';
      display: block;
      clear: both
    }

    .ellipsis {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden
    }

    html {
      box-sizing: border-box
    }

    *,
    *:before,
    *:after {
      box-sizing: inherit
    }

    * {
      max-height: 1000000px
    }

    body {
      color: #fff;
      background: #262e33;
      font: 16px/1.25 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      min-width: 320px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
    }

    img {
      max-width: 100%;
      height: auto
    }

    .gm-style img {
      max-width: none
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    .h {
      font-family: "Titan One", "Courier New", Courier, monospace;
      font-weight: normal;
      margin: 0 0 0.5em;
      color: inherit
    }

    h1,
    .h1 {
      font-size: 30px
    }

    h2,
    .h2 {
      font-size: 27px
    }

    h3,
    .h3 {
      font-size: 24px
    }

    h4,
    .h4 {
      font-size: 21px
    }

    h5,
    .h5 {
      font-size: 17px
    }

    h6,
    .h6 {
      font-size: 15px
    }

    p {
      margin: 0 0 1em
    }

    a {
      color: #fff
    }

    a:hover,
    a:focus {
      text-decoration: none
    }

    form,
    fieldset {
      margin: 0;
      padding: 0;
      border-style: none
    }

    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      box-sizing: border-box;
      border: 1px solid #e81849;
      padding: 0.6em 0.7em;
      border: 2px solid #e81849;
      padding: 0.6em 0.7em;
      border-radius: 9px;
      background: rgba(232, 24, 73, 0.3);
      display: block;
      width: 100%;
      font-size: 18px;
      outline: none;
      padding: 0.6em;
      transition: all 0.2s linear
    }

    input[type='text']:focus,
    input[type='tel']:focus,
    input[type='email']:focus,
    input[type='search']:focus,
    input[type='password']:focus,
    textarea:focus {
      background: #e81849
    }

    input[type='text']:focus::-webkit-input-placeholder,
    input[type='tel']:focus::-webkit-input-placeholder,
    input[type='email']:focus::-webkit-input-placeholder,
    input[type='search']:focus::-webkit-input-placeholder,
    input[type='password']:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: transparent
    }

    input[type='text']:focus::-moz-placeholder,
    input[type='tel']:focus::-moz-placeholder,
    input[type='email']:focus::-moz-placeholder,
    input[type='search']:focus::-moz-placeholder,
    input[type='password']:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      opacity: 1;
      color: transparent
    }

    input[type='text']:focus:-moz-placeholder,
    input[type='tel']:focus:-moz-placeholder,
    input[type='email']:focus:-moz-placeholder,
    input[type='search']:focus:-moz-placeholder,
    input[type='password']:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      color: transparent
    }

    input[type='text']:focus:-ms-input-placeholder,
    input[type='tel']:focus:-ms-input-placeholder,
    input[type='email']:focus:-ms-input-placeholder,
    input[type='search']:focus:-ms-input-placeholder,
    input[type='password']:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: transparent
    }

    input[type='text']:focus.placeholder,
    input[type='tel']:focus.placeholder,
    input[type='email']:focus.placeholder,
    input[type='search']:focus.placeholder,
    input[type='password']:focus.placeholder,
    textarea:focus.placeholder {
      color: transparent
    }

    input[type='text']::-webkit-input-placeholder,
    input[type='tel']::-webkit-input-placeholder,
    input[type='email']::-webkit-input-placeholder,
    input[type='search']::-webkit-input-placeholder,
    input[type='password']::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      color: #fff
    }

    input[type='text']::-moz-placeholder,
    input[type='tel']::-moz-placeholder,
    input[type='email']::-moz-placeholder,
    input[type='search']::-moz-placeholder,
    input[type='password']::-moz-placeholder,
    textarea::-moz-placeholder {
      opacity: 1;
      color: #fff
    }

    input[type='text']:-moz-placeholder,
    input[type='tel']:-moz-placeholder,
    input[type='email']:-moz-placeholder,
    input[type='search']:-moz-placeholder,
    input[type='password']:-moz-placeholder,
    textarea:-moz-placeholder {
      color: #fff
    }

    input[type='text']:-ms-input-placeholder,
    input[type='tel']:-ms-input-placeholder,
    input[type='email']:-ms-input-placeholder,
    input[type='search']:-ms-input-placeholder,
    input[type='password']:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
      color: #fff
    }

    input[type='text'].placeholder,
    input[type='tel'].placeholder,
    input[type='email'].placeholder,
    input[type='search'].placeholder,
    input[type='password'].placeholder,
    textarea.placeholder {
      color: #fff
    }

    select {
      -webkit-border-radius: 0
    }

    textarea {
      resize: vertical;
      vertical-align: top
    }

    button,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'] {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      cursor: pointer
    }

    .custom-input label {
      display: block
    }

    .custom-input input[type="checkbox"],
    .custom-input input[type="radio"] {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1
    }

    .custom-input .input-text {
      position: relative;
      padding: 0 0 0 30px;
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      line-height: 18px
    }

    .custom-input input[type="checkbox"]+label .input-text:before,
    .custom-input input[type="radio"]+label .input-text:before {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 1px;
      left: 0;
      border: 2px solid #fff;
      border-radius: 100%
    }

    .custom-input input[type="checkbox"]+label .input-text:before {
      content: '';
      position: absolute;
      border-radius: 0
    }

    .custom-input input[type="radio"]+label .input-text:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 8px;
      height: 8px;
      background: #e81849;
      border-radius: 100%;
      margin: 5px 0 0 4px;
      transition: opacity 0.2s linear;
      opacity: 0
    }

    .custom-input input[type="checkbox"]+label .input-text:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 8px;
      height: 8px;
      border: solid #666;
      border-width: 0 0 2px 2px;
      transform: rotate(-45deg);
      margin: 2px 0 0 4px;
      line-height: 0;
      z-index: 1;
      transition: opacity 0.2s linear;
      opacity: 0
    }

    .custom-input input[type="radio"]:checked+label .input-text:after,
    .custom-input input[type="checkbox"]:checked+label .input-text:after {
      opacity: 1
    }

    .custom-input input:disabled+label .input-text,
    .custom-input input:disabled ~ label .input-text {
      opacity: .5
    }

    @media (min-width: 1201px) {
      body {
        font-size: 18px
      }
    }

    .icon {
      display: inline-block;
      width: 1em;
      height: 1em;
      stroke-width: 0;
      stroke: currentColor;
      fill: currentColor
    }

    .icon-protection {
      width: 0.876953125em
    }

    .icon-secure {
      width: 0.8466796875em
    }

    .icon-speed {
      width: 0.6005859375em
    }

    .icon-update {
      width: 0.9189453125em
    }

    #wrapper {
      overflow: hidden;
      position: relative
    }

    .container {
      max-width: 1224px;
      margin: 0 auto;
      padding: 0 12px
    }

    #header {
      position: relative
    }

    .page-overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(45, 60, 70, 0.7);
      display: none;
      z-index: 3
    }

    .page-overlay label {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0
    }

    #show-menu {
      position: fixed;
      top: -9999px;
      left: -9999px;
      z-index: -1
    }

    label[for="show-menu"] {
      cursor: pointer;
      font-size: 24px
    }

    input#show-menu:checked ~ .slide-nav {
      margin: 0
    }

    input#show-menu:checked ~ .page-overlay {
      display: block
    }

    .nav-opener {
      float: right;
      margin: 10px 0 6px;
      position: relative;
      color: #fff;
      font-size: 23px;
      line-height: 1
    }

    .nav-opener span {
      display: inline-block;
      vertical-align: top
    }

    @media (min-width: 1025px) {
      .nav-opener {
        display: none
      }
    }

    .slide-nav {
      position: fixed;
      text-align: right;
      right: 0;
      top: 0;
      z-index: 4;
      width: 260px;
      height: 100%;
      overflow-y: auto;
      padding: 15px 12px 12px;
      background: #262e33;
      margin: 0 -260px 0 0;
      transition: margin 0.2s linear
    }

    .slide-nav .nav-close {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 23px
    }

    .slide-nav .nav-close:before,
    .slide-nav .nav-close:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      border-radius: 3px;
      background: #fff;
      transform: rotate(45deg);
      margin-top: 10px
    }

    .slide-nav .nav-close:after {
      transform: rotate(-45deg)
    }

    @media (min-width: 1025px) {
      .slide-nav {
        margin: 0;
        position: static;
        background: none;
        padding: 0;
        width: auto
      }
      .slide-nav label[for="show-menu"] {
        display: none
      }
    }

    #nav ul {
      text-align: right;
      margin: 0 -12px;
      padding: 15px 0 0;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 800
    }

    #nav ul li {
      padding: 18px 20px 6px
    }

    #nav ul li.join-link {
      background: #ec1c4d;
      background: -moz-radial-gradient(center, ellipse cover, #ec1c4d 0%, #d41e4a 53%, #9d2242 100%);
      background: -webkit-radial-gradient(center, ellipse cover, #ec1c4d 0%, #d41e4a 53%, #9d2242 100%);
      background: radial-gradient(ellipse at center, #ec1c4d 0%, #d41e4a 53%, #9d2242 100%);
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec1c4d', endColorstr='#9d2242', GradientType=1)
    }

    #nav ul li.join-link a:before,
    #nav ul li.join-link a:after {
      background: #fff
    }

    #nav ul li.active a:after,
    #nav ul li.active a:before {
      width: 50%
    }

    #nav ul a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      padding: 0 12px 12px;
      position: relative
    }

    #nav ul a:after,
    #nav ul a:before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 2px;
      width: 0;
      background: #e81849;
      transition: width 0.3s linear
    }

    #nav ul a:before {
      left: 50%
    }

    #nav ul a:after {
      right: 50%
    }

    #nav ul a:hover:after,
    #nav ul a:hover:before {
      width: 50%
    }

    @media (min-width: 1025px) {
      #nav ul {
        text-align: center;
        font-size: 0;
        letter-spacing: -4px;
        margin: 0;
        padding: 0
      }
      #nav ul li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        font-size: 18px
      }
    }

    @media (min-width: 1201px) {
      #nav ul li {
        padding: 48px 20px 25px;
        margin: 0 12px
      }
    }

    #main {
      position: relative;
      box-shadow: 0 -4px 0 rgba(14, 17, 19, 0.2)
    }

    .main-container {
      background: url("https://sexworld3d.com/nats/images/bg_main_container.jpg") no-repeat 50% 0;
      position: relative;
      overflow: hidden;
      background-size: 100% auto
    }

    .main-container:after,
    #header:after {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: -50px;
      left: 0;
      right: 0;
      height: 100px;
      background: #324449;
      background: -moz-radial-gradient(center, ellipse cover, #324449 0%, #2c393e 29%, #2b363c 51%, #262e33 100%);
      background: -webkit-radial-gradient(center, ellipse cover, #324449 0%, #2c393e 29%, #2b363c 51%, #262e33 100%);
      background: radial-gradient(ellipse at center, #324449 0%, #2c393e 29%, #262e33 51%, #262e33 100%);
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#324449', endColorstr='#262e33', GradientType=1)
    }

    .head-box {
      background-image: url(https://sexworld3d.com/nats/images/bg_head_box_m.jpg);
      background-position: 50% 50%;
      background-size: cover;
      padding: 30px 0 15px;
      text-align: center
    }

    .head-box .logo {
      display: inline-block;
      vertical-align: top;
      margin: 0 auto 15px
    }

    .head-box .logo img {
      display: block
    }

    @media (min-width: 768px) {
      .head-box {
        background-image: url(https://sexworld3d.com/nats/images/bg_head_box.jpg)
      }
      .head-box>.container {
        display: flex;
        width: 100%;
        align-items: center
      }
      .head-box .logo {
        flex: 0 0 28.5%;
        margin: 0 15px
      }
      .head-box .logo img {
        margin: 0 auto
      }
      .head-box .text-box {
        text-align: left;
        padding-top: 20px
      }
    }

    @media (min-width: 1025px) {
      .head-box {
        font-size: 24px;
        padding: 36px 0 32px
      }
    }

    .post-wrap {
      padding: 35px 0 0
    }

    @media (min-width: 1024px) {
      .post-wrap {
        padding-top: 78px
      }
      .post-wrap .post-holder {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        overflow: hidden
      }
      .post-wrap .post-holder .post:last-child:after {
        display: none
      }
      .post-wrap .post {
        flex: 0 0 29%;
        max-width: 29%;
        overflow: visible;
        position: relative;
        margin: 0 6.5% 140px 0;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between
      }
      .post-wrap .post .text-box,
      .post-wrap .post .img-box,
      .post-wrap .post .btn {
        flex: 0 0 100%;
        width: 100%
      }
      .post-wrap .post .img-box a {
        position: relative;
        display: block
      }
      .post-wrap .post .img-box a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid transparent;
        transition: border-color 0.2s linear;
        z-index: 2;
        border-radius: 30px
      }
      .post-wrap .post .img-box a:hover:before {
        border-color: #e81849
      }
      .post-wrap .post:nth-child(3n) {
        margin-right: 0
      }
      .post-wrap .post:nth-child(3n):after {
        content: '';
        position: absolute;
        bottom: -70px;
        left: -9999px;
        right: -12px;
        height: 2px;
        background: #1f262a;
        border-bottom: 1px solid #2b373f
      }
    }

    .post {
      background: #4c6172;
      background: -moz-linear-gradient(top, #4c6172 0%, #455866 51%, #303a40 100%);
      background: -webkit-linear-gradient(top, #4c6172 0%, #455866 51%, #303a40 100%);
      background: linear-gradient(to bottom, #4c6172 0%, #455866 51%, #303a40 100%);
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c6172', endColorstr='#303a40', GradientType=0);
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 0 30px rgba(38, 45, 50, 0.5);
      margin: 0 0 20px
    }

    .post h2 {
      text-transform: uppercase;
      font-size: 20px
    }

    .post h2 a {
      text-decoration: none
    }

    .post .img-box {
      margin: 0 0 20px;
      text-align: center
    }

    .post .img-box img {
      border-radius: 30px;
      vertical-align: top;
      width: 100%;
      height: auto
    }

    .post .text-box {
      padding: 0 15px
    }

    .post .text-box p a {
      color: #e81849;
      text-decoration: none
    }

    .post .text-box p a:hover {
      text-decoration: underline
    }

    .post .btn {
      display: block;
      border-radius: 0;
      box-shadow: none
    }

    @media (min-width: 481px) {
      .post {
        display: flex;
        flex-wrap: wrap
      }
      .post .img-box {
        flex: 0 0 38%;
        margin: 0;
        border-radius: 30px 0 0 0
      }
      .post .text-box {
        padding-top: 10px;
        flex: 0 1 62%
      }
      .post .btn {
        width: 100%;
        overflow: hidden
      }
    }

    @media (min-width: 1024px) {
      .post {
        display: block
      }
      .post .img-box img {
        border-radius: 30px;
        box-shadow: 0 4px 0 rgba(14, 17, 19, 0.15)
      }
      .post .text-box {
        text-align: center;
        padding: 20px 20px 5px
      }
      .post .btn {
        border-radius: 0 0 30px 30px
      }
    }

    @media (min-width: 1201px) {
      .post .text-box {
        padding: 36px 20px 5px
      }
    }

    .feature .post {
      background: none;
      border-radius: 0;
      overflow: visible;
      box-shadow: none;
      margin-bottom: 36px;
      padding-bottom: 34px;
      position: relative
    }

    .feature .post:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 5%;
      right: 5%;
      height: 2px;
      background: #20262b;
      border-bottom: 1px solid #2b3840
    }

    .feature .post .text-box {
      padding-left: 0;
      padding-right: 0
    }

    .feature .post .btn {
      border-radius: 8px;
      box-shadow: 0 4px 0 #af0029
    }

    @media (min-width: 481px) {
      .feature .post {
        display: block;
        text-align: center
      }
      .feature .post .img-box img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        display: block
      }
      .feature .post .btn {
        display: inline-block;
        vertical-align: top;
        width: auto;
        min-width: 334px
      }
    }

    @media (min-width: 1024px) {
      .feature .post-holder {
        display: block
      }
      .feature .post {
        width: 100%;
        max-width: 100%;
        text-align: left;
        overflow: hidden
      }
      .feature .post:last-child:before {
        display: none
      }
      .feature .post:nth-child(3n):after,
      .feature .post:after {
        display: none
      }
      .feature .post .img-box {
        width: 350px;
        float: left;
        margin: 0 55px 10px 0
      }
      .feature .post .text-box {
        padding-top: 45px;
        text-align: left;
        width: auto
      }
    }

    .btn {
      display: inline-block;
      vertical-align: top;
      border-radius: 8px;
      text-transform: uppercase;
      font-family: "Titan One", "Courier New", Courier, monospace;
      font-size: 18px;
      min-width: 240px;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      padding: 0.6em 0.7em;
      background: #e81849;
      text-shadow: 0 4px 0 rgba(14, 17, 19, 0.1);
      box-shadow: 0 4px 0 #af0029;
      transition: all 0.3s linear;
      border: none
    }

    .btn:hover,
    .btn:focus,
    .btn:active {
      background: #c8143e
    }

    @media (min-width: 768px) {
      .btn {
        font-size: 20px
      }
    }

    .btn-alt {
      color: #6b808e;
      background: #fff;
      box-shadow: 0 4px 0 #cccccc
    }

    .btn-alt:hover,
    .btn-alt:focus,
    .btn-alt:active {
      background: #d9d9d9
    }

    .btn-sm {
      font-size: 14px;
      padding: 0.95em 0.8em
    }

    @media (min-width: 768px) {
      .btn-sm {
        padding: 1.15em 0.8em
      }
    }

    .promo {
      background-image: url(https://sexworld3d.com/nats/images/bg_promo_m.jpg);
      background-position: 50% 50%;
      background-size: cover;
      box-shadow: 0 -4px 0 rgba(14, 17, 19, 0.3);
      padding: 20px 0
    }

    .promo .holder {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 5.5%
    }

    .promo .hex {
      position: relative;
      visibility: hidden;
      width: 25%;
      outline: 1px solid transparent
    }

    .promo .hex:nth-child(7n+5) {
      margin-left: 12.5%
    }

    .promo .hex::after {
      content: '';
      display: block;
      padding-bottom: 86.602%
    }

    .promo .hex-iner {
      position: absolute;
      width: 96%;
      padding-bottom: 110.851%;
      margin: 0 2%;
      overflow: hidden;
      visibility: hidden;
      outline: 1px solid transparent;
      transform: rotate3d(0, 0, 1, -60deg) skewY(30deg)
    }

    .promo .hex-iner * {
      position: absolute;
      visibility: visible;
      outline: 1px solid transparent
    }

    .promo .hex-alt {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      overflow: hidden;
      transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg)
    }

    .promo .hex img {
      left: -100%;
      right: -100%;
      width: auto;
      height: 100%;
      margin: 0 auto;
      transform: rotate3d(0, 0, 0, 0deg)
    }

    @media (min-width: 768px) {
      .promo {
        background-image: url(https://sexworld3d.com/nats/images/bg_promo.jpg);
        padding: 35px 0
      }
    }

    @media (min-width: 1025px) {
      .promo .holder {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-bottom: 2%
      }
      .promo .hex {
        width: 15.4%;
        margin: 0 -0.8%
      }
      .promo .hex:nth-child(7n+5) {
        margin: 0
      }
      .promo .hex:nth-child(odd) {
        margin-top: 7.8%
      }
      .promo .hex-iner {
        transform: skew(-26deg);
        width: 100%;
        margin: 0
      }
      .promo .hex-alt {
        transform: skew(43deg);
        height: 90%
      }
      .promo .hex img {
        transform: skew(-24deg)
      }
    }

    .aside {
      background: url(https://sexworld3d.com/nats/images/bg_main_container.jpg) no-repeat 50% 0;
      background-size: 100% auto;
      padding: 25px 0;
      text-align: center;
      box-shadow: 0 4px 0 rgba(255, 255, 255, 0.1) inset
    }

    .aside h2 {
      font: 34px/1 "Titan One", "Courier New", Courier, monospace;
      margin: 0 0 15px;
      text-shadow: 0 4px 0 rgba(14, 17, 19, 0.1);
      text-transform: uppercase
    }

    .aside .btn-hold {
      padding-top: 12px
    }

    .aside .btn-hold .btn {
      margin: 0 10px 10px
    }

    @media (min-width: 1025px) {
      .aside {
        padding: 35px 0;
        background-size: 100% 100%;
        font-size: 24px
      }
      .aside h2 {
        font-size: 60px;
        padding: 0 2%;
        margin: 0 0 20px
      }
    }

    @media (min-width: 1201px) {
      .aside {
        padding: 53px 0 35px
      }
    }

    #footer {
      font-size: 12px;
      line-height: 1.5
    }

    #footer>.container {
      max-width: 1100px;
      border-top: 1px solid #20262b
    }

    .service {
      border-top: 1px solid #2b3840;
      margin: 0 -12px;
      padding: 20px 12px 0;
      text-align: center
    }

    .service li {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px
    }

    .service a {
      text-decoration: none
    }

    .service a:hover {
      text-decoration: underline
    }

    @media (min-width: 1025px) {
      .service {
        padding-top: 32px
      }
    }

    .copy {
      text-align: center
    }

    .copy a {
      text-decoration: none
    }

    .copy a:hover {
      text-decoration: underline
    }

    .copy p {
      margin: 0
    }

    .info-box {
      padding: 35px 0 10px
    }

    .info-box .box {
      max-width: 250px;
      margin: 0 auto 20px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between
    }

    .info-box .icon,
    .info-box .icon-billing {
      font-size: 50px;
      fill: #fff;
      color: #fff
    }

    .info-box .icon-box {
      margin: 0 35px 0 0
    }

    .info-box .text-box {
      text-align: left
    }

    .info-box .title {
      display: block;
      text-transform: uppercase
    }

    .info-box p {
      margin: 0
    }

    @media (min-width: 641px) {
      .info-box {
        display: flex
      }
      .info-box .box {
        margin: 0 10px
      }
      .info-box .icon-box {
        margin: 0 15px 0 0
      }
    }

    @media (min-width: 768px) {
      .info-box {
        display: flex;
        width: 100%;
        justify-content: space-between
      }
    }

    @media (min-width: 1025px) {
      .info-box {
        padding: 45px
      }
    }

    .visual {
      background: #0d171e
    }

    .visual img {
      display: block;
      margin: 0 auto
    }

    .promo-video {
      text-align: center;
      padding: 35px 0 10px
    }

    .promo-video h1 {
      font-size: 34px;
      line-height: 1;
      margin: 0 0 15px;
      text-shadow: 0 4px 0 rgba(14, 17, 19, 0.1)
    }

    .promo-video .heading-box {
      padding: 0 0 14px
    }

    .promo-video .video-holder {
      max-width: 1200px;
      margin: 0 auto;
      border-radius: 30px;
      overflow: hidden
    }

    @media (min-width: 1025px) {
      .promo-video {
        font-size: 24px
      }
      .promo-video h1 {
        font-size: 60px
      }
    }

    @media (min-width: 1201px) {
      .promo-video {
        padding: 50px 0 20px
      }
      .promo-video h1 {
        margin-bottom: 20px
      }
    }

    .promo-video .vjs-afterglow-skin .vjs-big-play-button {
      background: rgba(36, 40, 45, 0.5);
      border-radius: 50%
    }

    .promo-video .vjs-afterglow-skin .vjs-big-play-button:before {
      content: '';
      background: url(https://sexworld3d.com/nats/images/arrow.svg) no-repeat 50% 50%;
      height: 20px;
      width: 20px;
      background-size: auto 100%;
      margin: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%)
    }

    @media (min-width: 1025px) {
      .promo-video .vjs-afterglow-skin .vjs-big-play-button {
        width: 152px;
        height: 152px;
        margin-top: -76px;
        margin-left: -76px
      }
      .promo-video .vjs-afterglow-skin .vjs-big-play-button:before {
        height: 34px;
        width: 34px
      }
    }

    .vjs-afterglow-skin:hover .vjs-big-play-button:before {
      opacity: 0
    }

    .promo-list-wrap {
      padding: 25px 0
    }

    .promo-list-wrap .promo-list {
      border-bottom: 1px solid #3b474e;
      padding: 0 0 20px;
      display: inline-block;
      vertical-align: top
    }

    .promo-list-wrap .promo-list li {
      display: flex;
      align-items: center;
      padding: 0 0 10px;
      width: 296px;
      justify-content: center
    }

    .promo-list-wrap .promo-list .icon-box {
      font-size: 52px;
      flex: 0 0 66px;
      text-align: center
    }

    .promo-list-wrap .promo-list .icon-box .icon {
      vertical-align: top;
      display: block;
      margin: 0 auto
    }

    .promo-list-wrap .promo-list .title {
      flex: 0 1 200px;
      font-size: 18px;
      line-height: 1;
      text-align: center;
      font-weight: normal;
      font-family: "Titan One", "Courier New", Courier, monospace
    }

    .promo-list-wrap .btn-hold {
      padding: 25px 0
    }

    @media (min-width: 768px) {
      .promo-list-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
      }
      .promo-list-wrap .promo-list {
        border-bottom: none;
        padding: 10px 0 15px;
        border-right: 1px solid #3b474e
      }
      .promo-list-wrap .btn-hold {
        padding: 5px 25px 0
      }
    }

    @media (min-width: 1025px) {
      .promo-list-wrap {
        padding: 44px 0 40px
      }
      .promo-list-wrap .promo-list {
        border: none;
        display: flex;
        flex: 0 1 auto
      }
      .promo-list-wrap .promo-list li {
        border-right: 1px solid #3b474e;
        width: auto;
        padding: 0 45px 0 0;
        margin: 0 25px 0 0
      }
      .promo-list-wrap .promo-list .icon-box {
        font-size: 52px;
        flex: 0 1 74px;
        min-width: 74px;
        text-align: center
      }
      .promo-list-wrap .promo-list .icon-box .icon {
        margin: 0
      }
      .promo-list-wrap .promo-list .title {
        flex: 0 1 auto;
        white-space: nowrap;
        font-size: 20px;
        line-height: 1;
        text-align: left
      }
    }

    .visual-post {
      padding: 280px 0 20px;
      background: #0d171f url(https://sexworld3d.com/nats/images/bg_visual_post.jpg) no-repeat 50% 0;
      background-size: auto 260px
    }

    .visual-post .post-box {
      text-align: center;
      margin: 0 0 40px
    }

    .visual-post .post-box h3 {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1;
      margin: 0 0 20px
    }

    .visual-post .post-box h3 a {
      text-decoration: none
    }

    .visual-post .post-box .img-box {
      margin: 0 0 20px
    }

    .visual-post .post-box .img-box a:hover img {
      border-color: #e81849
    }

    .visual-post .post-box .img-box img {
      display: block;
      margin: 0 auto;
      border-radius: 25px;
      border: 1px solid transparent;
      transition: border-color 0.2s linear
    }

    @media (min-width: 768px) {
      .visual-post {
        padding: 50px 0;
        background-position: 70% 50%;
        background-size: cover
      }
      .visual-post .post-holder {
        float: right
      }
      .visual-post .post-box {
        float: left;
        width: 260px;
        padding: 0 15px
      }
    }

    @media (min-width: 1200px) {
      .visual-post {
        background-position: 50% 50%;
        padding: 75px 0 10px;
        min-height: 650px
      }
      .visual-post .post-box {
        width: 300px;
        padding: 0 34px
      }
      .visual-post .post-box h3 {
        margin: 0 0 38px
      }
      .visual-post .post-box .img-box {
        margin: 0 0 30px
      }
    }

    .join {
      position: relative;
      background-color: #0d171e;
      background-image: url(https://sexworld3d.com/nats/images/bg_join.jpg);
      background-size: auto 240px;
      background-position: 50% 0;
      background-repeat: no-repeat;
      padding: 70px 0 10px
    }

    .join>.container {
      max-width: 766px
    }

    .join .logo {
      text-align: center;
      width: 240px;
      display: block;
      margin: 0 auto 60px
    }

    .join .logo img {
      display: block
    }

    .join form {
      position: relative;
      z-index: 2;
      text-align: center
    }

    .join .row {
      margin: 0 0 32px
    }

    .join .row>label {
      display: block;
      margin: 0 0 18px;
      font-family: "Titan One", "Courier New", Courier, monospace;
      text-transform: uppercase;
      text-shadow: 0 4px 0 rgba(14, 17, 19, 0.1);
      font-size: 20px
    }

    .join .row>label span {
      color: #e81849
    }

    .join .row input[type="email"] {
      text-align: center
    }

    .join .paiment-type {
      width: 253px;
      margin: 0 auto;
      text-align: left
    }

    .join .paiment-type .box {
      margin: 0 0 15px
    }

    .join .paiment-type .input-text {
      text-transform: uppercase
    }

    .join .membership .box {
      padding: 0 6px;
      margin: 0 0 10px;
      display: flex
    }

    .join .membership label {
      width: 100%;
      background: rgba(67, 87, 102, 0.5);
      border: 2px solid #546d80;
      min-height: 196px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: baseline;
      padding: 30px 15px 10px;
      transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear
    }

    .join .membership input[type="radio"]:checked+label {
      border-color: #e81849;
      background: rgba(232, 24, 73, 0.9)
    }

    .join .membership input[type="radio"]:checked+label .input-text:after {
      background: #fff
    }

    .join .membership .input-text {
      padding-bottom: 15px;
      border-bottom: 2px solid #fff;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 8px
    }

    .join .membership .title {
      display: block;
      width: 100%;
      text-transform: uppercase;
      font-weight: 300;
      font-style: italic;
      text-align: center;
      font-size: 14px
    }

    .join .membership .price {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 28px;
      line-height: 28px
    }

    .join .membership .price span {
      font-size: 14px;
      line-height: 28px
    }

    .join .membership .best {
      display: block;
      width: 100%;
      letter-spacing: 2px;
      font-weight: 300;
      font-style: italic;
      font-size: 14px;
      text-align: center;
      color: #fff
    }

    .join .btn-box {
      align-items: center;
      max-width: 320px;
      margin: 0 auto;
      padding: 0 16px 20px
    }

    .join .btn-box .btn {
      padding: 16px 45px
    }

    .join .btn-box .text {
      font-size: 14px;
      display: block;
      padding: 0 0 20px;
      text-align: center
    }

    .join .btn-box .text span {
      color: #e81849
    }

    @media (min-width: 768px) {
      .join {
        background-size: cover;
        background-position: 50% 50%;
        padding-top: 35px;
        padding-bottom: 35px
      }
      .join .logo {
        width: 330px;
        margin-bottom: 36px
      }
      .join input[type="email"] {
        max-width: 360px;
        margin: 0 auto
      }
      .join .membership {
        margin: 0 -6px;
        display: flex
      }
      .join .membership .box {
        flex: 0 1 33.33%;
        margin-bottom: 0
      }
    }

    .benefits {
      padding: 20px 0 0
    }

    @media (min-width: 1025px) {
      .benefits {
        padding: 42px 0 0
      }
    }

    .benefits-list {
      text-align: center
    }

    .benefits-list li {
      display: inline-block;
      vertical-align: top;
      width: 175px;
      margin: 0 18px 20px
    }

    .benefits-list .icon-box {
      display: block;
      height: 124px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px
    }

    .benefits-list .icon-box .icon {
      font-size: 76px
    }

    .benefits-list .icon-box .icon.icon-mobile {
      font-size: 92px
    }

    .benefits-list .icon-box .icon.icon-hd {
      font-size: 84px
    }

    .benefits-list .icon-box .icon.icon-safe {
      font-size: 70px
    }

    .benefits-list .title {
      display: block;
      font-size: 18px;
      text-transform: uppercase
    }

    @media (min-width: 1025px) {
      .benefits-list li {
        margin-bottom: 0
      }
    }

    .join.alt {
      text-align: center
    }

    .join.alt>.container {
      max-width: 388px
    }

    .join.alt h3 {
      text-transform: uppercase;
      text-shadow: 0 4px 0 rgba(14, 17, 19, 0.1);
      font-size: 20px;
      margin: 0 0 16px
    }

    .join.alt h2 {
      text-transform: uppercase;
      text-shadow: 0 4px 0 rgba(14, 17, 19, 0.1);
      font-size: 34px;
      margin: 0 0 20px
    }

    .join.alt .row {
      margin: 0 0 20px
    }

    .join.alt .label {
      display: block;
      margin: 0 0 5px
    }

    .join.alt .label.small {
      font-size: 14px
    }

    .join.alt .note {
      font-size: 12px;
      padding: 10px 0 20px
    }

    .join.alt .btn {
      display: block;
      width: 100%
    }

    @media (min-width: 1025px) {
      .join.alt h2 {
        font-size: 60px
      }
    }
  }
  