/* CSS Only For HTML Coder */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

canvas, audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

b, strong {
  font-weight: bold; }

hr {
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-placeholder {
  color: #000;
  opacity: 1; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

body {
  background-color: #f1f1f1;
  border: none;
  margin: 0px;
  outline: none;
  position: relative;
  line-height: 18px;
  color: #333;
  font-size: 14px; }

.clear, .spacer {
  font-size: 0px;
  line-height: 0px;
  clear: both; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, lengend, button, input, textarea, th, td, div {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  /*  text-rendering: optimizelegibility !important; */ }

body, blockquote, fieldset, lengend, button, input, textarea, select, code, samp {
  padding: 0;
  font-family: 'Oxygen', sans-serif; }

button, input, textarea {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; }

p {
  padding: 0px;
  margin: 0px 0px 8px 0px;
  border: none; }

p:last-child {
  margin: 0; }

label {
  cursor: pointer !important; }

label, input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  vertical-align: middle; }

label input[type="checkbox"], label input[type="radio"] {
  margin-right: 5px; }

a {
  color: #9b0f0b;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

a:hover {
  outline: none;
  text-decoration: underline; }

img {
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  display: block; }

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/* ::after, ::before{font-family:Font Awesome 5 Free;} */
.wrapper {
  display: block;
  max-width: 1422px;
  margin: 0 auto;
  padding: 0 15px; }

.buttonset {
  display: block;
  width: 100%;
  margin: 32px 0 0 0;
  text-align: center; }
  .buttonset.text-left {
    text-align: left; }
  .buttonset .c-btn {
    margin: 3px 0; }
    .buttonset .c-btn:not(:last-child) {
      margin-right: 4px; }

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #EF0000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  min-height: 34px;
  padding: 6px 16px;
  border-radius: 100px;
  transition: 600ms; }
  @media (max-width: 480px) {
    .c-btn {
      font-size: 13px;
      min-height: 30px;
      padding-left: 14px;
      padding-right: 14px; } }
  .c-btn img {
    display: block;
    float: left;
    height: auto;
    max-height: 26px;
    margin: 0 8px 0 0;
    filter: brightness(0) invert(1); }
  .c-btn:hover {
    background-color: #ff5e5e; }
  .c-btn.block {
    width: 100%; }
  .c-btn.uppercase {
    text-transform: uppercase; }
  .c-btn.lg {
    font-size: 22px;
    min-height: 58px;
    padding-left: 28px;
    padding-right: 28px; }
    @media (max-width: 1279px) {
      .c-btn.lg {
        font-size: 20px;
        min-height: 50px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .c-btn.lg {
        font-size: 18px;
        min-height: 48px; } }
    @media (max-width: 350px) {
      .c-btn.lg {
        font-size: 17px;
        min-height: 44px; } }
  .c-btn.md {
    font-size: 18px;
    min-height: 52px; }
    .c-btn.md img {
      max-height: 22px; }
  .c-btn.sm {
    font-size: 13px;
    min-height: 36px; }
    .c-btn.sm img {
      max-height: 20px; }
  .c-btn.xs {
    font-size: 13px;
    line-height: 15px;
    min-height: 24px;
    padding: 4px 8px; }
  .c-btn.min-236 {
    min-width: 236px;
    max-width: 100%; }
  .c-btn.black {
    background-color: #433B3B; }
    .c-btn.black:hover {
      background-color: #686161; }

.form-filed {
  display: block;
  width: 100%;
  margin: 20px 0 0 0; }
  .form-filed:first-child {
    margin: 0; }
  .form-filed .txt-link {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300; }
  .form-filed .txt-with-link {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300; }
    .form-filed .txt-with-link.w-360, .form-filed .txt-with-link.w-290 {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }
    .form-filed .txt-with-link.w-290 {
      max-width: 290px; }
    .form-filed .txt-with-link a {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-weight: 500; }

.field {
  display: block;
  background-color: rgba(217, 217, 217, 0.06);
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 52px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  position: relative; }
  .field::-webkit-input-placeholder {
    color: #fff; }
  .field::-moz-placeholder {
    color: #fff; }
  .field:-ms-input-placeholder {
    color: #fff; }
  .field:-moz-placeholder {
    color: #fff; }
  .field[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
  .field.md {
    font-size: 14px;
    height: 38px;
    padding-left: 14px;
    padding-right: 14px; }
  .field.dark {
    border-color: #696666;
    color: #2F2B2B; }
    .field.dark::-webkit-input-placeholder {
      color: #2F2B2B; }
    .field.dark::-moz-placeholder {
      color: #2F2B2B; }
    .field.dark:-ms-input-placeholder {
      color: #2F2B2B; }
    .field.dark:-moz-placeholder {
      color: #2F2B2B; }

select.field.md {
  padding-right: 26px !important;
  background-position: right 10px center !important; }

.field[type="date"], select.field {
  background: url(../images/down-arrow.png) no-repeat right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(217, 217, 217, 0.06);
  padding-right: 38px;
  background-size: 10px auto; }

select.field.dark {
  background: url(../images/down-arrow-black.png) no-repeat right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding-right: 38px;
  background-size: 10px auto; }

.c-checkbox {
  display: block;
  max-width: 100%;
  padding: 0 0 0 28px;
  position: relative; }
  .c-checkbox label {
    display: inline-block;
    color: #f2f2f2;
    font-size: 13.5px;
    line-height: 20px;
    font-weight: 300; }
    .c-checkbox label a {
      color: #f2f2f2;
      text-decoration: underline; }
      .c-checkbox label a:hover {
        color: #ff5959;
        text-decoration: none; }
    .c-checkbox label input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .c-checkbox label input:checked ~ .txt:before {
        background: url(../images/check.svg) no-repeat center center;
        background-size: 12px auto; }
    .c-checkbox label .txt {
      display: block; }
      .c-checkbox label .txt:before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        border-radius: 3px;
        position: absolute;
        top: 0;
        left: 0; }

.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #696666;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #2F2B2B;
  text-decoration: none;
  font-size: 14px;
  min-height: 38px;
  padding: 6px 16px;
  border-radius: 100px;
  transition: 600ms; }
  .filter-btn img {
    display: block;
    float: left;
    height: 20px;
    width: auto;
    transition: 600ms;
    margin: 0 8px 0 0; }
    .filter-btn img + .toogle-check {
      margin: 0; }
  .filter-btn.img-right img {
    margin: 0 0 0 8px; }
  .filter-btn.icon-only {
    padding: 0;
    width: 38px;
    justify-content: center;
    font-size: 0;
    text-indent: -99999em; }
    .filter-btn.icon-only img {
      margin: 0; }

a.filter-btn:hover,
button.filter-btn:hover {
  background-color: #696666;
  color: #fff; }
  a.filter-btn:hover img,
  button.filter-btn:hover img {
    filter: brightness(0) invert(1); }

.toogle-check {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 0 0 8px; }
  .toogle-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
    .toogle-check input:checked ~ .toggle-bg .toggle-circle {
      left: calc(100% - 18px);
      background-color: #FF0000; }
  .toogle-check .toggle-bg {
    display: block;
    float: left;
    width: 36px;
    height: 18px;
    position: relative;
    background-color: #fff;
    border-radius: 100px; }
    .toogle-check .toggle-bg .toggle-circle {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border-radius: 100px;
      background-color: #433B3B;
      transition: 600ms; }

.age-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .age-field .txt {
    display: block;
    float: left;
    color: #2F2B2B;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500; }
  .age-field .field-box {
    display: block;
    float: left;
    padding: 0 0 0 10px;
    width: 80px; }

.c-modal {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 800ms;
  opacity: 0;
  visibility: hidden; }
  .c-modal.show-modal {
    opacity: 1;
    visibility: visible; }

.c-modal-container {
  display: block;
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0; }
  .c-modal-container .modal-logo {
    display: block;
    margin: 0 auto 24px auto;
    max-height: 58px; }
  .c-modal-container .c-modal-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #A4A4A4;
    padding: 50px 30px;
    border-radius: 8px;
    position: relative; }
    .c-modal-container .c-modal-box .check-circle {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background-color: #4BAE4F;
      width: 86px;
      height: 86px;
      border-radius: 100px;
      margin: 0 0 14px 0; }
      .c-modal-container .c-modal-box .check-circle img {
        display: block;
        float: left;
        width: 46px;
        height: auto; }
    .c-modal-container .c-modal-box .close-modal {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: url(../images/close-white.svg) no-repeat center center;
      background-size: 18px auto;
      cursor: pointer;
      opacity: 0.8;
      transition: 500ms; }
      .c-modal-container .c-modal-box .close-modal:hover {
        opacity: 1; }
    .c-modal-container .c-modal-box .head-tl {
      display: flex;
      flex-wrap: wrap;
      flex-flow: column;
      align-items: center;
      color: #fff;
      font-size: 26px;
      line-height: 28px;
      font-weight: 300;
      margin: 0 0 20px 0; }
    .c-modal-container .c-modal-box .c-btn {
      font-size: 16px; }

.c-tab {
  display: flex;
  margin: 0 -3px;
  align-items: flex-end;
  padding: 0 0 14px 0;
  white-space: nowrap;
  overflow: auto;
  flex-wrap: nowrap; }
  .c-tab li {
    display: block;
    float: left;
    padding: 0 3px; }
    .c-tab li a {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 38px;
      border-radius: 5px 5px 0px 0px;
      background: #E2E1E1;
      color: #3E3939;
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      padding: 6px 16px;
      position: relative; }
      .c-tab li a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: inherit;
        right: 0;
        content: "";
        display: block;
        width: 0%;
        height: 2px;
        background-color: #9B2629;
        transition: all 500ms ease-in-out; }
      .c-tab li a:hover {
        color: #9b2629;
        background-color: #ededed;
        text-decoration: none;
        left: 0;
        right: inherit; }
        .c-tab li a:hover:before {
          width: 100%; }
      .c-tab li a.active {
        background-color: #9B2629;
        color: #fff;
        min-height: 42px; }
      @media (max-width: 767px) {
        .c-tab li a {
          font-size: 13px;
          line-height: 15px;
          padding: 6px 10px;
          min-height: 34px; }
          .c-tab li a.active {
            background-color: #9B2629;
            color: #fff;
            min-height: 36px; } }

.c-tab-data {
  display: block; }

.p-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.footer {
  display: block;
  background-color: transparent;
  padding: 60px 0; }
  @media (max-width: 1023px) {
    .footer {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .footer {
      padding: 30px 0; } }
  .footer .footer-top {
    display: block; }
  .footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #515151; }
    .footer .footer-bottom .f-bottom-left {
      display: block;
      float: left;
      min-width: 135px; }
      .footer .footer-bottom .f-bottom-left img {
        display: block;
        float: left;
        width: 135px;
        height: auto; }
        @media (max-width: 800px) {
          .footer .footer-bottom .f-bottom-left img {
            width: 116px; } }
    .footer .footer-bottom .f-bottom-mid {
      display: flex;
      float: left;
      flex-flow: column;
      align-items: center;
      width: 100%;
      flex: 1;
      padding: 0 16px; }
    .footer .footer-bottom .f-bottom-right {
      display: block;
      float: left;
      min-width: 135px; }
    @media (max-width: 767px) {
      .footer .footer-bottom {
        flex-flow: column;
        justify-content: center; }
        .footer .footer-bottom .f-bottom-left,
        .footer .footer-bottom .f-bottom-right {
          max-width: 100%;
          flex: 0 0 100%;
          display: flex;
          justify-content: center; }
        .footer .footer-bottom .f-bottom-mid {
          padding: 30px 0; } }
    .footer .footer-bottom .trans-card {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin: 0 -10px; }
      .footer .footer-bottom .trans-card li {
        display: block;
        float: left;
        padding: 0 10px; }
        .footer .footer-bottom .trans-card li img {
          display: block;
          height: 27px;
          width: auto; }
    .footer .footer-bottom .footer-logo {
      display: block;
      float: left; }
      .footer .footer-bottom .footer-logo img {
        display: block;
        width: auto;
        max-width: 266px; }
        @media (max-width: 800px) {
          .footer .footer-bottom .footer-logo img {
            max-width: 100%;
            max-height: 38px; } }
    .footer .footer-bottom .footer-partners {
      display: block;
      margin: 20px 0 0 0; }
      .footer .footer-bottom .footer-partners h4 {
        display: block;
        color: #fff;
        font-size: 22px;
        line-height: 24px;
        font-weight: 400;
        margin: 0;
        padding: 0; }
        @media (max-width: 800px) {
          .footer .footer-bottom .footer-partners h4 {
            font-size: 20px;
            line-height: 22px; } }
      .footer .footer-bottom .footer-partners .partner-list {
        display: flex;
        flex-wrap: wrap;
        margin: 10px -10px 0 -10px;
        justify-content: center; }
        .footer .footer-bottom .footer-partners .partner-list li {
          display: block;
          float: left;
          padding: 0 10px;
          position: relative; }
          .footer .footer-bottom .footer-partners .partner-list li:not(:last-child):after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0, -50%);
            width: 1px;
            height: 14px;
            border-right: 1px solid #fff; }
          .footer .footer-bottom .footer-partners .partner-list li a {
            display: block;
            float: left;
            color: #fff;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            transition: 500ms; }
            .footer .footer-bottom .footer-partners .partner-list li a:hover {
              color: #ff4040;
              text-decoration: none; }
  .footer .f-top-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 480px) {
      .footer .f-top-row {
        margin: 0 -10px; } }
    .footer .f-top-row .colm {
      display: block;
      float: left;
      max-width: 25%;
      flex: 0 0 25%;
      padding: 0 15px; }
      @media (max-width: 1023px) {
        .footer .f-top-row .colm {
          max-width: 33.333333%;
          flex: 0 0 33.333333%; }
          .footer .f-top-row .colm:last-child {
            max-width: 100%;
            flex: 0 0 100%;
            padding-top: 30px; } }
      @media (max-width: 480px) {
        .footer .f-top-row .colm {
          max-width: 50%;
          flex: 0 0 50%;
          padding: 10px; }
          .footer .f-top-row .colm:nth-child(3), .footer .f-top-row .colm:last-child {
            max-width: 100%;
            flex: 0 0 100%;
            padding: 10px; } }
      @media (max-width: 350px) {
        .footer .f-top-row .colm {
          max-width: 100%;
          flex: 0 0 100%; } }
      .footer .f-top-row .colm .f-links {
        display: block;
        margin: 0;
        padding: 0; }
        .footer .f-top-row .colm .f-links li {
          display: flex;
          flex-wrap: wrap; }
          .footer .f-top-row .colm .f-links li:not(:first-child) {
            margin: 7px 0 0 0; }
          .footer .f-top-row .colm .f-links li a {
            display: block;
            float: left;
            color: #e8e8e8;
            font-size: 14.5px;
            line-height: 20px;
            font-weight: 300;
            transition: 500ms; }
            .footer .f-top-row .colm .f-links li a:hover {
              color: #ff4040;
              text-decoration: none; }
      .footer .f-top-row .colm p {
        display: block;
        color: #e8e8e8;
        font-size: 14.5px;
        line-height: 20px;
        font-weight: 300; }
        .footer .f-top-row .colm p:not(:first-child) {
          margin: 10px 0 0 0; }

.banner {
  display: block;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center  !important;
  background-attachment: fixed !important;
  background-color: #000 !important;
  position: relative; }
  .banner .banner-image {
    display: block;
    width: 100%;
    height: auto; }
  .banner .banner-graphic-1 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100px; }

.header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0; }
  .header .header-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }

.logo {
  display: block;
  float: left; }
  .logo img {
    display: block;
    height: 41px;
    width: auto; }

.header-rgt {
  display: block;
  float: left; }
  @media (min-width: 481px) {
    .header-rgt .c-btn {
      min-width: 146px; } }

.banner-content {
  display: block;
  padding: 70px 0; }
  .banner-content .banner-content-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    min-height: 720px;
    color: #fff;
    text-align: center; }
    @media (max-width: 1279px) {
      .banner-content .banner-content-data {
        min-height: 530px; } }
    .banner-content .banner-content-data h1,
    .banner-content .banner-content-data h3 {
      display: block;
      font-size: 100px;
      line-height: 110px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
      @media (max-width: 1279px) {
        .banner-content .banner-content-data h1,
        .banner-content .banner-content-data h3 {
          font-size: 72px;
          line-height: 84px; } }
      @media (max-width: 1023px) {
        .banner-content .banner-content-data h1,
        .banner-content .banner-content-data h3 {
          font-size: 60px;
          line-height: 70px; } }
      @media (max-width: 767px) {
        .banner-content .banner-content-data h1,
        .banner-content .banner-content-data h3 {
          font-size: 52px;
          line-height: 56px; } }
      @media (max-width: 480px) {
        .banner-content .banner-content-data h1,
        .banner-content .banner-content-data h3 {
          font-size: 46px;
          line-height: 52px; } }
      @media (max-width: 350px) {
        .banner-content .banner-content-data h1,
        .banner-content .banner-content-data h3 {
          font-size: 41px;
          line-height: 46px; } }
    .banner-content .banner-content-data h3 {
      font-size: 30px;
      line-height: 32px;
      margin: 24px 0 0 0; }
      @media (max-width: 1279px) {
        .banner-content .banner-content-data h3 {
          font-size: 26px;
          line-height: 32px; } }
      @media (max-width: 1023px) {
        .banner-content .banner-content-data h3 {
          font-size: 22px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .banner-content .banner-content-data h3 {
          font-size: 20px;
          line-height: 26px; } }
      @media (max-width: 480px) {
        .banner-content .banner-content-data h3 {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 350px) {
        .banner-content .banner-content-data h3 {
          font-size: 17px;
          line-height: 23px; } }
    .banner-content .banner-content-data .c-btn {
      margin: 40px 0 0 0; }
      @media (min-width: 1024px) {
        .banner-content .banner-content-data .c-btn {
          padding-left: 40px;
          padding-right: 40px; } }

.home-section {
  display: block;
  background-color: #fff;
  padding: 60px 0; }
  .home-section h2 {
    font-size: 42px;
    line-height: 58px;
    margin: 0 0 28px 0;
    padding: 0; }
    @media (max-width: 1023px) {
      .home-section h2 {
        font-size: 38px;
        line-height: 53px; } }
    @media (max-width: 599px) {
      .home-section h2 {
        font-size: 34px;
        line-height: 46px;
        margin: 0 0 22px 0; } }
    @media (max-width: 480px) {
      .home-section h2 {
        font-size: 31px;
        line-height: 42px; } }
  .home-section p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300; }
    .home-section p:not(:first-child) {
      margin: 16px 0 0 0; }
  .home-section.text-center {
    text-align: center; }
  .home-section .sec-head {
    display: block;
    margin-bottom: 30px; }
    .home-section .sec-head h2 {
      margin: 0; }
    .home-section .sec-head p {
      margin: 8px 0 0 0;
      font-weight: 400;
      font-size: 16px; }

.home-graphic {
  display: block;
  position: relative;
  z-index: 2; }
  .home-graphic svg {
    display: block;
    width: 100%;
    height: auto; }

.top-site-love {
  display: block;
  background-color: #141415;
  padding: 0; }
  .top-site-love .top-site-love-c {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center; }
    @media (max-width: 1023px) {
      .top-site-love .top-site-love-c {
        padding: 20px 0; } }
    .top-site-love .top-site-love-c .colm {
      display: block;
      float: left;
      padding: 0 15px; }
      .top-site-love .top-site-love-c .colm:first-child {
        width: 100%;
        flex: 1; }
      .top-site-love .top-site-love-c .colm:nth-child(2) {
        width: 476px;
        max-width: 50%; }
      .top-site-love .top-site-love-c .colm .image-box {
        display: block;
        float: left;
        padding: 0 80px;
        position: relative; }
        @media (max-width: 799px) {
          .top-site-love .top-site-love-c .colm .image-box {
            max-width: 600px;
            margin: 0 auto;
            float: none; } }
        @media (max-width: 599px) {
          .top-site-love .top-site-love-c .colm .image-box {
            padding: 0 30px; } }
        .top-site-love .top-site-love-c .colm .image-box img {
          display: block;
          width: auto;
          max-width: 100%; }
        .top-site-love .top-site-love-c .colm .image-box .heart-icon {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 68px;
          height: 68px;
          animation: heartbeat 3s infinite; }
          .top-site-love .top-site-love-c .colm .image-box .heart-icon:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/heart-line.svg) no-repeat center center;
            background-size: 100% auto; }
          .top-site-love .top-site-love-c .colm .image-box .heart-icon:first-child {
            top: 50%;
            transform: translate(0 -50%); }
          .top-site-love .top-site-love-c .colm .image-box .heart-icon:nth-child(2) {
            left: auto;
            right: 0;
            top: 10%;
            width: 68px;
            height: 68px; }
          .top-site-love .top-site-love-c .colm .image-box .heart-icon:nth-child(3) {
            left: auto;
            right: 0;
            top: auto;
            bottom: 30%;
            width: 34px;
            height: 34px; }
            .top-site-love .top-site-love-c .colm .image-box .heart-icon:nth-child(3):before {
              transform: rotate(90deg); }
          .top-site-love .top-site-love-c .colm .image-box .heart-icon:nth-child(4) {
            left: auto;
            right: 18px;
            top: auto;
            bottom: 25%;
            width: 48px;
            height: 48px; }
            .top-site-love .top-site-love-c .colm .image-box .heart-icon:nth-child(4):before {
              transform: rotate(90deg); }
          @media (max-width: 599px) {
            .top-site-love .top-site-love-c .colm .image-box .heart-icon {
              width: 44px;
              height: 44px; }
              .top-site-love .top-site-love-c .colm .image-box .heart-icon:first-child {
                left: -10px; }
              .top-site-love .top-site-love-c .colm .image-box .heart-icon:nth-child(2) {
                width: 34px;
                height: 34px; }
              .top-site-love .top-site-love-c .colm .image-box .heart-icon:nth-child(3) {
                width: 30px;
                height: 30px; }
              .top-site-love .top-site-love-c .colm .image-box .heart-icon:nth-child(4) {
                width: 34px;
                height: 34px; } }
      .top-site-love .top-site-love-c .colm .description-sec {
        display: block;
        color: #fff; }
        @media (max-width: 799px) {
          .top-site-love .top-site-love-c .colm .description-sec {
            text-align: center; } }
      @media (max-width: 799px) {
        .top-site-love .top-site-love-c .colm:first-child, .top-site-love .top-site-love-c .colm:nth-child(2) {
          max-width: 100%;
          width: 100%;
          flex: 0 0 100%; } }

@keyframes heartbeat {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1.3); }
  40% {
    transform: scale(1); }
  60% {
    transform: scale(1.3); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
.meet-someone {
  display: block;
  background-color: #fff; }
  .meet-someone .wrapper {
    padding-top: 40px; }

.meet-someone-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }
  @media (max-width: 639px) {
    .meet-someone-list {
      margin: 0 -8px; } }
  @media (max-width: 350px) {
    .meet-someone-list {
      margin: 0 -5px; } }
  .meet-someone-list .colm {
    display: block;
    float: left;
    max-width: 16.666666%;
    flex: 0 0 16.666666%;
    padding: 12px; }
    @media (max-width: 1279px) {
      .meet-someone-list .colm {
        max-width: 20%;
        flex: 0 0 20%; } }
    @media (max-width: 1100px) {
      .meet-someone-list .colm {
        max-width: 25%;
        flex: 0 0 25%; } }
    @media (max-width: 799px) {
      .meet-someone-list .colm {
        max-width: 33.333333%;
        flex: 0 0 33.333333%; } }
    @media (max-width: 639px) {
      .meet-someone-list .colm {
        padding: 0 8px; } }
    @media (max-width: 599px) {
      .meet-someone-list .colm {
        max-width: 50%;
        flex: 0 0 50%; } }
    @media (max-width: 350px) {
      .meet-someone-list .colm {
        padding: 5px; } }

.meet-someone-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-image: linear-gradient(#f4f4f4, rgba(244, 244, 244, 0));
  border-radius: 8px;
  padding: 16px; }
  @media (max-width: 999px) {
    .meet-someone-box {
      padding: 12px; } }
  .meet-someone-box .image-area {
    display: block;
    padding: 8px;
    background: url(../images/circle-border-frame.svg) no-repeat center center;
    background-size: cover;
    width: 180px;
    aspect-ratio: 1 / 1;
    transition: 500ms; }
    @media (max-width: 1365px) {
      .meet-someone-box .image-area {
        width: 152px; } }
    @media (max-width: 1100px) {
      .meet-someone-box .image-area {
        width: 180px; } }
    @media (max-width: 999px) {
      .meet-someone-box .image-area {
        width: 152px; } }
    @media (max-width: 480px) {
      .meet-someone-box .image-area {
        width: 132px; } }
    @media (max-width: 359px) {
      .meet-someone-box .image-area {
        width: 118px; } }
    .meet-someone-box .image-area img {
      display: block;
      width: 200px;
      height: 160px;
      border-radius: 400px;
      object-fit: cover;
      object-position: top center; }
  .meet-someone-box .nm {
    display: block;
    color: #EF0000;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    margin: 6px 0 0 0; }
    @media (max-width: 999px) {
      .meet-someone-box .nm {
        font-size: 17px;
        line-height: 21px; } }
    @media (max-width: 480px) {
      .meet-someone-box .nm {
        font-size: 15px;
        line-height: 19px; } }
    @media (max-width: 350px) {
      .meet-someone-box .nm {
        font-size: 14px;
        line-height: 17px; } }
  .meet-someone-box .loc,
  .meet-someone-box .ag {
    display: block;
    color: #0E0E0E;
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0 0 0; }
    @media (max-width: 480px) {
      .meet-someone-box .loc,
      .meet-someone-box .ag {
        font-size: 13px;
        line-height: 15px;
        margin: 6px 0 0 0; } }
    @media (max-width: 350px) {
      .meet-someone-box .loc,
      .meet-someone-box .ag {
        font-size: 12px;
        line-height: 14px; } }
  .meet-someone-box .ag {
    margin: 6px 0 0 0; }

.footer-top-sec {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center  !important;
  display: block;
  position: relative; }
  .footer-top-sec:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .footer-top-sec .wrapper {
    position: relative;
    z-index: 1; }
  .footer-top-sec .sec-banner-content {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 700px; }
    @media (max-width: 1279px) {
      .footer-top-sec .sec-banner-content {
        min-height: 540px; } }
    .footer-top-sec .sec-banner-content h2 {
      font-size: 60px;
      line-height: 80px;
      margin: 0 0 44px 0; }
      @media (max-width: 1279px) {
        .footer-top-sec .sec-banner-content h2 {
          font-size: 50px;
          line-height: 70px; } }
      @media (max-width: 1023px) {
        .footer-top-sec .sec-banner-content h2 {
          font-size: 44px;
          line-height: 64px; } }
      @media (max-width: 991px) {
        .footer-top-sec .sec-banner-content h2 {
          font-size: 40px;
          line-height: 60px; } }
      @media (max-width: 599px) {
        .footer-top-sec .sec-banner-content h2 {
          font-size: 32px;
          line-height: 48px; } }
      @media (max-width: 350px) {
        .footer-top-sec .sec-banner-content h2 {
          font-size: 28px;
          line-height: 42px; } }

/*# sourceMappingURL=home-style.css.map */
