@charset "UTF-8";
@font-face {
  font-family: "BT Beau Sans";
  src: url(../../fonts/BT-BeauSans/BT-BeauSans-Light.woff2) format("woff2"), url(../../fonts/BT-BeauSans/BT-BeauSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BT Beau Sans";
  src: url(../../fonts/BT-BeauSans/BT-BeauSans-LightItalic.woff2) format("woff2"), url(../../fonts/BT-BeauSans/BT-BeauSans-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BT Beau Sans";
  src: url(../../fonts/BT-BeauSans/BT-BeauSans-Regular.woff2) format("woff2"), url(../../fonts/BT-BeauSans/BT-BeauSans-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BT Beau Sans";
  src: url(../../fonts/BT-BeauSans/BT-BeauSans-Italic.woff2) format("woff2"), url(../../fonts/BT-BeauSans/BT-BeauSans-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BT Beau Sans";
  src: url(../../fonts/BT-BeauSans/BT-BeauSans-Medium.woff2) format("woff2"), url(../../fonts/BT-BeauSans/BT-BeauSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BT Beau Sans";
  src: url(../../fonts/BT-BeauSans/BT-BeauSans-MediumItalic.woff2) format("woff2"), url(../../fonts/BT-BeauSans/BT-BeauSans-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BT Beau Sans";
  src: url(../../fonts/BT-BeauSans/BT-BeauSans-Bold.woff2) format("woff2"), url(../../fonts/BT-BeauSans/BT-BeauSans-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BT Beau Sans";
  src: url(../../fonts/BT-BeauSans/BT-BeauSans-BoldItalic.woff2) format("woff2"), url(../../fonts/BT-BeauSans/BT-BeauSans-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typold";
  src: url("../../fonts/Typold/Typold-Bold.woff2") format("woff2"), url("../../fonts/Typold/Typold-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typold";
  src: url("../../fonts/Typold/Typold-MediumItalic.woff2") format("woff2"), url("../../fonts/Typold/Typold-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typold";
  src: url("../../fonts/Typold/Typold-Italic.woff2") format("woff2"), url("../../fonts/Typold/Typold-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typold";
  src: url("../../fonts/Typold/Typold-Medium.woff2") format("woff2"), url("../../fonts/Typold/Typold-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typold";
  src: url("../../fonts/Typold/Typold-BoldItalic.woff2") format("woff2"), url("../../fonts/Typold/Typold-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typold";
  src: url("../../fonts/Typold/Typold-Regular.woff2") format("woff2"), url("../../fonts/Typold/Typold-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "BT Beau Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #8a8a8a;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #F72C4C;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  font-family: "BT Beau Sans";
  font-weight: 600;
  line-height: 1.09;
  color: #000000;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.09;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.09;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.09;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.09;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
html {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.body-fix-scroll {
  overflow-y: hidden;
}

::selection {
  background: #F72C4C;
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

a {
  transition: all 0.3s;
}

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

.img-fullwidth {
  width: 100%;
}

svg {
  vertical-align: middle;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.pd-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pd-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pd-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pd-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pd-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pd-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pd-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pd-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pd-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

button:focus {
  outline: none;
}

.btn {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
  background-color: #F72C4C;
  color: #fff;
  padding: 0 40px;
}
.btn:hover, .btn:focus {
  color: #fff;
}
@media (min-width: 1600px) {
  .btn {
    padding: 0 54px;
  }
}

.btn-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.14;
  color: rgba(51, 51, 51, 0.8);
}
.btn-link i {
  display: inline-block;
  font-size: 14px;
  margin-left: 7px;
  transition: all 0.3s;
}
.btn-link:hover {
  color: #F72C4C;
}
.btn-link:hover i {
  transform: translateX(10px);
}

@media (min-width: 1600px) {
  .btn-link {
    font-size: 22px;
  }
  .btn-link i {
    font-size: 16px;
  }
}
input:focus, textarea:focus, select:focus {
  outline: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=date],
select,
textarea {
  font-size: 15px;
  color: #000000;
  width: 100%;
  margin-bottom: 15px;
}
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: inherit;
}
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: inherit;
}
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: inherit;
}
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: inherit;
}

select {
  background: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=date] {
  appearance: none;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

label {
  display: inline-block;
  font-family: "BT Beau Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #252A31;
  margin-bottom: 6px;
}

textarea {
  vertical-align: top;
  resize: none;
  line-height: 1.3;
  min-height: 120px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.section,
section {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .section,
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1260px) {
  .section,
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .section,
  section {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}

.section-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}

.bg-primary {
  background-color: #F72C4C;
}

.bg-secondary {
  background-color: #E30606;
}

.bg-secondary-light {
  background-color: #fdf9f0;
}

.bg-gray {
  background-color: #F2F2F2;
}

.bg-grey {
  background-color: #F5F5F5;
}

.overflow-hidden {
  overflow: hidden !important;
}

.z-index-none {
  z-index: none !important;
}

.page-wrapper, .page-content {
  overflow: hidden;
}

.page-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 1260px) {
  .page-content {
    padding-top: 110px;
  }
}

@media (max-width: 767.98px) {
  .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row [class*=col-] {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (min-width: 1260px) {
  .container-fixwidth__width {
    margin-left: auto;
    margin-right: 0;
  }
  .container-fixwidth__width .container {
    margin-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 70px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInRight {
  from {
    transform: translate3d(70px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInFix {
  from {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInFix {
  animation-name: fadeInFix;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.scrollmagicfadeUp > .effect,
.scrollmagicfadeUp > .effect-left,
.scrollmagicfadeUp > .effect-right,
.scrollmagicfadeUp > .effect-fade,
.scrollmagicfadeUp > .effect-up,
.scrollmagicfadeUp > .effect-up-100,
.scrollmagicfadeUp > .effect-up-200,
.scrollmagicfadeUp > .effect-right-custom {
  opacity: 0;
  transition: all 0.8s;
}
.scrollmagicfadeUp > .effect {
  transform: translateY(30%);
}
.scrollmagicfadeUp > .effect-left {
  transform: translateX(-30%);
}
.scrollmagicfadeUp > .effect-right {
  transform: translateX(30%);
}
.scrollmagicfadeUp > .effect-right-custom {
  transform: translateX(300px);
}
.scrollmagicfadeUp > .effect-up {
  transform: translateY(30%);
}
.scrollmagicfadeUp > .effect-up-100 {
  transform: translateY(100px);
}
.scrollmagicfadeUp > .effect-up-200 {
  transform: translateY(200px);
}
.scrollmagicfadeUp > .effect-fade {
  opacity: 0;
}
.scrollmagicfadeUp > .bgZoomIn {
  transform: scale(1.2);
}
.scrollmagicfadeUp.scroll-css > .effect,
.scrollmagicfadeUp.scroll-css > .effect-left,
.scrollmagicfadeUp.scroll-css > .effect-right,
.scrollmagicfadeUp.scroll-css > .effect-up,
.scrollmagicfadeUp.scroll-css > .effect-up-100,
.scrollmagicfadeUp.scroll-css > .effect-up-200,
.scrollmagicfadeUp.scroll-css > .effect-right-custom {
  transform: translate(0, 0);
  opacity: 1;
}
.scrollmagicfadeUp.scroll-css > .effect-fade {
  opacity: 1;
}
.scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect,
.scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-left,
.scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-right,
.scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-fade,
.scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-up,
.scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-up-100,
.scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-up-200,
.scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-right-custom {
  transition-delay: 0.1s;
}
.scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect,
.scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-left,
.scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-right,
.scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-fade,
.scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-up,
.scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-up-100,
.scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-up-200,
.scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-right-custom {
  transition-delay: 0.2s;
}
.scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect,
.scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-left,
.scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-right,
.scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-fade,
.scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-up,
.scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-up-100,
.scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-up-200,
.scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-right-custom {
  transition-delay: 0.3s;
}
.scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect,
.scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-left,
.scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-right,
.scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-fade,
.scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-up,
.scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-up-100,
.scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-up-200,
.scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-right-custom {
  transition-delay: 0.4s;
}
.scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect,
.scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-left,
.scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-right,
.scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-fade,
.scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-up,
.scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-up-100,
.scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-up-200,
.scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-right-custom {
  transition-delay: 0.5s;
}
.scrollmagicfadeUp.scroll-css[data-delay=".6s"] > .effect,
.scrollmagicfadeUp.scroll-css[data-delay=".6s"] > .effect-left,
.scrollmagicfadeUp.scroll-css[data-delay=".6s"] > .effect-right,
.scrollmagicfadeUp.scroll-css[data-delay=".6s"] > .effect-fade,
.scrollmagicfadeUp.scroll-css[data-delay=".6s"] > .effect-up,
.scrollmagicfadeUp.scroll-css[data-delay=".6s"] > .effect-up-100,
.scrollmagicfadeUp.scroll-css[data-delay=".6s"] > .effect-up-200,
.scrollmagicfadeUp.scroll-css[data-delay=".6s"] > .effect-right-custom {
  transition-delay: 0.6s;
}
.scrollmagicfadeUp.scroll-css[data-delay=".7s"] > .effect,
.scrollmagicfadeUp.scroll-css[data-delay=".7s"] > .effect-left,
.scrollmagicfadeUp.scroll-css[data-delay=".7s"] > .effect-right,
.scrollmagicfadeUp.scroll-css[data-delay=".7s"] > .effect-fade,
.scrollmagicfadeUp.scroll-css[data-delay=".7s"] > .effect-up,
.scrollmagicfadeUp.scroll-css[data-delay=".7s"] > .effect-up-100,
.scrollmagicfadeUp.scroll-css[data-delay=".7s"] > .effect-up-200,
.scrollmagicfadeUp.scroll-css[data-delay=".7s"] > .effect-right-custom {
  transition-delay: 0.7s;
}
.scrollmagicfadeUp.scroll-css[data-delay=".8s"] > .effect,
.scrollmagicfadeUp.scroll-css[data-delay=".8s"] > .effect-left,
.scrollmagicfadeUp.scroll-css[data-delay=".8s"] > .effect-right,
.scrollmagicfadeUp.scroll-css[data-delay=".8s"] > .effect-fade,
.scrollmagicfadeUp.scroll-css[data-delay=".8s"] > .effect-up,
.scrollmagicfadeUp.scroll-css[data-delay=".8s"] > .effect-up-100,
.scrollmagicfadeUp.scroll-css[data-delay=".8s"] > .effect-up-200,
.scrollmagicfadeUp.scroll-css[data-delay=".8s"] > .effect-right-custom {
  transition-delay: 0.8s;
}

@media (max-width: 767.98px) {
  .scrollmagicfadeUpMb > .effect {
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.8s;
  }
  .scrollmagicfadeUpMb.scroll-css > .effect {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rungring {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(-10px);
  }
}
.scrollmagicfadeUp > .clipPathLeft,
.scrollmagicfadeUp > .clipPathRight,
.scrollmagicfadeUp > .clipPathCircle,
.scrollmagicfadeUp > .bgZoomIn {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.scrollmagicfadeUp > .clipPathLeft {
  clip-path: inset(0 100% 0 0);
}
.scrollmagicfadeUp > .clipPathRight {
  clip-path: inset(0 0 0 100%);
}
.scrollmagicfadeUp > .clipPathCircle {
  clip-path: circle(0% at 50% 50%);
}
.scrollmagicfadeUp.scroll-css > .clipPathLeft {
  opacity: 1;
  animation-name: clipPathLeft;
}
.scrollmagicfadeUp.scroll-css > .clipPathRight {
  opacity: 1;
  animation-name: clipPathRight;
}
.scrollmagicfadeUp.scroll-css > .clipPathCircle {
  opacity: 1;
  animation-name: clipPathCircle;
}
.scrollmagicfadeUp.scroll-css > .bgZoomIn {
  opacity: 1;
  animation-name: bgZoomIn;
}
.scrollmagicfadeUp[data-delay=".1s"] > .clipPathLeft,
.scrollmagicfadeUp[data-delay=".1s"] > .clipPathRight,
.scrollmagicfadeUp[data-delay=".1s"] > .clipPathCircle {
  animation-delay: 0.1s;
}
.scrollmagicfadeUp[data-delay=".2s"] > .clipPathLeft,
.scrollmagicfadeUp[data-delay=".2s"] > .clipPathRight,
.scrollmagicfadeUp[data-delay=".2s"] > .clipPathCircle {
  animation-delay: 0.2s;
}
.scrollmagicfadeUp[data-delay=".3s"] > .clipPathLeft,
.scrollmagicfadeUp[data-delay=".3s"] > .clipPathRight,
.scrollmagicfadeUp[data-delay=".3s"] > .clipPathCircle {
  animation-delay: 0.3s;
}
.scrollmagicfadeUp[data-delay=".4s"] > .clipPathLeft,
.scrollmagicfadeUp[data-delay=".4s"] > .clipPathRight,
.scrollmagicfadeUp[data-delay=".4s"] > .clipPathCircle {
  animation-delay: 0.4s;
}
.scrollmagicfadeUp[data-delay=".5s"] > .clipPathLeft,
.scrollmagicfadeUp[data-delay=".5s"] > .clipPathRight,
.scrollmagicfadeUp[data-delay=".5s"] > .clipPathCircle {
  animation-delay: 0.5s;
}
.scrollmagicfadeUp[data-delay=".6s"] > .clipPathLeft,
.scrollmagicfadeUp[data-delay=".6s"] > .clipPathRight,
.scrollmagicfadeUp[data-delay=".6s"] > .clipPathCircle {
  animation-delay: 0.6s;
}
.scrollmagicfadeUp[data-delay=".7s"] > .clipPathLeft,
.scrollmagicfadeUp[data-delay=".7s"] > .clipPathRight,
.scrollmagicfadeUp[data-delay=".7s"] > .clipPathCircle {
  animation-delay: 0.7s;
}
.scrollmagicfadeUp[data-delay=".8s"] > .clipPathLeft,
.scrollmagicfadeUp[data-delay=".8s"] > .clipPathRight,
.scrollmagicfadeUp[data-delay=".8s"] > .clipPathCircle {
  animation-delay: 0.8s;
}

@keyframes bgZoomIn {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes clipPathLeft {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes clipPathRight {
  from {
    clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0%);
  }
}
@keyframes clipPathCircle {
  from {
    clip-path: circle(0% at 50% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
.header__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  transition: all 0.3s;
}

.header__inner {
  display: flex;
  align-items: center;
  position: relative;
}

.header__logo {
  transition: all 0.3s ease;
}
.header__logo a {
  display: inline-block;
  width: 150px;
}

.header__flexgrow {
  flex-grow: 1;
}

.header__nav {
  transition: all 0.3s ease;
}
.header__nav .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav .menu-list li {
  display: inline-block;
}
.header__nav .menu-list a {
  display: block;
  font-family: "BT Beau Sans";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.09px;
  color: #3d3d3d;
}
.header__nav .menu-list > li:not(:last-child) {
  margin-right: 50px;
}
.header__nav .menu-list > li > a {
  height: 110px;
  line-height: 110px;
}
.header__nav .menu-list > li.menu-current > a,
.header__nav .menu-list > li > a:hover {
  color: #F72C4C;
}

.header__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.header__meta a {
  display: inline-block;
  vertical-align: middle;
  font-family: "BT Beau Sans";
  font-weight: normal;
  color: #3d3d3d;
}
.header__meta a:hover {
  color: #F72C4C;
}
.header__meta .menu-social a:not(:last-child) {
  margin-right: 20px;
}
.header__meta .menu-language {
  margin-left: 30px;
}
.header__meta .menu-language a {
  padding: 0 10px;
}
.header__meta .menu-language a:last-child {
  border-left: 1px solid #e3e3e3;
}
.header__meta .menu-language a.is-active {
  color: #F72C4C;
}

.header__iconmenu {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F72C4C;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__iconmenu > div {
  position: relative;
  width: 20px;
  height: 20px;
}
.header__iconmenu span {
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.header__iconmenu .t1 {
  top: 5px;
}
.header__iconmenu .t2 {
  bottom: 5px;
}
@media (min-width: 1260px) {
  .header__iconmenu {
    width: 60px;
    height: 60px;
    margin-left: 75px;
  }
  .header__iconmenu > div {
    width: 25px;
    height: 25px;
  }
  .header__iconmenu > div span {
    width: 25px;
  }
  .header__iconmenu .t1 {
    top: 7px;
  }
  .header__iconmenu .t2 {
    bottom: 7px;
  }
}

.header__menu {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
  background-color: #F72C4C;
  padding-top: 100px;
  padding-bottom: 30px;
  clip-path: circle(0 at 100% 0%);
  visibility: hidden;
}
.header__menu .container-custom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu .item-scroll {
  height: 100%;
  overflow-y: auto;
}
.header__menu .item__subtitle {
  display: block;
  font-size: 12px;
  font-family: "BT Beau Sans";
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.06em;
  opacity: 0.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
.header__menu .item__nav {
  padding: 20px 0;
}
.header__menu .item__nav ul li {
  line-height: 1.2;
}
.header__menu .item__nav ul li + li {
  margin-top: 10px;
}
.header__menu .item__nav ul a {
  position: relative;
  display: block;
  font-family: "BT Beau Sans";
  font-size: 30px;
  color: #fff;
  padding-right: 40px;
}
.header__menu .item__nav ul a span {
  position: absolute;
  top: 50%;
  right: 15px;
  max-width: 25px;
  line-height: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: right 0.3s;
}
.header__menu .item__nav ul a span svg {
  width: 100%;
  height: auto;
}
.header__menu .item__nav ul a span svg path {
  stroke: #fff;
}
.header__menu .item__nav ul a:hover > span {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header__menu .item__contact {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}
.header__menu .item__contact li + li {
  margin-top: 20px;
}
.header__menu .item__contact p {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.header__menu .item__contact p + p {
  margin-top: 3px;
}
.header__menu .item__contact p a {
  color: inherit;
}
.header__menu .item__contact p a:hover {
  color: #fff;
}
.header__menu .item__service {
  padding: 35px 0;
}
.header__menu .item__service ul li + li {
  margin-top: 10px;
}
.header__menu .item__service ul a {
  display: block;
  position: relative;
  font-family: "BT Beau Sans";
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  padding-right: 40px;
}
.header__menu .item__service ul a span {
  position: absolute;
  top: 50%;
  right: 15px;
  max-width: 25px;
  line-height: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: right 0.3s;
}
.header__menu .item__service ul a span svg {
  width: 100%;
  height: auto;
}
.header__menu .item__service ul a span svg path {
  stroke: #fff;
}
.header__menu .item__service ul a:hover > span {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header__menu .item-footer {
  margin-top: 30px;
}
.header__menu .item__social a {
  font-size: 15px;
  color: #fff;
  margin-right: 5px;
}
.header__menu .item__language {
  line-height: 1;
}
.header__menu .item__language a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  opacity: 0.65;
  line-height: 1;
}
.header__menu .item__language a:not(:last-child) {
  border-right: 1px solid #e3e3e3;
  margin-right: 10px;
  padding-right: 10px;
}
.header__menu .item__language a.is-active,
.header__menu .item__language a:hover {
  opacity: 1;
}

.header.headroom--not-top.header-pin:not(.headroom--top) .header__content {
  box-shadow: 0 1px 0 0px #d8d8d8;
}
.header.header-unpin .header__logo,
.header.header-unpin .header__nav {
  transform: translateY(-110px);
}
.header.header-unpin .header__logo a,
.header.header-unpin .header__nav a {
  transition: none;
}
.header.header-unpin .header__content {
  background-color: transparent;
}
.header.header-unpin .header__iconmenu {
  pointer-events: visible;
}
.header.showed-menu .header__logo {
  visibility: visible;
}
.header.showed-menu .header__content {
  background-color: transparent;
  transition: none;
}
.header.showed-menu .header__iconmenu {
  pointer-events: visible;
}
.header.showed-menu .header__content {
  background-color: transparent;
  transform: none !important;
  box-shadow: none !important;
  transition: none;
}
.header.showed-menu .header__logo svg path {
  fill: #fff;
}
.header.showed-menu .header__nav {
  visibility: hidden;
}
.header.showed-menu .header__nav a {
  transition: none;
}
.header.showed-menu .header__iconmenu span {
  background-color: #fff;
}
.header.showed-menu .header__iconmenu .t1 {
  transform: rotate(45deg);
  top: 8px;
}
.header.showed-menu .header__iconmenu .t2 {
  transform: rotate(-45deg);
  bottom: 10px;
}
@media (min-width: 1260px) {
  .header.showed-menu .header__iconmenu .t1 {
    top: 11px;
  }
  .header.showed-menu .header__iconmenu .t2 {
    bottom: 12px;
  }
}
.header.showed-menu .header__menu {
  opacity: 1;
  visibility: visible;
}

@keyframes effectLogo {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  25% {
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 0;
  }
  75% {
    transform: translateY(-30px);
    opacity: 0.75;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .header__menu .item-right {
    margin-top: 20px;
  }
  .header__menu .item__language {
    margin-top: 15px;
  }
  .header__menu .item-footer {
    margin-top: 50px;
  }
  .header__menu .item__social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 5px;
    color: #F72C4C;
  }
  .header__menu .item__social a span {
    display: none;
  }
}
@media (max-width: 1259.98px) {
  .header__nav {
    display: none;
  }
  .header__inner,
  .header__fixheight {
    height: 70px;
  }
  .header__meta {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__menu {
    padding-top: 180px;
  }
  .header__menu .item-left {
    max-width: 200px;
  }
  .header__menu .item__nav ul a {
    font-size: 20px;
  }
  .header__menu .item__nav ul a span {
    max-width: 18px;
  }
  .header__menu .item__service {
    padding: 20px 0;
  }
  .header__menu .item__service ul a {
    font-size: 34px;
  }
  .header__menu .item__social a {
    margin-right: 15px;
  }
  .header__menu .item__social a i {
    display: none;
  }
  .header__menu .item__social a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .header__menu {
    padding-top: 180px;
  }
  .header__menu .item-left {
    max-width: 250px;
  }
  .header__menu .item__nav {
    padding: 30px 0;
  }
  .header__menu .item__nav ul a {
    font-size: 30px;
  }
  .header__menu .item__nav ul a span {
    max-width: 25px;
  }
  .header__menu .item__service {
    padding: 30px 0;
  }
  .header__menu .item__service ul a {
    font-size: 50px;
  }
  .header__menu .item__subtitle {
    font-size: 14px;
  }
}
@media (min-width: 1260px) {
  .header__logo a {
    width: 160px;
  }
  .header__inner {
    height: 110px;
  }
  .header__menu .item__service ul a {
    font-size: 64px;
    padding-right: 65px;
  }
  .header__menu .item__service ul a span {
    max-width: 50px;
  }
}
@media (min-width: 1600px) {
  .header__logo a {
    width: 180px;
  }
  .header__menu {
    padding-top: 180px;
  }
  .header__menu .item__subtitle {
    padding-bottom: 30px;
  }
  .header__menu .item__nav {
    padding: 50px 0;
  }
  .header__menu .item__nav ul a {
    font-size: 40px;
  }
  .header__menu .item__nav ul a span {
    max-width: 30px;
  }
  .header__menu .item__contact {
    padding-top: 30px;
  }
  .header__menu .item__service {
    padding: 50px 0;
  }
  .header__menu .item__service ul a {
    font-size: 85px;
  }
  .header__menu .item-footer {
    margin-top: 70px;
  }
}
.menu-mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 25px 20px;
  max-width: 270px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}

.menu-mobile__inner {
  display: flex;
  flex-direction: column;
  font-family: "BT Beau Sans";
  height: 100%;
  font-family: "BT Beau Sans";
  text-align: center;
}

.menu-mobile__nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-mobile__nav .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 80%;
  overflow: hidden;
  overflow-y: auto;
}
.menu-mobile__nav .menu-list li {
  position: relative;
}
.menu-mobile__nav .menu-list li + li {
  margin-top: 20px;
}
.menu-mobile__nav .menu-list li:hover > a, .menu-mobile__nav .menu-list li.menu-item-current > a {
  color: #F72C4C;
}
.menu-mobile__nav .menu-list li.f-none {
  display: none;
}
.menu-mobile__nav .menu-list a {
  font-size: 15px;
  line-height: 1.56;
  letter-spacing: -0.09px;
  color: #3d3d3d;
}

.menu-mobile__footer {
  line-height: 1;
  font-size: 13px;
}
.menu-mobile__footer .menu-social a {
  display: inline-block;
  color: #3d3d3d;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #3d3d3d;
  border-radius: 50%;
  margin: 2px;
}
.menu-mobile__footer .menu-language {
  margin-top: 15px;
}
.menu-mobile__footer .menu-language a {
  color: #3d3d3d;
  padding: 0 10px;
}
.menu-mobile__footer .menu-language a:last-child {
  border-left: 1px solid #e3e3e3;
}
.menu-mobile__footer .menu-language a.is-active {
  color: #F72C4C;
}

@media (min-width: 1260px) {
  .menu-mobile {
    display: none;
  }
}
.grid-inner:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  position: relative;
  box-sizing: border-box;
}

.grid-css--grid .grid-item__inner {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}

.grid-css--grid .grid-item__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.filter-wrap-scroll {
  position: relative;
  margin-bottom: 40px;
}
.filter-wrap-scroll:not(.active-top) .container-custom {
  padding: 0;
}
.filter-wrap-scroll.active-top .filter-wrap__content {
  position: fixed;
  z-index: 9999;
  top: 0;
  background-color: #fff;
}
@media (max-width: 1259.98px) {
  .filter-wrap-scroll.active-top .filter-wrap__content {
    position: fixed;
    z-index: 9999;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767.98px) {
  .filter-wrap-scroll.active-top .filter-wrap__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.filter-wrap__fixheight {
  height: 71px;
}

.filter-wrap__content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #B3B3B3;
}

.filter-fix-header .header__content {
  visibility: hidden;
  opacity: 0;
}

.grid__filter,
.grid__filterNoJs {
  white-space: nowrap;
}

.grid__filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.grid__filter-list li {
  display: inline-block;
  vertical-align: top;
}
.grid__filter-list li:not(:last-child) {
  margin-right: 40px;
}
.grid__filter-list a {
  font-size: 17px;
  letter-spacing: -0.09px;
  color: #5f5f5f;
  text-transform: capitalize;
  height: 70px;
  line-height: 70px;
}
.grid__filter-list li.current a,
.grid__filter-list li a:hover {
  color: #F72C4C;
}
.grid__filter-list li.current a:after {
  width: 25px;
}

@media (min-width: 768px) {
  .filter-wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .filter-wrap {
    margin-bottom: 70px;
  }
}
.grid-css.grid-loading {
  position: relative;
  height: 50vh;
}
.grid-css.grid-loading .grid__inner,
.grid-css.grid-loading .grid__filter,
.grid-css.grid-loading .grid__filterNoJs {
  visibility: hidden;
  opacity: 0;
}
.grid-css.grid-loading .grid-loading-effect {
  opacity: 1;
  visibility: visible;
}

.grid-loading-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  z-index: 10;
  margin-right: 40px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.grid-loading-effect .ld-cube {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  transform: scale(1.1);
}
.grid-loading-effect .ld-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E30606;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.grid-loading-effect .ld-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}
.grid-loading-effect .ld-cube2:before {
  animation-delay: 0.3s;
}
.grid-loading-effect .ld-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}
.grid-loading-effect .ld-cube4:before {
  animation-delay: 0.9s;
}
.grid-loading-effect .ld-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}
.grid-loading-effect .ld-cube3:before {
  animation-delay: 0.6s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.title-box__title {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.15px;
}
.title-box__title span {
  font-feature-settings: "ss01" 1;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  .title-box__title {
    font-weight: 600;
  }
}
@media (min-width: 1260px) {
  .title-box__title {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 1600px) {
  .title-box__title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .title-box__title {
    font-size: 50px;
  }
}
[data-text-words] en {
  font-feature-settings: "ss01" 1;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.83px;
  color: #b6b6b6;
}
.breadcrumb li a:hover {
  color: #F72C4C;
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  color: #b6b6b6;
  margin: 0 10px;
}
.breadcrumb li:last-child {
  pointer-events: none;
}

.project {
  position: relative;
}
.project:before {
  content: "";
  display: block;
  padding-top: 86%;
}

.project__inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.project__img {
  display: block;
  flex-grow: 1;
  position: relative;
  background-color: #d8d8d8;
  overflow: hidden;
}
.project__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.project__img:hover img {
  transform: scale(1.1) !important;
  transition-delay: 0s !important;
}

.project__title {
  font-family: "BT Beau Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: normal;
  color: #383838;
  padding-top: 20px;
  margin-bottom: 0;
}
.project__title a {
  display: block;
  height: 50px;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  .project__title {
    font-size: 15px;
    padding-top: 15px;
  }
}
.project2__img {
  display: block;
  position: relative;
  background-color: #d8d8d8;
  overflow: hidden;
  margin-bottom: 15px;
}
.project2__img:before {
  content: "";
  display: block;
  padding-top: 67%;
}
.project2__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.project2__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project2__img:hover img {
  transform: scale(1.1);
}

.project2__cat {
  margin-bottom: 10px;
}
.project2__cat h3 {
  display: inline-block;
  font-family: "BT Beau Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.79;
  letter-spacing: 1px;
  color: #b6b6b6;
  text-transform: uppercase;
  margin: 0;
}

.project2__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: normal;
  color: #2b2b2b;
  max-width: 400px;
  margin-bottom: 0;
}
.project2__title a {
  display: block;
  height: 50px;
}

@media (min-width: 1260px) {
  .project2__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .project2__title {
    width: 55%;
    order: 1;
  }
  .project2__cat {
    width: 40%;
    order: 2;
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .project2__img {
    margin-bottom: 25px;
  }
  .project2__title {
    font-size: 18px;
  }
}
.client {
  position: relative;
}
.client:before {
  content: "";
  display: block;
  padding-top: 72.4%;
}

.client__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.client__inner img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.client__inner:hover img {
  filter: grayscale(0);
}

.teambox__avatar {
  background-color: #d1d1d1;
  margin-bottom: 10px;
}
.teambox__avatar img {
  width: 100%;
}

.teambox__name {
  font-family: "BT Beau Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.teambox__position {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #b6b6b6;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .teambox__avatar {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .teambox__avatar {
    margin-bottom: 25px;
  }
  .teambox__name {
    font-size: 22px;
  }
  .teambox__position {
    font-size: 16px;
  }
}
.post__img {
  display: block;
  position: relative;
  background-color: #d8d8d8;
  overflow: hidden;
  margin-bottom: 15px;
}
.post__img:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.post__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__cat {
  display: block;
}
.post__cat h3 {
  display: inline-block;
  font-family: "BT Beau Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.79;
  letter-spacing: 1px;
  color: #b6b6b6;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.post__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.39;
  color: #2b2b2b;
  margin: 0;
}

@media (min-width: 1260px) {
  .post__img {
    margin-bottom: 22px;
  }
  .post__cat {
    font-size: 14px;
  }
  .post__title {
    font-size: 18px;
    max-width: 400px;
  }
}
.pager {
  margin-top: 70px;
}
.pager .visually-hidden {
  display: none;
}

.pager__items {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pager__items li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-right: 6px;
  margin-bottom: 6px;
}
.pager__items a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #d6d6d6;
  font-family: "BT Beau Sans";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.pager__items li.is-active a,
.pager__items a:hover {
  background-color: #F72C4C;
}
.pager__items li.is-active a {
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .pager {
    text-align: center;
  }
}
@media (min-width: 1260px) {
  .pager__items li {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .pager__items a {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 20px;
  }
}
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.mfp-container {
  display: flex;
  align-items: center;
}
.mfp-container:after {
  display: none;
}

.mfp-content {
  display: block;
  max-height: 100%;
}

.mfp-image-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
  max-width: 1000px;
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .mfp-image-holder .mfp-content,
  .mfp-iframe-holder .mfp-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

button.mfp-close,
div.mfp-close {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  width: 18px !important;
  height: 18px !important;
  line-height: 1;
  font-size: 0;
  background-image: url(../../img/icon/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  cursor: pointer !important;
  padding: 0 !important;
  opacity: 1;
}
button.mfp-close:active,
div.mfp-close:active {
  top: -20px;
}

img.mfp-img {
  padding: 0;
}

.mfp-iframe-scaler {
  padding-top: 0;
  height: auto;
}

.mfp-iframe-scaler-inner {
  position: relative;
  overflow: hidden;
}
.mfp-iframe-scaler-inner:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.mfp-gallery .mfp-arrow-left,
.mfp-gallery .mfp-arrow-right {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.mfp-gallery .mfp-arrow-left:before,
.mfp-gallery .mfp-arrow-right:before {
  position: static;
  display: block;
  font-family: "fontAgency";
  border: 0;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  font-size: 20px;
}
.mfp-gallery .mfp-arrow-left:after,
.mfp-gallery .mfp-arrow-right:after {
  display: none;
}
.mfp-gallery .mfp-arrow-left {
  left: -10px;
  transform: translateY(-50%);
}
.mfp-gallery .mfp-arrow-left:before {
  content: "\e901";
}
.mfp-gallery .mfp-arrow-right {
  right: -10px;
  transform: translateY(-50%);
}
.mfp-gallery .mfp-arrow-right:before {
  content: "\e902";
}
@media (min-width: 768px) {
  .mfp-gallery .mfp-arrow-left {
    left: -30px;
    transform: translate(-100%, -50%);
  }
  .mfp-gallery .mfp-arrow-right {
    right: -30px;
    transform: translate(100%, -50%);
  }
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.tabJs__nav {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}
.tabJs__nav:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #D8D8D8;
}
.tabJs__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.tabJs__nav ul li {
  display: inline-block;
}
.tabJs__nav ul li:not(:last-child) {
  margin-right: 20px;
}
.tabJs__nav ul a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 55px;
  line-height: 55px;
  color: #000;
  border-bottom: 2px solid transparent;
}
.tabJs__nav ul a:hover {
  color: #000;
}
.tabJs__nav ul a.active {
  border-color: #F72C4C;
}

.tabJs__panel {
  display: none;
}
.tabJs__panel.active {
  display: block;
  animation: tabJsShow 0.4s;
}

@keyframes tabJsShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.footer {
  font-size: 14px;
  color: #6a6a6a;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: #F72C4C;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0;
  border-top: 1px solid #DBDBDB;
}

.footer__item {
  margin-bottom: 30px;
}
.footer__item .item-title {
  font-family: "BT Beau Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-bottom: 18px;
}
.footer__item .item-info li + li {
  margin-top: 25px;
}
.footer__item .item-info p {
  line-height: 1.56;
  margin-bottom: 0;
}
.footer__item .item-info p small {
  display: block;
  font-size: inherit;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #bebebe;
  margin-bottom: 5px;
}
.footer__item .item-address li {
  position: relative;
  padding-left: 75px;
}
.footer__item .item-address li + li {
  margin-top: 10px;
}
.footer__item .item-address li small {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #bebebe;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .footer__item .item-address li {
    padding-left: 0;
  }
  .footer__item .item-address li small {
    position: static;
  }
}
.footer__item .item-address p {
  margin: 0;
}
.footer__item .item-service li + li {
  margin-top: 10px;
}
.footer__item .item-subscribe {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EBEBEB;
}
.footer__item .item-subscribe .form-control {
  height: 45px;
  line-height: 44px;
  font-size: 14px;
  color: #000;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding-right: 15px;
}
.footer__item .item-subscribe .form-control::-webkit-input-placeholder {
  color: #767676;
}
.footer__item .item-subscribe .form-control::-moz-placeholder {
  color: #767676;
}
.footer__item .item-subscribe .form-control:-moz-placeholder {
  color: #767676;
}
.footer__item .item-subscribe .form-control:-ms-input-placeholder {
  color: #767676;
}
.footer__item .item-subscribe button,
.footer__item .item-subscribe input[type=submit] {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #a9a9a9;
  background: none;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
}
.footer__item .item-subscribe button:hover,
.footer__item .item-subscribe input[type=submit]:hover {
  color: #F72C4C;
}

.footer__subscribe {
  width: 100%;
}

.footer__last {
  font-weight: normal;
  padding: 20px 0;
}

.footer__copyright {
  margin-bottom: 20px;
}

.footer__social li {
  display: inline-block;
}
.footer__social li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e2e2e2;
  border-radius: 50%;
  line-height: 1;
  margin: 0 10px;
  vertical-align: 2px;
}
.footer__social li:last-child:after {
  display: none;
}

.backtotop {
  position: absolute;
  top: 50px;
  right: 20px;
}
.backtotop:hover {
  transform: scale(1.2);
}

@media (max-width: 767.98px) {
  .footer__info,
  .footer__address {
    padding-right: 100px;
  }
  .footer__last {
    padding-top: 0;
  }
  .footer__social {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .footer__content {
    padding-top: 25px;
  }
  .footer__row {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__last {
    border-top: 1px solid #DBDBDB;
  }
  .footer__copyright br {
    display: none;
  }
  .footer__subscribe {
    max-width: 500px;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .footer__item .item-address li {
    padding-left: 0;
  }
  .footer__item .item-address li + li {
    margin-top: 17px;
  }
  .footer__item .item-address li small {
    position: static;
  }
}
@media (min-width: 992px) {
  .footer__item .item-title {
    margin-bottom: 25px;
  }
  .footer__copyright {
    margin-bottom: 0;
  }
  .footer__last .container-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .backtotop {
    top: 75px;
    right: 10px;
  }
}
@media (min-width: 1260px) {
  .footer__content {
    padding-top: 60px;
  }
  .footer__content .container-custom {
    padding-right: 140px;
  }
  .footer__item {
    padding-right: 30px;
    margin-bottom: 50px;
  }
  .footer__subscribe {
    max-width: 300px;
    margin-left: auto;
  }
  .footer__social {
    width: 30%;
  }
  .backtotop {
    top: 75px;
    right: 55px;
  }
}
@media (min-width: 1600px) {
  .footer {
    font-size: 16px;
  }
  .footer__content {
    padding-top: 84px;
    padding-bottom: 30px;
  }
  .footer__item .item-title {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .footer__item .item-subscribe .form-control,
  .footer__item .item-subscribe button,
  .footer__item .item-subscribe input[type=submit] {
    font-size: 16px;
  }
  .footer__subscribe {
    max-width: 500px;
  }
}
.box-blue-wrap {
  position: relative;
  z-index: 5;
}
.box-blue-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: 0 -3px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.45);
}
.box-blue-wrap.not-blur-last:before {
  box-shadow: 0px -10px 14px 0 rgba(0, 0, 0, 0.1);
}

.container-custom {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container-custom {
    padding-left: 85px;
    padding-right: 85px;
  }
}
.sec-project {
  padding-top: 110px;
}
.sec-project .title-box {
  margin-bottom: 35px;
}
.sec-project .title-box__title {
  margin-bottom: 0;
  max-width: 600px;
}
.sec-project .projects {
  margin: -20px;
}
.sec-project .projects .grid-item {
  padding: 20px;
}
.sec-project .grid-item .scrollmagicfadeUp .project {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.6s;
}
.sec-project .grid-item .scrollmagicfadeUp .project__img img {
  transform: scale(1.2);
  opacity: 0;
  transition: all 1s;
}
.sec-project .grid-item .scrollmagicfadeUp.scroll-css .project {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sec-project .grid-item .scrollmagicfadeUp.scroll-css .project__img img {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 767.98px) {
  .sec-project .title-btn.pc {
    display: none;
  }
  .sec-project .projects .grid-item {
    width: 100%;
  }
  .sec-project .btn-mb {
    margin-top: 30px;
  }
}
@media (min-width: 576px) {
  .sec-project .title-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .sec-project .projects {
    margin: -15px;
  }
  .sec-project .projects .grid-size {
    width: 25%;
  }
  .sec-project .projects .grid-item {
    width: 50%;
    padding: 15px;
  }
  .sec-project .btn-mb {
    display: none;
  }
}
@media (min-width: 992px) {
  .sec-project .projects .grid-size,
  .sec-project .projects .grid-item {
    width: 25%;
  }
  .sec-project .projects .grid-item:nth-child(4), .sec-project .projects .grid-item:nth-child(5) {
    width: 50%;
  }
  .sec-project .projects .grid-item:nth-child(4) .project:before, .sec-project .projects .grid-item:nth-child(5) .project:before {
    padding-top: 80%;
  }
  .sec-project .projects .grid-item:nth-child(3) .scrollmagicfadeUp .project__img img {
    transition-delay: 0.3s;
  }
  .sec-project .projects .grid-item:nth-child(4) .scrollmagicfadeUp .project__img img {
    transition-delay: 0.6s;
  }
}
@media (min-width: 1260px) {
  .sec-project {
    padding-top: 150px;
  }
  .sec-project .title-box {
    margin-bottom: 50px;
  }
  .sec-project .projects {
    margin: -25px;
  }
  .sec-project .projects .grid-item {
    padding: 25px;
  }
}
@media (min-width: 1600px) {
  .sec-project {
    padding-top: 190px;
  }
  .sec-project .title-box {
    margin-bottom: 75px;
  }
}
.sec-pageTitle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 370px;
  padding: 50px 0;
  padding-top: 100px;
  padding-bottom: 35px;
}

.sec-pageTitle__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}

.sec-pageTitle__title {
  font-size: 40px;
  line-height: 1.09;
  letter-spacing: -0.8px;
  margin: 0;
  margin-bottom: 70px;
}

.sec-pageTitle__footer .container-custom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec-pageTitle__scrollDown {
  max-width: 25px;
}
.sec-pageTitle__scrollDown:hover {
  animation: rungring 2s linear infinite;
}

.sec-pageTitle__circle {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  max-width: 90%;
  transform: translateY(50%);
}

@media (max-width: 767.98px) {
  .sec-pageTitle {
    padding-bottom: 30px;
  }
  .sec-pageTitle__subtitle {
    display: none;
  }
  .sec-pageTitle__title br {
    display: none;
  }
  .sec-pageTitle__footer .breadcrumb li a {
    color: #a4a4a4;
  }
}
@media (min-width: 768px) {
  .sec-pageTitle {
    height: 400px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle {
    height: 550px;
  }
  .sec-pageTitle__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec-pageTitle__title {
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: -3px;
    margin-bottom: 100px;
  }
  .sec-pageTitle__circle {
    max-width: 75%;
  }
}
@media (min-width: 1260px) {
  .sec-pageTitle {
    min-height: calc(100vh - 110px);
  }
  .sec-pageTitle__subtitle {
    margin-bottom: 40px;
  }
  .sec-pageTitle__title {
    font-size: 79px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 20vh;
  }
  .sec-pageTitle__circle {
    max-width: 50%;
    transform: translateY(41%);
  }
  .sec-pageTitle__footer {
    bottom: 55px;
  }
}
@media (min-width: 1600px) {
  .sec-pageTitle {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .sec-pageTitle {
    min-height: calc(100vh - 120px);
    padding-bottom: 80px;
  }
  .sec-pageTitle__subtitle {
    font-size: 25px;
    margin-bottom: 65px;
  }
  .sec-pageTitle__title {
    font-size: 100px;
  }
  .sec-pageTitle__circle {
    max-width: 64%;
    transform: translateY(50%);
  }
  .sec-pageTitle__scrollDown {
    max-width: 38px;
  }
}
.sec-pageTitle2 {
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0 20px;
}

.sec-pageTitle2__title {
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 15px;
}

.sec-pageTitle2__text {
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.sec-pageTitle2__footer {
  margin-top: 30px;
}
.sec-pageTitle2__footer .breadcrumb {
  margin-bottom: 10px;
}

.sec-pageTitle2__social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.sec-pageTitle2__social li {
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px;
}
.sec-pageTitle2__social a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: rgba(138, 138, 138, 0.75);
  border-radius: 50%;
}
.sec-pageTitle2__social a img {
  width: 100%;
}
.sec-pageTitle2__social a:hover {
  color: #fff;
  background-color: #F72C4C;
  border-color: #F72C4C;
}
@media (min-width: 768px) {
  .sec-pageTitle2__social {
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle2__social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .sec-pageTitle2 {
    padding-top: 55px;
  }
  .sec-pageTitle2__title {
    letter-spacing: -2px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle2 {
    height: 400px;
  }
  .sec-pageTitle2__title {
    font-size: 58px;
    margin-bottom: 18px;
  }
  .sec-pageTitle2__footer {
    margin-top: 70px;
  }
}
@media (min-width: 1260px) {
  .sec-pageTitle2 {
    height: 450px;
  }
  .sec-pageTitle2__title {
    font-size: 80px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .sec-pageTitle2 {
    height: 510px;
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .sec-pageTitle2__title {
    font-size: 100px;
    line-height: 1.15;
    letter-spacing: -2px;
    margin-bottom: 18px;
  }
  .sec-pageTitle2__text {
    font-size: 20px;
    line-height: 1.6;
    max-width: 500px;
  }
}
.sec-lastText {
  padding-top: 115px;
  padding-bottom: 40px;
}

.sec-lastText__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec-lastText__inner:hover .sec-lastText__title {
  color: #F72C4C;
}
.sec-lastText__inner:hover .sec-lastText__btn svg path {
  stroke: #F72C4C;
}

.sec-lastText__title {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -2px;
  max-width: 70%;
  margin-bottom: 0;
  transition: all 0.3s;
}

.sec-lastText__btn {
  display: inline-block;
  position: relative;
  max-width: 30px;
  width: 100%;
}
.sec-lastText__btn:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.sec-lastText__btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-lastText__btn svg path {
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  .sec-lastText__inner {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .sec-lastText {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .sec-lastText__title {
    font-size: 50px;
    max-width: 70%;
  }
  .sec-lastText__btn {
    max-width: 50px;
  }
}
@media (min-width: 992px) {
  .sec-lastText {
    padding-top: 150px;
  }
  .sec-lastText__title {
    font-size: 55px;
    max-width: 700px;
  }
  .sec-lastText__btn {
    max-width: 65px;
  }
}
@media (min-width: 1260px) {
  .sec-lastText {
    padding-top: 200px;
  }
  .sec-lastText__title {
    font-size: 78px;
    max-width: 700px;
    letter-spacing: 0;
  }
  .sec-lastText__btn {
    max-width: 95px;
  }
}
@media (min-width: 1600px) {
  .sec-lastText {
    padding-top: 275px;
    padding-bottom: 125px;
  }
  .sec-lastText__title {
    font-size: 95px;
    max-width: 900px;
  }
}
.sec-slogan2 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.sec-slogan2__title {
  margin-bottom: 0;
}
.sec-slogan2__title b {
  font-weight: inherit;
  color: #F72C4C;
}

@media (min-width: 992px) {
  .sec-slogan2 {
    padding-top: 75px;
    padding-bottom: 136px;
  }
}
@media (min-width: 1260px) {
  .sec-slogan2 {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1600px) {
  .sec-slogan2 {
    padding-top: 190px;
    padding-bottom: 280px;
  }
  .sec-slogan2__title {
    line-height: 1.35;
  }
}
.sec-imageBg {
  padding: 0;
}

.sec-imageBg__content {
  background-color: #d8d8d8;
}
.sec-imageBg__content img {
  width: 100%;
}

.sec-hero {
  padding-top: 100px;
  padding-bottom: 35px;
}

.sec-hero__title {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
}
.sec-hero__title span {
  font-feature-settings: "ss01" 1;
}

.sec-hero__footer {
  display: flex;
  justify-content: space-between;
}

.sec-hero__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sec-hero__list li {
  width: 33.333333%;
}
.sec-hero__list a {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.12px;
  color: #5f5f5f;
}
.sec-hero__list a:hover {
  color: #F72C4C;
}

.sec-hero__scrollDown {
  max-width: 25px;
}
.sec-hero__scrollDown:hover {
  animation: rungring 2s linear infinite;
}

.sec-hero__circle {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  max-width: 57%;
  transform: translateY(47%);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .sec-hero__list {
    display: none;
  }
  .sec-hero__circle {
    max-width: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
  }
  .sec-hero__title {
    padding-right: 12%;
    line-height: 1.2;
  }
  .sec-hero__footer {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .sec-hero__title {
    font-size: 55px;
    letter-spacing: -2px;
  }
  .sec-hero__list {
    width: 70%;
  }
  .sec-hero__list a {
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .sec-hero {
    height: 550px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .sec-hero .container-custom,
  .sec-hero .sec-hero_content {
    height: 100%;
  }
  .sec-hero_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .sec-hero__title {
    max-width: 1100px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 100px;
  }
  .sec-hero__list {
    width: 55%;
  }
  .sec-hero__circle {
    max-width: 53%;
  }
}
@media (min-width: 1260px) {
  .sec-hero {
    min-height: calc(100vh - 110px);
    padding-top: 95px;
  }
  .sec-hero_content {
    justify-content: flex-end;
  }
  .sec-hero__title {
    font-size: 78px;
    margin-bottom: 20%;
  }
  .sec-hero__list {
    width: 50%;
  }
  .sec-hero__circle {
    max-width: 55%;
    transform: translateY(45%);
  }
}
@media (min-width: 1600px) {
  .sec-hero {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .sec-hero {
    padding-bottom: 80px;
  }
  .sec-hero_content {
    justify-content: space-between;
  }
  .sec-hero__title {
    font-size: 100px;
    letter-spacing: -2px;
    margin-bottom: 50px;
  }
  .sec-hero__list {
    width: 40%;
  }
  .sec-hero__list a {
    font-size: 22px;
  }
  .sec-hero__scrollDown {
    max-width: 38px;
  }
  .sec-hero__circle {
    transform: translateY(54%);
  }
}
.sec-slogan {
  padding-top: 62px;
  padding-bottom: 50px;
}
.sec-slogan .title-box {
  margin-bottom: 70px;
}
.sec-slogan .title-box__title {
  margin: 0;
}

.sec-slogan__svg {
  position: relative;
  max-width: 1033px;
  margin-left: auto;
  margin-right: auto;
}
.sec-slogan__svg:before {
  content: "";
  display: block;
  padding-top: 77%;
}
.sec-slogan__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-slogan__svg .text-item-hover {
  opacity: 0;
  visibility: hidden;
}
.sec-slogan__svg svg.active .layer-item {
  transition: all 0.3s;
}
.sec-slogan__svg svg.active .layer-item .text-item-hover {
  transition: all 0.3s;
}
.sec-slogan__svg svg.active .layer-item:hover {
  fill: #F72C4C;
}
.sec-slogan__svg svg.active .layer-item:hover ~ .hover-item {
  fill: red;
}
.sec-slogan__svg svg.active .layer-item:hover ~ .hover-item .text-item {
  opacity: 0 !important;
  visibility: hidden !important;
}
.sec-slogan__svg svg.active .layer-item:hover ~ .hover-item .text-item-hover {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 767.98px) {
  .sec-slogan__svg {
    width: 500px;
    margin-right: 0;
    transform: translateX(-20%);
  }
}
@media (min-width: 768px) {
  .sec-slogan {
    padding-top: 110px;
    padding-bottom: 0;
  }
  .sec-slogan .title-box {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .sec-slogan .title-box {
    max-width: 460px;
    margin-bottom: 42px;
  }
}
@media (min-width: 1260px) {
  .sec-slogan {
    padding-bottom: 70px;
  }
  .sec-slogan .title-box {
    max-width: 960px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  .sec-slogan__svg {
    max-width: 70%;
  }
}
@media (min-width: 1600px) {
  .sec-slogan {
    padding-top: 170px;
  }
  .sec-slogan .title-box {
    margin-right: 0;
    margin-bottom: 140px;
  }
  .sec-slogan__svg {
    max-width: 1033px;
  }
}
.sec-serviceMin {
  padding-top: 0;
  padding-bottom: 0;
}

.sec-serviceMin__cursor {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 70px;
  height: 70px;
  background-image: url(../../img/base/icon-serviceMin-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F72C4C;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.sec-serviceMin__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-serviceMin__list .f-title {
  display: block;
  margin-bottom: 15px;
}
.sec-serviceMin__list .sec-serviceMin__text {
  margin-bottom: 15px;
}
.sec-serviceMin__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-serviceMin__list ul li + li {
  margin-top: 5px;
}
.sec-serviceMin__list ul h2 {
  font-size: inherit;
  font-family: "BT Beau Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  margin: 0;
}

.sec-serviceMin__title {
  font-family: "BT Beau Sans";
  font-size: 12px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.sec-serviceMin__text {
  position: relative;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -1.2px;
  margin: 0;
}
.sec-serviceMin__text .f-title:hover {
  cursor: none;
}

.sec-serviceMin__icon {
  max-width: 60px;
}

@media (max-width: 767.98px) {
  .sec-serviceMin__list .item {
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .sec-serviceMin__list .item:first-child {
    padding-top: 0;
  }
  .sec-serviceMin__text {
    position: relative;
    padding-right: 30px;
  }
  .sec-serviceMin__text br {
    display: none;
  }
  .sec-serviceMin__icon {
    position: absolute;
    top: -3px;
    right: 0;
    width: 20px;
    line-height: 1;
  }
  .sec-serviceMin__icon .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-serviceMin__list {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-serviceMin__list .item {
    width: 50%;
    padding: 14px 50px;
  }
  .sec-serviceMin__list .item:not(:first-child) {
    border-left: 1px solid #E0E0E0;
  }
  .sec-serviceMin__title {
    margin-bottom: 20px;
  }
  .sec-serviceMin__icon {
    display: none;
  }
  .sec-serviceMin__divider {
    display: block;
    height: 3px;
    background-color: #d8d8d8;
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-serviceMin__title {
    margin-bottom: 30px;
  }
  .sec-serviceMin__title br {
    display: none;
  }
  .sec-serviceMin__list .item:first-child {
    width: 100%;
    padding: 0;
  }
  .sec-serviceMin__list .item:nth-child(2n+2) {
    border-left: 0;
    padding-left: 0;
  }
  .sec-serviceMin__list .item:nth-child(n+2), .sec-serviceMin__list .item:nth-child(n+3) {
    padding-bottom: 40px;
  }
  .sec-serviceMin__list .item:nth-child(n+4) {
    border-top: 1px solid #E0E0E0;
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .sec-serviceMin__title {
    margin-bottom: 10px;
  }
  .sec-serviceMin__title br {
    display: none;
  }
  .sec-serviceMin__list .item {
    width: 25%;
    padding: 14px 25px;
  }
  .sec-serviceMin__list .item:first-child {
    width: 100%;
  }
  .sec-serviceMin__list .item:nth-child(2) {
    border-left: 0;
  }
  .sec-serviceMin__list .item ul {
    font-size: 14px;
  }
}
@media (min-width: 1260px) {
  .sec-serviceMin__list .item {
    padding: 14px 40px;
  }
  .sec-serviceMin__list .item ul {
    font-size: 1rem;
  }
  .sec-serviceMin__divider {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .sec-serviceMin__list .item {
    width: 22%;
    padding: 25px 70px;
  }
  .sec-serviceMin__list .item:first-child {
    width: 12%;
    padding-left: 0;
    padding-right: 40px;
  }
  .sec-serviceMin__title {
    font-size: 18px;
  }
  .sec-serviceMin__text {
    font-size: 33px;
  }
  .sec-serviceMin__icon {
    max-width: 80px;
  }
}
.sec-customersFeel .customersFeel {
  position: relative;
}
.sec-customersFeel .customersFeel__icon {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 150px;
}
.sec-customersFeel .customersFeel__quote {
  font-family: "BT Beau Sans";
  font-weight: 600;
  line-height: 1.33;
  color: #000;
  margin-bottom: 20px;
}
.sec-customersFeel .customersFeel__info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.12px;
  color: rgba(51, 51, 51, 0.8);
}
.sec-customersFeel .customersFeel__info small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.09px;
  color: #a9a9a9;
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .sec-customersFeel {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .sec-customersFeel .customersFeel__quote {
    line-height: 1.58;
    padding-right: 20px;
  }
  .sec-customersFeel .customersFeel__icon {
    max-width: 150px;
    transform: translateY(-45%);
  }
  .sec-customersFeel .customersFeel__info {
    color: #F72C4C;
  }
}
@media (min-width: 576px) {
  .sec-customersFeel .customersFeel__icon {
    position: absolute;
    top: 0;
    right: -30px;
    transform: translateX(100%);
  }
}
@media (min-width: 768px) {
  .sec-customersFeel {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .sec-customersFeel .customersFeel__icon {
    max-width: 130px;
  }
}
@media (min-width: 992px) {
  .sec-customersFeel .customersFeel__quote {
    line-height: 1.2;
  }
}
@media (min-width: 1260px) {
  .sec-customersFeel {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec-customersFeel .customersFeel__icon {
    max-width: 180px;
  }
}
@media (min-width: 1600px) {
  .sec-customersFeel {
    padding-top: 135px;
    padding-bottom: 125px;
  }
  .sec-customersFeel .customersFeel__icon {
    max-width: 250px;
  }
  .sec-customersFeel .customersFeel__quote {
    margin-bottom: 35px;
  }
  .sec-customersFeel .customersFeel__info {
    font-size: 22px;
  }
  .sec-customersFeel .customersFeel__info small {
    margin-top: 10px;
  }
}
.sec-partner {
  padding-top: 80px;
  padding-bottom: 70px;
}
.sec-partner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.45);
}
.sec-partner .title-box__title {
  margin-bottom: 25px;
}

.sec-partner__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.sec-partner__list .item {
  width: 33.333333%;
  padding: 0 20px;
}

.sec-partner__circle {
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .sec-partner__list .item:nth-child(n+4) {
    margin-top: 15px;
  }
  .sec-partner__list .item.scrollmagicfadeUp {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    backface-visibility: hidden;
  }
  .sec-partner__list .item.scrollmagicfadeUp:nth-child(3n+2) {
    transition-delay: 0.2s;
  }
  .sec-partner__list .item.scrollmagicfadeUp:nth-child(3n+3) {
    transition-delay: 0.4s;
  }
  .sec-partner__list .item.scrollmagicfadeUp.scroll-css {
    opacity: 1;
    visibility: visible;
  }
  .sec-partner__circle {
    max-width: 65%;
    transform: translateY(25%);
  }
}
@media (min-width: 768px) {
  .sec-partner__list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sec-partner__list .item {
    width: 20%;
    padding: 5px;
  }
  .sec-partner__circle {
    max-width: 50%;
    transform: translateY(38%);
  }
  #home-page .sec-lastText__inner:hover .sec-lastText__btn path {
    stroke: #fff;
  }
}
@media (min-width: 992px) {
  .sec-partner__list .item {
    width: 16.6666666667%;
  }
  .sec-partner__list .item.scrollmagicfadeUp {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
  }
  .sec-partner__list .item.scrollmagicfadeUp:nth-child(6n+2) {
    transition-delay: 0.2s;
  }
  .sec-partner__list .item.scrollmagicfadeUp:nth-child(6n+3) {
    transition-delay: 0.4s;
  }
  .sec-partner__list .item.scrollmagicfadeUp:nth-child(6n+4) {
    transition-delay: 0.6s;
  }
  .sec-partner__list .item.scrollmagicfadeUp:nth-child(6n+5) {
    transition-delay: 0.8s;
  }
  .sec-partner__list .item.scrollmagicfadeUp:nth-child(6n+6) {
    transition-delay: 1s;
  }
  .sec-partner__list .item.scrollmagicfadeUp.scroll-css {
    opacity: 1;
    visibility: visible;
  }
  .sec-partner__circle {
    max-width: 46%;
    transform: translateY(35%);
  }
}
@media (min-width: 1260px) {
  .sec-partner {
    padding-top: 120px;
    padding-bottom: 87px;
  }
  .sec-partner__list {
    max-width: 80%;
  }
  .sec-partner__circle {
    max-width: 42%;
  }
}
@media (min-width: 1600px) {
  .sec-partner {
    padding-top: 200px;
    padding-bottom: 210px;
  }
  .sec-partner .title-box__title {
    margin-bottom: 40px;
  }
  .sec-partner__circle {
    max-width: 45%;
  }
  .sec-partner__list {
    max-width: 1330px;
  }
}
#home-page .headroom--top .header__content {
  background-color: transparent;
}
@media (min-width: 768px) {
  #home-page .sec-lastText__btn {
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  #home-page .sec-lastText__btn {
    margin-bottom: 80px;
  }
}
#home-page .page-content {
  overflow: visible;
}
#home-page .sec-partner:before {
  display: none;
}
#home-page .sec-lastText {
  background-color: #fff;
}
#home-page .sec-lastText .icon-circle {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 50%;
  max-width: 60%;
}
@media (min-width: 768px) {
  #home-page .sec-lastText .icon-circle {
    bottom: 18%;
    max-width: 38%;
  }
}
@media (min-width: 1600px) {
  #home-page .sec-lastText {
    padding-top: 200px;
  }
}

#page-service .sec-project {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  #page-service .sec-project {
    padding-top: 80px;
  }
}
@media (min-width: 1260px) {
  #page-service .sec-project {
    padding-top: 105px;
  }
  #page-service .sec-project .title-box {
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  #page-service .sec-project {
    padding-top: 190px;
  }
  #page-service .sec-project .title-box {
    margin-bottom: 75px;
  }
  #page-service .sec-lastText {
    padding-top: 240px;
  }
  #page-service .sec-slogan2 {
    padding-bottom: 240px;
  }
}

.sec-serviceText {
  padding-top: 0;
  padding-bottom: 120px;
}
.sec-serviceText .item:not(:last-child) {
  padding-bottom: 60px;
}
.sec-serviceText .item > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.sec-serviceText .item [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
.sec-serviceText .item-left,
.sec-serviceText .item-right {
  border-top: 1px solid #d7d7d7;
  padding-top: 30px;
}
.sec-serviceText .item-left__title {
  font-size: 35px;
  line-height: 1.19;
  letter-spacing: -0.44px;
  margin-bottom: 50px;
}
.sec-serviceText .item-left__image {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sec-serviceText .item-left__image .metaball {
  position: relative;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  filter: url(#goo);
}
.sec-serviceText .item-left__image .metaball svg {
  display: none;
}
.sec-serviceText .item-left__image .metaball ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
}
.sec-serviceText .item-left__image .metaball ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16.66666%;
}
.sec-serviceText .item-left__image .metaball ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-serviceText .item-left__image .metaball ul li span {
  position: absolute;
  width: 58%;
  height: 58%;
  background-color: #F72C4C;
  border-radius: 50%;
}
.sec-serviceText .item-left__image .metaball ul li span:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-serviceText .item-left__image .metaball .dot-cursor {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 40px;
  height: 40px;
  background-color: #F72C4C;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-width: 1260px) {
  .sec-serviceText .item-left__image .metaball .dot-cursor {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .sec-serviceText .item-left__image .metaball .dot-cursor {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1260px) {
  .sec-serviceText .item-left__image .metaball .dot-cursor {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .sec-serviceText .item-left__image .metaball .dot-cursor {
    width: 100px;
    height: 100px;
  }
}
.sec-serviceText .item-right__subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.89px;
  margin-top: 20px;
  margin-bottom: 80px;
}
.sec-serviceText .item-right__entry {
  line-height: 2.06;
  margin-bottom: 30px;
}
.sec-serviceText .item-right__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-serviceText .item-right__list li {
  position: relative;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #000000;
  padding-left: 20px;
  margin-bottom: 11px;
}
.sec-serviceText .item-right__list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #cdcdcd;
  border-radius: 50%;
}
.sec-serviceText .item-right__list li a {
  color: inherit;
}
.sec-serviceText .item-right__list li a:hover {
  color: #F72C4C;
}
@media (max-width: 767.98px) {
  .sec-serviceText .item-right {
    border: 0;
    padding-top: 50px;
  }
  .sec-serviceText .item-right__subtitle {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-serviceText .item-left,
  .sec-serviceText .item-right {
    padding-top: 45px;
  }
  .sec-serviceText .item-right__entry {
    color: #000;
  }
  .sec-serviceText .item-right__list {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-serviceText .item-right__list li {
    width: calc(50% - 15px);
  }
  .sec-serviceText .item-right__list li:nth-child(2n+1) {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-serviceText .item-right {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sec-serviceText .item-left__title {
    margin-bottom: 90px;
  }
}
@media (min-width: 1260px) {
  .sec-serviceText {
    padding-bottom: 200px;
  }
  .sec-serviceText .item:not(:last-child) {
    padding-bottom: 135px;
  }
  .sec-serviceText .item-left,
  .sec-serviceText .item-right {
    padding-top: 50px;
  }
  .sec-serviceText .item-left__title {
    font-size: 55px;
  }
  .sec-serviceText .item-left__title br {
    display: none;
  }
  .sec-serviceText .item-left__inner {
    max-width: 700px;
  }
  .sec-serviceText .item-left__image {
    max-width: 100%;
  }
  .sec-serviceText .item-right__subtitle {
    margin-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  .sec-serviceText {
    padding-bottom: 240px;
  }
  .sec-serviceText .item:not(:last-child) {
    padding-bottom: 215px;
  }
  .sec-serviceText .item-left__inner {
    max-width: 900px;
  }
  .sec-serviceText .item-left__image {
    max-width: 900px;
  }
  .sec-serviceText .item-left__image .metaball {
    position: relative;
    max-width: 70%;
  }
  .sec-serviceText .item-left__title {
    font-size: 80px;
    margin-bottom: 125px;
  }
  .sec-serviceText .item-right__subtitle {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 130px;
  }
  .sec-serviceText .item-right__list li {
    font-size: 18px;
    width: calc(50% - 25px);
    padding-left: 30px;
  }
  .sec-serviceText .item-right__list li:nth-child(2n+1) {
    margin-right: 50px;
  }
}

.sec-beautique {
  background-color: #000;
  color: #c1c1c1;
}

.sec-beautique__bigTitle {
  color: #ececec;
  margin-bottom: 160px;
}

.sec-beautique__content {
  max-width: 500px;
}

.sec-beautique__title {
  font-size: 22px;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sec-beautique__text {
  letter-spacing: 0.2px;
  margin-bottom: 35px;
}
.sec-beautique__text b {
  font-family: "BT Beau Sans";
  color: #fff;
}

.sec-beautique__btn {
  display: inline-block;
  font-size: 20px;
  color: #fff;
}
.sec-beautique__btn img {
  margin-left: 10px;
  transition: all 0.3s;
}
.sec-beautique__btn:hover {
  color: #fff;
}
.sec-beautique__btn:hover img {
  transform: translateX(10px);
}

.sec-beautique__logo {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  max-width: 70%;
}
@media (min-width: 768px) {
  .sec-beautique__logo {
    max-width: 26%;
  }
}

@media (max-width: 767.98px) {
  .sec-beautique {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .sec-beautique {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .sec-beautique__bigTitle {
    max-width: 310px;
    margin-bottom: 115px;
  }
}
@media (min-width: 1260px) {
  .sec-beautique {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .sec-beautique__bigTitle {
    max-width: 350px;
    margin-bottom: 250px;
  }
  .sec-beautique__text {
    font-weight: normal;
  }
}
@media (min-width: 1600px) {
  .sec-beautique {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .sec-beautique__bigTitle {
    max-width: 600px;
    font-size: 45px;
  }
  .sec-beautique__content {
    max-width: 100%;
  }
  .sec-beautique__title {
    margin-bottom: 40px;
  }
  .sec-beautique__text {
    font-size: 18px;
  }
  .sec-beautique__text {
    line-height: 1.94;
    margin-bottom: 60px;
  }
}
#page-about .sec-partner__circle {
  max-width: 46%;
}
@media (min-width: 992px) {
  #page-about .sec-partner__circle {
    max-width: 40%;
    transform: translateY(30%);
  }
}
@media (min-width: 1260px) {
  #page-about .sec-partner__circle {
    max-width: 37%;
    transform: translateY(25%);
  }
}
@media (min-width: 1600px) {
  #page-about .sec-partner__circle {
    max-width: 34%;
    transform: translateY(20%);
  }
}
#page-about .sec-partner:before {
  display: none;
}
@media (min-width: 1260px) {
  #page-about .sec-partner {
    padding-top: 105px;
    padding-bottom: 115px;
  }
}
@media (min-width: 1600px) {
  #page-about .sec-partner {
    padding-top: 220px;
    padding-bottom: 170px;
  }
}

.sec-prosper {
  padding-top: 0;
}
.sec-prosper .item-1 {
  padding-bottom: 80px;
}
.sec-prosper .item__title-wrap {
  margin-bottom: 40px;
}
.sec-prosper .item__title {
  font-family: "BT Beau Sans";
  font-size: 12px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.89px;
  text-transform: uppercase;
  margin: 0;
}
.sec-prosper .item-counter-wrap .divider {
  height: 1px;
  background-color: #d7d8d9;
  margin: 40px 0;
}
.sec-prosper .item-counter__number {
  font-family: "BT Beau Sans";
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -5.25px;
  color: #000000;
  margin-bottom: 15px;
}
.sec-prosper .item-counter__text {
  font-weight: 500;
  margin-bottom: 0;
}
.sec-prosper .item-2 .item__title {
  margin-bottom: 30px;
}
.sec-prosper .item-text {
  margin-bottom: 50px;
}
.sec-prosper .item-text__title {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.sec-prosper .item-text__entry {
  font-weight: 500;
}
.sec-prosper .item-text__entry p {
  margin-bottom: 0;
}
.sec-prosper .item-text__entry p + p {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .sec-prosper {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .sec-prosper .item {
    padding-top: 50px;
    border-top: 1px solid #d7d8d9;
  }
}
@media (max-width: 767.98px) {
  .sec-prosper .item {
    padding-top: 25px;
  }
  .sec-prosper .item-counter {
    margin-bottom: 70px;
  }
  .sec-prosper .item-counter-wrap .divider {
    display: none;
  }
  .sec-prosper .item-2 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sec-prosper .item__title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-prosper .item-text__entry {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-prosper .item-counter__number {
    font-size: 80px;
  }
  .sec-prosper .item-text__title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .sec-prosper .item-text {
    margin-bottom: 0;
  }
  .sec-prosper .item-1 .item__title-wrap,
  .sec-prosper .item-1 .item__content {
    padding-top: 35px;
    border-top: 1px solid #d7d8d9;
  }
  .sec-prosper .item-counter-wrap .divider {
    margin: 35px 0;
  }
  .sec-prosper .item-2 {
    padding-top: 35px;
    border-top: 1px solid #d7d8d9;
  }
}
@media (min-width: 1260px) {
  .sec-prosper .item-1 {
    padding-bottom: 150px;
  }
  .sec-prosper .item-counter-wrap .divider {
    margin-top: 45px;
  }
  .sec-prosper .item-text {
    margin-bottom: 0;
  }
  .sec-prosper .item-text__title {
    font-size: 35px;
    margin-right: -40px;
  }
  .sec-prosper .item-2 .item__title {
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .sec-prosper {
    padding-bottom: 150px;
  }
  .sec-prosper .item-1 {
    padding-bottom: 255px;
  }
  .sec-prosper .item-1 .item__title-wrap {
    padding-top: 70px;
  }
  .sec-prosper .item-counter__number {
    font-size: 125px;
    margin-bottom: 28px;
  }
  .sec-prosper .item-counter-wrap .divider {
    margin: 138px 0 35px;
  }
  .sec-prosper .item-2 {
    padding-top: 45px;
  }
  .sec-prosper .item-2 .item__title {
    margin-bottom: 105px;
  }
  .sec-prosper .item-text__title {
    font-size: 45px;
    margin-right: -60px;
    margin-bottom: 20px;
  }
}

.sec-history__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: -85px;
  margin-right: -85px;
  margin-bottom: 65px;
}
.sec-history__header .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.sec-history__header .f-title {
  font-family: "BT Beau Sans";
  font-size: 100px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  margin-bottom: 0;
}

.sec-history__content .history__content {
  padding-top: 5px;
}
.sec-history__content .history__content:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.sec-history__content .item__point {
  position: relative;
}
.sec-history__content .item__point-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-bottom: 10px;
}
.sec-history__content .item__point-date {
  font-family: "BT Beau Sans";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.94px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sec-history__content .item__text-title {
  font-size: 22px;
  line-height: 1.17;
  letter-spacing: -0.17px;
  margin-bottom: 15px;
}
.sec-history__content .item__text-text {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .sec-history__content .history__content .item {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .sec-history__header {
    text-align: center;
  }
  .sec-history__header .f-title {
    font-size: 110px;
    letter-spacing: -7px;
  }
  .sec-history__header .f-title br {
    display: none;
  }
  .sec-history__content .history__divider {
    display: flex;
    border-top: 1px solid #000;
    margin-bottom: 50px;
  }
  .sec-history__content .history__content {
    position: relative;
  }
  .sec-history__content .item__text-text {
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .sec-history__header .f-title {
    font-size: 160px;
    letter-spacing: -12.38px;
  }
  .sec-history__content .item__text-text {
    line-height: 1.88;
  }
}
@media (min-width: 1260px) {
  .sec-history {
    padding-top: 80px;
  }
  .sec-history__header {
    margin-bottom: 80px;
    margin-left: -70px;
    margin-right: -70px;
  }
  .sec-history__header .f-title {
    font-size: 220px;
  }
  .sec-history__content .item__point-date {
    margin-bottom: 42px;
  }
}
@media (min-width: 1600px) {
  .sec-history {
    padding-top: 125px;
  }
  .sec-history__header {
    margin-left: -85px;
    margin-right: -85px;
  }
  .sec-history__header .f-title {
    font-size: 270px;
    letter-spacing: -20px;
  }
  .sec-history__content .history__divider {
    margin-bottom: 85px;
  }
  .sec-history__content .item__point-dot {
    margin-bottom: 20px;
  }
  .sec-history__content .item__point-date {
    font-size: 17px;
  }
  .sec-history__content .item__text {
    padding-right: 5%;
  }
  .sec-history__content .item__text-title {
    font-size: 30px;
  }
}
.sec-serviceList .item {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 30px;
}
.sec-serviceList .item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.17px;
  margin-bottom: 10px;
}
.sec-serviceList .item__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-serviceList .item__list li + li {
  margin-top: 4px;
}
.sec-serviceList .item__list a {
  color: #6e6e6e;
}
.sec-serviceList .item__list a:hover {
  color: #F72C4C;
}
.sec-serviceList .item__list h2 {
  font-size: inherit;
  font-family: "BT Beau Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  margin: 0;
}

.sec-serviceList__title {
  font-size: 35px;
  line-height: 1.13;
  letter-spacing: -0.44px;
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .sec-serviceList .row [class*=col-]:nth-child(n+2) .item {
    margin-top: 35px;
  }
}
@media (min-width: 1260px) {
  .sec-serviceList {
    padding-top: 75px;
  }
  .sec-serviceList__title {
    font-size: 55px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1600px) {
  .sec-serviceList {
    padding-top: 125px;
  }
  .sec-serviceList .item {
    padding-top: 50px;
  }
  .sec-serviceList .item__title {
    font-size: 30px;
  }
  .sec-serviceList .item__list a {
    font-size: 17px;
  }
  .sec-serviceList__title {
    font-size: 80px;
    margin-bottom: 80px;
  }
}
.sec-ctaProject__title {
  font-size: 35px;
  line-height: 1.19;
  letter-spacing: -2px;
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .sec-ctaProject__title br {
    display: none;
  }
}
@media (min-width: 1260px) {
  .sec-ctaProject__title {
    font-size: 60px;
    line-height: 1.19;
    letter-spacing: -3px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .sec-ctaProject {
    padding-top: 190px;
    padding-bottom: 100px;
  }
  .sec-ctaProject__title {
    font-size: 80px;
    letter-spacing: -2px;
    margin-bottom: 70px;
  }
}
.sec-teams {
  padding-top: 70px;
  padding-bottom: 0;
}
.sec-teams .title-box {
  margin-bottom: 50px;
}
.sec-teams .title-box__text {
  line-height: 1.88;
  color: #6e6e6e;
  margin-bottom: 0;
  max-width: 450px;
}

.sec-teams__circle {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  transform: translateY(-80%);
}
@media (min-width: 768px) {
  .sec-teams__circle {
    max-width: 35%;
    transform: translateY(-75%);
  }
}

@media (max-width: 767.98px) {
  .sec-teams .teambox-row [class*=col]:nth-child(n+3) .teambox {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-teams .teambox-row [class*=col]:nth-child(n+4) .teambox {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .sec-teams .teambox-row [class*=col]:nth-child(n+5) .teambox {
    margin-top: 40px;
  }
}
@media (min-width: 1260px) {
  .sec-teams {
    padding-top: 130px;
  }
  .sec-teams .teambox-row [class*=col]:nth-child(n+5) .teambox {
    margin-top: 60px;
  }
}
@media (min-width: 1600px) {
  .sec-teams {
    padding-top: 180px;
  }
  .sec-teams .title-box {
    margin-bottom: 85px;
  }
  .sec-teams .teambox-row [class*=col]:nth-child(n+5) .teambox {
    margin-top: 100px;
  }
}
@media (min-width: 1260px) and (max-width: 1599.98px) {
  #page-career .sec-pageTitle2__text {
    max-width: 420px;
  }
}

.sec-theValue {
  padding-top: 0;
  padding-bottom: 150px;
}

.sec-theValue__header {
  margin-bottom: 20px;
}

.sec-theValue__title {
  font-family: "BT Beau Sans";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.69;
  letter-spacing: 0.89px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sec-theValue__content .accordion__panel {
  padding: 25px 0;
  border-top: 1px solid #B3B3B3;
}
.sec-theValue__content .accordion__panel:last-child {
  border-bottom: 1px solid #B3B3B3;
}
.sec-theValue__content .accordion__header {
  position: relative;
  font-size: 35px;
  line-height: 1.19;
  letter-spacing: -0.44px;
  padding-right: 50px;
  margin: 0;
  cursor: pointer;
}
.sec-theValue__content .accordion__header b {
  position: absolute;
  top: 6px;
  right: 0;
  width: 120px;
  font-size: 16px;
  font-weight: inherit;
  letter-spacing: -0.11px;
  color: inherit;
  text-align: right;
}
.sec-theValue__content .accordion__content {
  padding-top: 22px;
}
.sec-theValue__content .accordion__content p {
  margin-bottom: 0;
}
.sec-theValue__content .accordion__content p + p {
  margin-top: 16px;
}

.sec-theValue__text {
  margin-top: 120px;
  color: #e54352;
}

@media (max-width: 1259.98px) {
  .sec-theValue__text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .sec-theValue__content .accordion__header:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url(../../img/base/icon-acc-plus.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sec-theValue__content .accordion__header b {
    display: none;
  }
  .sec-theValue__content .accordion__content {
    padding-right: 50px;
  }
  .sec-theValue__content .accordion__panel.acc_active .accordion__header:after {
    background-image: url(../../img/base/icon-acc-minus.svg);
  }
  .sec-theValue__text {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .sec-theValue__header {
    margin-bottom: 30px;
  }
  .sec-theValue__content .accordion__panel {
    padding: 35px 0;
  }
  .sec-theValue__content .accordion__header {
    padding-right: 140px;
  }
  .sec-theValue__content .accordion__content {
    padding-right: 140px;
  }
  .sec-theValue__text {
    margin-top: 140px;
    padding-right: 140px;
  }
}
@media (min-width: 992px) {
  .sec-theValue {
    padding-bottom: 160px;
  }
  .sec-theValue__header {
    border-top: 1px solid #B3B3B3;
    padding-top: 32px;
  }
  .sec-theValue__content .accordion__header b {
    top: 12px;
  }
  .sec-theValue__text {
    max-width: 540px;
    margin-top: 100px;
  }
}
@media (min-width: 1260px) {
  .sec-theValue {
    padding-bottom: 255px;
  }
  .sec-theValue__header {
    padding-top: 48px;
  }
  .sec-theValue__title {
    font-size: 16px;
  }
  .sec-theValue__content .accordion__panel {
    padding: 50px 0;
  }
  .sec-theValue__content .accordion__header {
    font-size: 55px;
  }
  .sec-theValue__content .accordion__content {
    padding-right: 0;
    max-width: 540px;
    padding-top: 35px;
  }
  .sec-theValue__text {
    max-width: 540px;
    margin-top: 120px;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .sec-theValue {
    padding-bottom: 565px;
  }
  .sec-theValue__header {
    padding-top: 70px;
  }
  .sec-theValue__content .accordion__panel {
    padding: 70px 0;
  }
  .sec-theValue__content .accordion__header {
    font-size: 80px;
  }
  .sec-theValue__content .accordion__header b {
    font-size: 20px;
  }
  .sec-theValue__content .accordion__content {
    max-width: 670px;
  }
  .sec-theValue__text {
    max-width: 670px;
    margin-top: 195px;
  }
}
.sec-jobPosition {
  padding-top: 100px;
  padding-bottom: 60px;
}
.sec-jobPosition .item-title {
  margin-bottom: 50px;
}
.sec-jobPosition .item-title__title {
  font-size: 35px;
  line-height: 1.13;
  letter-spacing: -0.44px;
  margin-bottom: 15px;
}
.sec-jobPosition .item-title__text {
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 0;
}
.sec-jobPosition .jobbox {
  padding-top: 20px;
  border-top: 1px solid #B3B3B3;
  margin-bottom: 55px;
}
.sec-jobPosition .jobbox__date {
  display: block;
  font-family: "BT Beau Sans";
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sec-jobPosition .jobbox__title {
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: -0.17px;
  margin-bottom: 9px;
}
.sec-jobPosition .jobbox__text {
  line-height: 1.56;
  color: #5f5f5f;
  margin-bottom: 0;
}
.sec-jobPosition .jobbox-btn {
  display: block;
  position: relative;
  background-color: #F72C4C;
  max-width: 160px;
  border-radius: 50%;
}
.sec-jobPosition .jobbox-btn:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-jobPosition .jobbox-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-family: "BT Beau Sans";
  font-weight: 500;
  letter-spacing: -0.17px;
  color: #ffffff;
}
.sec-jobPosition .jobbox-btn:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .sec-jobPosition {
    padding-bottom: 0;
  }
  .sec-jobPosition .item-title__text {
    max-width: 425px;
  }
  .sec-jobPosition .jobbox__body {
    max-width: 320px;
  }
  .sec-jobPosition .jobbox__title {
    font-size: 22px;
  }
  .sec-jobPosition .jobbox-btn {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .sec-jobPosition {
    padding-top: 90px;
  }
  .sec-jobPosition .jobbox {
    margin-bottom: 95px;
  }
  .sec-jobPosition .jobbox__date {
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .sec-jobPosition {
    padding-top: 120px;
  }
  .sec-jobPosition .item-title {
    margin-bottom: 80px;
  }
  .sec-jobPosition .item-title__title {
    font-size: 55px;
    margin-bottom: 18px;
  }
  .sec-jobPosition .jobbox {
    margin-bottom: 100px;
  }
  .sec-jobPosition .jobbox-btn {
    max-width: 170px;
  }
}
@media (min-width: 1600px) {
  .sec-jobPosition {
    padding-top: 200px;
  }
  .sec-jobPosition .item-title {
    margin-right: -35px;
    margin-bottom: 100px;
  }
  .sec-jobPosition .item-title__title {
    font-size: 80px;
    margin-bottom: 40px;
  }
  .sec-jobPosition .item-title__text {
    font-size: 20px;
    max-width: 580px;
  }
  .sec-jobPosition .jobbox {
    margin-bottom: 144px;
  }
  .sec-jobPosition .jobbox__date {
    font-size: 17px;
  }
  .sec-jobPosition .jobbox__title {
    font-size: 30px;
  }
  .sec-jobPosition .jobbox-btn {
    max-width: 200px;
  }
}

.sec-jobPosition__circle {
  position: absolute;
  z-index: -2;
  right: 10%;
  top: 0;
  max-width: 52%;
  transform: translateY(-60%);
}
@media (min-width: 768px) {
  .sec-jobPosition__circle {
    max-width: 36%;
  }
}
@media (min-width: 992px) {
  .sec-jobPosition__circle {
    transform: translateY(-65%);
  }
}
@media (min-width: 1600px) {
  .sec-jobPosition__circle {
    max-width: 36%;
    transform: translateY(-70%);
  }
}

.sec-benefits__title {
  font-family: "BT Beau Sans";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.89px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sec-benefits__content .item-left {
  display: none;
  font-family: "BT Beau Sans";
}
.sec-benefits__content .accordion__panel {
  border-top: 1px solid #B3B3B3;
  padding: 25px 0;
}
.sec-benefits__content .accordion__header {
  position: relative;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -1.25px;
  padding-right: 50px;
  cursor: pointer;
  margin-bottom: 0;
}
.sec-benefits__content .accordion__header:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../img/base/icon-acc-plus.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec-benefits__content .accordion__content {
  line-height: 1.78;
  color: #5f5f5f;
  padding-top: 15px;
  padding-right: 50px;
}
.sec-benefits__content .accordion__content p {
  margin-bottom: 0;
}
.sec-benefits__content .accordion__content p + p {
  margin-top: 16px;
}
.sec-benefits__content .acc_active .accordion__header:after {
  background-image: url(../../img/base/icon-acc-minus.svg);
}

@media (min-width: 768px) {
  .sec-benefits {
    padding-top: 105px;
  }
  .sec-benefits__content .accordion__header {
    font-size: 30px;
  }
  .sec-benefits__content .accordion__content {
    max-width: 500px;
    padding-top: 20px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .sec-benefits__content .item-left {
    display: block;
    font-size: 200px;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -13.69px;
    color: #e5e5e5;
  }
  .sec-benefits__content .accordion__panel {
    padding: 30px 0;
  }
  .sec-benefits__content .accordion__content {
    max-width: 450px;
  }
}
@media (min-width: 1260px) {
  .sec-benefits {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .sec-benefits__content .item-left {
    font-size: 290px;
  }
  .sec-benefits__content .accordion__panel {
    padding: 35px 0;
  }
  .sec-benefits__content .accordion__header {
    font-size: 30px;
    line-height: 1.6;
  }
  .sec-benefits__content .accordion__header:after {
    top: 15px;
    width: 30px;
    height: 30px;
  }
  .sec-benefits__content .accordion__content {
    max-width: 600px;
  }
}
@media (min-width: 1600px) {
  .sec-benefits {
    padding-top: 230px;
    padding-bottom: 200px;
  }
  .sec-benefits__title {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .sec-benefits__content .item-left {
    font-size: 365px;
  }
  .sec-benefits__content .accordion__panel {
    padding: 50px 0 60px;
  }
  .sec-benefits__content .accordion__header {
    font-size: 50px;
  }
  .sec-benefits__content .accordion__header:after {
    width: 35px;
    height: 35px;
  }
  .sec-benefits__content .accordion__content {
    font-size: 18px;
  }
}
.sec-blogList {
  z-index: 3;
  padding-top: 30px;
}
@media (min-width: 1260px) {
  .sec-blogList .grid__inner .grid-item__content-wrapper {
    padding-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .sec-blogList {
    padding-bottom: 115px;
  }
  .sec-blogList .grid__inner .grid-item__content-wrapper {
    padding-bottom: 25px;
  }
}

.sec-formSub {
  padding-top: 100px;
  padding-bottom: 120px;
}

.sec-formSub__title {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -0.44px;
  margin-bottom: 40px;
}

.sec-formSub__form {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EBEBEB;
}
.sec-formSub__form .form-control {
  height: 45px;
  line-height: 44px;
  font-size: 16px;
  color: #000;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding-right: 15px;
}
.sec-formSub__form .form-control::-webkit-input-placeholder {
  color: #767676;
}
.sec-formSub__form .form-control::-moz-placeholder {
  color: #767676;
}
.sec-formSub__form .form-control:-moz-placeholder {
  color: #767676;
}
.sec-formSub__form .form-control:-ms-input-placeholder {
  color: #767676;
}
.sec-formSub__form button,
.sec-formSub__form input[type=submit] {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #a9a9a9;
  background: none;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
}
.sec-formSub__form button:hover,
.sec-formSub__form input[type=submit]:hover {
  color: #F72C4C;
}

@media (min-width: 768px) {
  .sec-formSub {
    padding-bottom: 150px;
  }
  .sec-formSub__title {
    font-size: 45px;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .sec-formSub__title {
    margin-bottom: 65px;
  }
}
@media (min-width: 1260px) {
  .sec-formSub__title {
    font-size: 55px;
  }
}
@media (min-width: 1600px) {
  .sec-formSub {
    padding-top: 125px;
    padding-bottom: 200px;
  }
  .sec-formSub__title {
    font-size: 80px;
  }
}
#page-blog .box-blue-wrap, #page-blog .box-blue-wrap2 {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.sec-workList {
  padding-top: 45px;
  padding-bottom: 100px;
}
.sec-workList:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10%;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
}
.sec-workList .grid__filter {
  border-bottom: 0;
  width: 100%;
}
.sec-workList .select-industry {
  position: relative;
  width: 100%;
}
.sec-workList .select-industry__header {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  padding: 5px 0;
}
.sec-workList .select-industry__header .f-label,
.sec-workList .select-industry__header .f-selected {
  white-space: nowrap;
  font-weight: normal;
  color: #5F5F5F;
  height: 35px;
  line-height: 35px;
}
.sec-workList .select-industry__header .f-label {
  margin-right: 10px;
}
.sec-workList .select-industry__header .f-selected {
  position: relative;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
  cursor: pointer;
}
.sec-workList .select-industry__header .f-selected:after {
  content: "\f0d7";
  position: absolute;
  right: 0;
  font-family: "fontAwesome";
}
.sec-workList .select-industry__header .f-selected.active {
  color: #F72C4C;
  font-weight: 500;
}
.sec-workList .select-industry__header .f-selected.active:after {
  content: "\f0d8";
}
.sec-workList .select-industry__header .f-selected::selection {
  background: transparent;
  color: #F72C4C;
}
.sec-workList .select-industry__header .f-selected::-moz-selection {
  background: transparent;
  color: #F72C4C;
}
.sec-workList .select-industry__content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 215px;
  background-color: #fff;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}
.sec-workList .select-industry__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 20px;
}
.sec-workList .select-industry__content ul li {
  height: 55px;
  line-height: 55px;
  text-align: right;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-workList .select-industry__content ul li a {
  color: inherit;
}
.sec-workList .select-industry__content ul li a:hover {
  color: inherit;
}
.sec-workList .select-industry__content ul li:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.sec-workList .select-industry__content ul li:first-child {
  display: none;
}
.sec-workList .select-industry__content ul li:hover, .sec-workList .select-industry__content ul li.current {
  color: #F72C4C !important;
}
.sec-workList .select-industry__content ul li.current {
  pointer-events: none;
}
.sec-workList .select-industry__content ul li::selection {
  background: transparent;
  color: #000;
}
.sec-workList .select-industry__content ul li::-moz-selection {
  background: transparent;
  color: #000;
}
.sec-workList .select-industry.select-current .select-industry__header .f-selected {
  background-color: #F5F5F5;
  padding: 0 20px 0 10px;
  color: #F72C4C;
  font-weight: 500;
}
.sec-workList .select-industry.select-current .select-industry__header .f-selected:after {
  content: "\f00d";
  font-size: 11px;
  right: 5px;
  margin-left: 10px;
}
.sec-workList .select-industry.select-current .select-industry__content {
  display: none;
}
.sec-workList .select-industry.on-up .select-industry__content {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
@media (max-width: 991.98px) {
  .sec-workList .filter-wrap__content .select-industry__content {
    right: auto;
    left: 0;
  }
  .sec-workList .filter-wrap__content .select-industry__content li {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .filter-wrap-scroll .select-industry {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-workList .grid-item__content-wrapper {
    padding-bottom: 20px;
  }
  .sec-workList .work-add-show {
    font-size: 18px;
  }
}
@media (min-width: 1260px) {
  .sec-workList .grid-item__content-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  #page-work .sec-lastText {
    padding-top: 290px;
  }
  .sec-workList .grid-item__content-wrapper {
    padding-bottom: 65px;
  }
  .sec-workList .work-add-show {
    margin-top: 20px;
  }
}
.sec-contact .title-box {
  margin-bottom: 35px;
}
.sec-contact .title-box__title {
  margin-bottom: 0;
}

.sec-contact__info {
  display: flex;
}
.sec-contact__info .item__title {
  display: block;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.09px;
  color: #5f5f5f;
  display: inline-block;
  margin-bottom: 17px;
}
.sec-contact__info .item__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.11px;
  color: #000;
  margin: 0;
}
.sec-contact__info .item__text a {
  color: inherit;
}
.sec-contact__info .item__text a:hover {
  color: #F72C4C;
}
.sec-contact__info .item-social .item__text a {
  text-decoration: underline;
}

.sec-contact__content {
  margin-top: 100px;
}
.sec-contact__content .item-title {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -0.44px;
  max-width: 850px;
  margin-bottom: 15px;
}
.sec-contact__content .item-text {
  line-height: 1.75;
  color: #5f5f5f;
  margin-bottom: 50px;
}
.sec-contact__content .webform-submission-form {
  display: flex;
  flex-wrap: wrap;
}
.sec-contact__content .webform-submission-form .form-item {
  margin-bottom: 40px;
}
.sec-contact__content .webform-submission-form .form-item label {
  display: none;
}
.sec-contact__content .webform-submission-form .form-item .form-text,
.sec-contact__content .webform-submission-form .form-item .form-email,
.sec-contact__content .webform-submission-form .form-item .form-textarea {
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #5F5F5F;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.11px;
  color: #000;
  padding: 0;
  margin-bottom: 0;
}
.sec-contact__content .webform-submission-form .form-item .form-text::-webkit-input-placeholder,
.sec-contact__content .webform-submission-form .form-item .form-email::-webkit-input-placeholder,
.sec-contact__content .webform-submission-form .form-item .form-textarea::-webkit-input-placeholder {
  color: #000;
}
.sec-contact__content .webform-submission-form .form-item .form-text::-moz-placeholder,
.sec-contact__content .webform-submission-form .form-item .form-email::-moz-placeholder,
.sec-contact__content .webform-submission-form .form-item .form-textarea::-moz-placeholder {
  color: #000;
}
.sec-contact__content .webform-submission-form .form-item .form-text:-moz-placeholder,
.sec-contact__content .webform-submission-form .form-item .form-email:-moz-placeholder,
.sec-contact__content .webform-submission-form .form-item .form-textarea:-moz-placeholder {
  color: #000;
}
.sec-contact__content .webform-submission-form .form-item .form-text:-ms-input-placeholder,
.sec-contact__content .webform-submission-form .form-item .form-email:-ms-input-placeholder,
.sec-contact__content .webform-submission-form .form-item .form-textarea:-ms-input-placeholder {
  color: #000;
}
.sec-contact__content .webform-submission-form .form-item .form-textarea {
  height: 100px;
}
.sec-contact__content .webform-submission-form .form-submit {
  position: relative;
  background-color: #F72C4C;
  width: 160px;
  height: 160px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  transition: all 0.3s;
  padding: 10px;
  font-family: "BT Beau Sans";
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.sec-contact__content .webform-submission-form .form-submit:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-contact__content .webform-submission-form .form-submit:focus {
  outline: none;
}
.sec-contact__content .webform-submission-form .form-submit:hover {
  transform: scale(0.8);
}

@media (max-width: 991.98px) {
  .sec-contact .title-box__title br {
    display: none;
  }
  .sec-contact__info .item-social {
    order: 6;
  }
  .sec-contact__info .item-social .item__text {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-contact__info .item-social .item__text br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-contact {
    padding-bottom: 130px;
  }
  .sec-contact__info {
    flex-direction: column;
  }
  .sec-contact__info .item {
    position: relative;
    padding-left: 115px;
  }
  .sec-contact__info .item .item__title {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  .sec-contact__info .item + .item {
    margin-top: 18px;
  }
  .sec-contact__info .item-social .item__text a {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .sec-contact__info .item-social .item__text br {
    display: none;
  }
  .sec-contact__content .webform-submission-form .form-btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sec-contact__info {
    flex-wrap: wrap;
  }
  .sec-contact__info .item {
    width: 50%;
    padding-right: 80px;
  }
  .sec-contact__info .item__text {
    font-size: 20px;
  }
  .sec-contact__content {
    margin-top: 180px;
  }
  .sec-contact__content .item-title {
    font-size: 45px;
    margin-bottom: 30px;
    max-width: 70%;
  }
  .sec-contact__content .item-text {
    font-size: 20px;
    margin-bottom: 70px;
  }
  .sec-contact__content .webform-submission-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sec-contact__content .webform-submission-form .form-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-contact__content .webform-submission-form .form-item .form-text,
  .sec-contact__content .webform-submission-form .form-item .form-email,
  .sec-contact__content .webform-submission-form .form-item .form-textarea {
    font-size: 18px;
  }
  .sec-contact__content .webform-submission-form .form-item .form-textarea {
    height: 190px;
  }
  .sec-contact__content .webform-submission-form .form-submit {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-contact__info .item {
    margin-bottom: 20px;
  }
  .sec-contact__info .item .item-text {
    max-width: 230px;
  }
  .sec-contact__info .item-social {
    width: 100%;
    padding-right: 0;
  }
  .sec-contact__info .item-social .item__text {
    max-width: 100%;
  }
  .sec-contact__info .item-social .item__text a {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .sec-contact__info .item {
    width: 33.33333%;
    padding-right: 50px;
  }
  .sec-contact__content .item-title {
    font-size: 60px;
  }
  .sec-contact__content .item-text {
    margin-bottom: 100px;
  }
  .sec-contact__content .webform-submission-form .form-item {
    margin-bottom: 60px;
  }
  .sec-contact__content .webform-submission-form .form-item .form-text,
  .sec-contact__content .webform-submission-form .form-item .form-email,
  .sec-contact__content .webform-submission-form .form-item .form-textarea {
    font-size: 20px;
  }
}
@media (min-width: 1260px) {
  .sec-contact__info .item-social .item__text a {
    display: inline-block;
    margin-bottom: 6px;
  }
  .sec-contact__content .item-title {
    max-width: 85%;
  }
}
@media (min-width: 1600px) {
  .sec-contact {
    padding-top: 160px;
    padding-bottom: 210px;
  }
  .sec-contact__info {
    max-width: 80%;
  }
  .sec-contact__content {
    margin-top: 260px;
  }
  .sec-contact__content .item-title {
    font-size: 80px;
    margin-bottom: 52px;
  }
  .sec-contact__content .item-text {
    margin-bottom: 107px;
  }
  .sec-contact__content .webform-submission-form .form-item {
    margin-bottom: 100px;
  }
  .sec-contact__content .webform-submission-form .form-submit {
    width: 210px;
    height: 210px;
    font-size: 30px;
  }
}
.pageSingle-detail .entry-content {
  font-size: 16px;
  line-height: 1.6;
  color: #5f5f5f;
}
.pageSingle-detail .entry-content h1, .pageSingle-detail .entry-content h2, .pageSingle-detail .entry-content h3, .pageSingle-detail .entry-content h4, .pageSingle-detail .entry-content h5, .pageSingle-detail .entry-content h6 {
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 20px;
}
.pageSingle-detail .entry-content h2 {
  font-size: 25px;
}
.pageSingle-detail .entry-content h3 {
  font-size: 20px;
}
.pageSingle-detail .entry-content h4 {
  font-size: 15px;
}
.pageSingle-detail .entry-content h5 {
  font-size: 10px;
}
.pageSingle-detail .entry-content h6 {
  font-size: 8px;
}
.pageSingle-detail .entry-content a {
  color: #F72C4C;
}
.pageSingle-detail .entry-content a:hover {
  text-decoration: underline;
}
.pageSingle-detail .entry-content p, .pageSingle-detail .entry-content ul {
  margin-bottom: 20px;
}
.pageSingle-detail .entry-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
.pageSingle-detail .entry-content ul li {
  position: relative;
  padding-left: 25px;
}
.pageSingle-detail .entry-content ul li + li {
  margin-top: 25px;
}
.pageSingle-detail .entry-content ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #F72C4C;
}
.pageSingle-detail .entry-content hr {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .pageSingle-detail .entry-content hr {
    margin: 45px 0;
  }
}
.pageSingle-detail .entry-content .text-featured-entry {
  font-family: "BT Beau Sans";
  font-size: 30px;
}
@media (min-width: 768px) {
  .pageSingle-detail .entry-content .text-featured-entry {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .pageSingle-detail .entry-content .text-featured-entry {
    font-size: 40px;
  }
}
@media (min-width: 1260px) {
  .pageSingle-detail .entry-content .text-featured-entry {
    font-size: 50px;
  }
}
.pageSingle-detail .entry-content blockquote {
  position: relative;
  z-index: 1;
  font-family: "BT Beau Sans";
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.17px;
  color: #000000;
  margin: 45px 0;
}
.pageSingle-detail .entry-content blockquote:before {
  content: "";
  display: block;
  width: 40px;
  height: 36px;
  background-image: url(../../img/base/icon-quote.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pageSingle-detail .entry-content blockquote {
    font-size: 29px;
  }
  .pageSingle-detail .entry-content blockquote:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20px;
    width: 49px;
    height: 43px;
    margin-bottom: 0;
    transform: translate(-100%, 0);
  }
}
@media (min-width: 1260px) {
  .pageSingle-detail .entry-content blockquote.font-45 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .pageSingle-detail .entry-content blockquote.font-45 {
    font-size: 45px;
  }
}
.pageSingle-detail .entry-content blockquote p {
  margin: 0;
}
.pageSingle-detail .entry-content blockquote cite {
  font-size: 14px;
  font-style: italic;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .pageSingle-detail .entry-content blockquote cite {
    font-size: 16px;
  }
}
.pageSingle-detail .entry-content iframe {
  width: 100% !important;
}
.pageSingle-detail .entry-content .img-fullwidth img {
  width: 100%;
}
@media (min-width: 1600px) {
  .pageSingle-detail .entry-content .item-paragraph [class*=col-] {
    padding-right: 85px;
    padding-left: 35px;
  }
}
.pageSingle-detail .entry-footer .entry-footer__inner {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
  margin-top: 30px;
}
.pageSingle-detail .entry-footer .entry-tag h3 {
  display: inline-block;
  vertical-align: top;
  font-family: "BT Beau Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #b6b6b6;
  margin-right: 6px;
  margin-bottom: 6px;
}
.pageSingle-detail .entry-footer .entry-tag h3 a:hover {
  color: #F72C4C;
}
.pageSingle-detail .entry-footer .social-box {
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pageSingle-detail .entry-footer .entry-footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pageSingle-detail .entry-footer .entry-tag {
    width: 70%;
  }
  .pageSingle-detail .entry-footer .social-box {
    width: 30%;
    text-align: right;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .pageSingle-detail .entry-footer .social-box.mobile-show {
    display: none;
  }
}
.pageSingle-detail .cta-detail {
  position: relative;
  padding: 40px 20px;
  background-color: #141e28;
  overflow: hidden;
  margin: 30px 0;
}
.pageSingle-detail .cta-detail .cta-detail__title {
  font-size: 20px;
  color: #fff;
  margin: 0;
  width: 50%;
}
.pageSingle-detail .cta-detail .cta-detail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40%;
  border-radius: 50%;
  background-color: #e54352;
  font-size: 12px;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.pageSingle-detail .cta-detail .cta-detail__btn:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.pageSingle-detail .cta-detail .cta-detail__btn span {
  position: absolute;
}
.pageSingle-detail .cta-detail .cta-detail__btn:hover {
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}
@media (min-width: 768px) {
  .pageSingle-detail .cta-detail {
    padding: 60px 50px;
  }
  .pageSingle-detail .cta-detail .cta-detail__title {
    font-size: 30px;
  }
  .pageSingle-detail .cta-detail .cta-detail__btn {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .pageSingle-detail .cta-detail .cta-detail__title {
    font-size: 36px;
  }
  .pageSingle-detail .cta-detail .cta-detail__btn {
    font-size: 16px;
  }
}
.pageSingle-detail .number-chapter {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 40px 0;
  margin: 30px 0;
}
.pageSingle-detail .number-chapter .number-chapter__inner {
  position: relative;
  padding-left: 60px;
}
.pageSingle-detail .number-chapter .number-chapter__number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-style: italic;
  line-height: 0.8;
  color: #141e28;
}
.pageSingle-detail .number-chapter .number-chapter__title {
  font-size: 25px;
  line-height: 1.3;
  min-height: 70px;
  margin: 0;
}
@media (min-width: 1260px) {
  .pageSingle-detail .number-chapter .number-chapter__inner {
    padding-left: 110px;
  }
  .pageSingle-detail .number-chapter .number-chapter__number {
    font-size: 50px;
  }
}
.pageSingle-detail .number-chapter.number-chapter__style-02 {
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 0;
  padding: 0;
}
.pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__inner {
  position: static;
  padding-left: 0;
}
.pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__number {
  display: inline-block;
  position: relative;
  max-width: 80%;
  font-size: 45px;
  line-height: 1.1;
}
.pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__number:before, .pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__number:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 700px;
  height: 1px;
  background-color: #e3e3e3;
}
.pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__number:before {
  left: -30px;
  transform: translate(-100%, -50%);
}
.pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__number:after {
  right: -30px;
  transform: translate(100%, -50%);
}
.pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__title {
  min-height: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__number {
    font-size: 60px;
  }
  .pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .pageSingle-detail .number-chapter.number-chapter__style-02 .number-chapter__number {
    font-size: 80px;
  }
}
.pageSingle-detail .img-slide-detail .owl-nav button.owl-prev,
.pageSingle-detail .img-slide-detail .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
.pageSingle-detail .img-slide-detail .owl-nav button.owl-prev {
  left: 5px;
}
.pageSingle-detail .img-slide-detail .owl-nav button.owl-next {
  right: 5px;
}
@media (max-width: 767.98px) {
  .pageSingle-detail .img-slide-detail .owl-nav button.owl-prev,
  .pageSingle-detail .img-slide-detail .owl-nav button.owl-next {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .pageSingle-detail .img-slide-detail .owl-nav button.owl-prev {
    left: -10%;
  }
  .pageSingle-detail .img-slide-detail .owl-nav button.owl-next {
    right: -10%;
  }
}
.pageSingle-detail .img-gallery .item {
  display: block;
  position: relative;
  background-color: #F72C4C;
  overflow: hidden;
  margin-bottom: 18px;
}
.pageSingle-detail .img-gallery .item:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.pageSingle-detail .img-gallery .item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pageSingle-detail .img-gallery a.item .item__bg {
  transition: all 0.5s;
}
.pageSingle-detail .img-gallery a.item:hover .item__bg {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .pageSingle-detail .img-gallery .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .pageSingle-detail .img-gallery .item {
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .pageSingle-detail .col-xxl-6 .img-gallery .item {
    margin-bottom: 30px;
  }
  .pageSingle-detail .col-xxl-6 .img-gallery .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pageSingle-detail .col-xxl-6 .img-gallery .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.relateEntry-detail {
  margin: 30px 0;
}
.relateEntry-detail .f-title {
  font-family: "BT Beau Sans";
  font-size: 14px !important;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
}
.relateEntry-detail .f-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.relateEntry-detail .f-list li {
  border-top: 1px solid #DEDEDE;
  padding: 25px 0 !important;
}
.relateEntry-detail .f-list li:before {
  display: none;
}
.relateEntry-detail .f-list li + li {
  margin-top: 0 !important;
}
.relateEntry-detail .f-list li:last-child {
  border-bottom: 1px solid #DEDEDE;
}
.relateEntry-detail .f-list a {
  position: relative;
  display: block;
  color: #F72C4C;
  padding-right: 50px;
}
.relateEntry-detail .f-list a .f-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.relateEntry-detail .f-list a:hover {
  text-decoration: none;
}
.relateEntry-detail .f-list a:hover .f-icon {
  transform: translate(20px, -50%);
}

.blogRelate-bottom.show-content .blogRelate-bottom__content {
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.blogRelate-bottom__fixheght,
.blogRelate-bottom__header {
  height: 70px;
}

.load-doned .blogRelate-bottom__content {
  transition: all 0.3s;
}

.blogRelate-bottom__content {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  transform: translateY(100%);
}

.blogRelate-bottom__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 25px;
}
.blogRelate-bottom__header .f-title {
  width: calc(100% - 90px);
  font-family: "BT Beau Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.blogRelate-bottom__header .f-social {
  width: 90px;
  text-align: right;
}
.blogRelate-bottom__header .f-social a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  text-align: center;
  color: #fff;
  background-color: #8A8A8A;
  border-radius: 50%;
}
.blogRelate-bottom__header .f-social a img {
  width: 100%;
}
.blogRelate-bottom__header .f-social a:hover {
  color: #fff;
  background-color: #F72C4C;
  border-color: #F72C4C;
}
.blogRelate-bottom__header .f-social a:not(:last-child) {
  margin-right: 5px;
}
.blogRelate-bottom__header .f-social .toogle-btn {
  height: 35px;
  line-height: 35px;
  font-size: 23px;
}
.blogRelate-bottom__header .f-social .toogle-btn:before {
  content: "\f107";
  font-family: "fontAwesome";
}
.blogRelate-bottom__header .f-social .toogle-btn.active:before {
  content: "\f106";
}

.blogRelate-bottom__list {
  display: none;
}
.blogRelate-bottom__list .relateEntry-detail {
  border-top: 1px solid #DEDEDE;
  padding: 20px 25px 0;
  margin: 0;
}
.blogRelate-bottom__list .relateEntry-detail .f-title {
  font-size: 12px !important;
}
.blogRelate-bottom__list .relateEntry-detail .f-list li:last-child {
  border-bottom: 0;
}

#page-blogSingle .sec-pageTitle2 {
  height: auto;
}
@media (max-width: 767.98px) {
  #page-blogSingle .sec-pageTitle2 .container-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page-blogSingle .sec-pageTitle2 .sec-pageTitle2__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  #page-blogSingle .sec-pageTitle2 {
    min-height: 450px;
  }
}
@media (min-width: 1600px) {
  #page-blogSingle .sec-pageTitle2 {
    min-height: 600px;
  }
  #page-blogSingle .sec-pageTitle2__title {
    font-size: 80px;
  }
}
#page-blogSingle .sec-formSub .circle-item {
  position: absolute;
  z-index: -2;
  right: 5%;
  top: 0;
  max-width: 48%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #page-blogSingle .sec-formSub .circle-item {
    max-width: 26%;
  }
}

.sec-blogsingle {
  padding: 0;
}
.sec-blogsingle .social-box {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.sec-blogsingle .social-box li {
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px;
}
.sec-blogsingle .social-box a {
  display: inline-block;
  width: 30px;
  font-size: 15px;
  text-align: center;
  background-color: #c2c2c2;
  border-radius: 50%;
}
.sec-blogsingle .social-box a img {
  width: 100%;
}
.sec-blogsingle .social-box a:hover {
  color: #fff;
  background-color: #F72C4C;
  border-color: #F72C4C;
}
.sec-blogsingle .meta-social-sticky .meta-social__date {
  display: block;
  font-family: "BT Beau Sans";
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.94px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .sec-blogsingle .meta-social-sticky .meta-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    padding: 30px 70px;
    margin-bottom: 50px;
  }
  .sec-blogsingle .meta-social-sticky .meta-social__date {
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .sec-blogsingle .meta-social-sticky .meta-social {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .sec-blogsingle .meta-social-sticky {
    position: absolute;
    top: 0;
    left: 70px;
  }
  .sec-blogsingle .meta-social-sticky .meta-social {
    padding-top: 50px;
  }
  .sec-blogsingle .meta-social-sticky .meta-social__date {
    margin-bottom: 50px;
  }
  .sec-blogsingle .meta-social-sticky .meta-social__social {
    max-width: 40px;
  }
  .sec-blogsingle .meta-social-sticky .meta-social__social li {
    display: block;
  }
}
@media (min-width: 1600px) {
  .sec-blogsingle .meta-social-sticky {
    left: 85px;
  }
}
@media (min-width: 1260px) {
  .sec-blogsingle .entry-content .offset-xl-2 {
    margin-left: 25%;
  }
  .sec-blogsingle .entry-content .col-xl-8 {
    flex: 0 0 50%;
  }
}

.sec-blogRelated {
  padding-bottom: 100px;
}
.sec-blogRelated .title-box {
  margin-bottom: 20px;
}
.sec-blogRelated .title-box__title {
  line-height: 1.1;
  margin-bottom: 0;
}

.sec-blogRelated__content .item {
  border-top: 1px solid #DEDEDE;
  padding: 30px 0;
}
.sec-blogRelated__content .post-min__img {
  background-color: #cbcbcb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}
.sec-blogRelated__content .post-min__img:before {
  content: "";
  display: block;
  padding-top: 68.5%;
}
.sec-blogRelated__content .post-min__img img {
  display: none;
}
.sec-blogRelated__content .post-min__cat {
  font-family: "BT Beau Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 1px;
  color: #b6b6b6;
  margin-bottom: 8px;
}
.sec-blogRelated__content .post-min__cat h3 {
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
.sec-blogRelated__content .post-min__cat h3 a {
  color: inherit;
}
.sec-blogRelated__content .post-min__cat h3 a:hover {
  color: #F72C4C;
}
.sec-blogRelated__content .post-min__title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.39;
  color: #2b2b2b;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .sec-blogRelated .title-box__title br {
    display: none;
  }
  .sec-blogRelated .circle-item {
    max-width: 50%;
    transform: translateY(20%);
  }
  .sec-blogRelated__content > .row > [class*=col-]:first-child .item {
    padding-top: 0;
    border: 0;
  }
}
@media (min-width: 768px) {
  .sec-blogRelated__content .item {
    height: 100%;
    padding: 35px 0 65px;
  }
  .sec-blogRelated__content .post-min {
    position: relative;
    padding-left: 190px;
  }
  .sec-blogRelated__content .post-min__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    margin-bottom: 0;
  }
  .sec-blogRelated__content .post-min__cat {
    font-size: 14px;
  }
  .sec-blogRelated__content .post-min__title {
    font-size: 18px;
  }
}
@media (min-width: 1260px) {
  .sec-blogRelated {
    padding-bottom: 155px;
  }
}
@media (min-width: 1600px) {
  .sec-blogRelated {
    padding-top: 220px;
    padding-bottom: 180px;
  }
  .sec-blogRelated + .sec-formSub {
    padding-top: 180px;
  }
}
.sec-serviceSingle {
  padding-top: 60px;
}
.sec-serviceSingle .itembox {
  position: relative;
  padding: 50px 0;
  z-index: 2;
}
.sec-serviceSingle .itembox:first-child {
  padding-top: 0;
}
.sec-serviceSingle .itembox:last-child {
  padding-bottom: 0;
}
.sec-serviceSingle .itembox-first .f-text b {
  color: #000;
}
.sec-serviceSingle .itembox-2 .item-top {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
.sec-serviceSingle .itembox-2 .item-top .f-textbox__title {
  font-size: 36px;
  font-weight: bold;
  color: #e54352;
  margin-top: 0;
  margin-bottom: 20px;
}
.sec-serviceSingle .itembox-2 .item-top .f-textbox__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-serviceSingle .itembox-2 .item-top .f-textbox__list li {
  color: #141e28;
}
.sec-serviceSingle .itembox-2 .item-top .f-textbox__list li + li {
  margin-top: 15px;
}
.sec-serviceSingle .itembox-2 .item-bottom {
  position: relative;
  z-index: 1;
  padding-top: 180px;
  background-color: #141e28;
}
.sec-serviceSingle .itembox-2 .item-bottom .f-circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  background-color: #F72C4C;
  border-radius: 50%;
  width: 55%;
  transform: translate(-50%, -40%);
}
.sec-serviceSingle .itembox-2 .item-bottom .f-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-serviceSingle .itembox-2 .item-bottom .f-text {
  color: #c2c2c2;
}
.sec-serviceSingle .itembox-2 .item-bottom .f-text__title {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}
.sec-serviceSingle .itembox-2 .item-bottom .f-text__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-serviceSingle .itembox-2 .item-bottom .f-text__list li h4 {
  font-size: inherit;
  color: #fff;
  margin-bottom: 10px;
}
.sec-serviceSingle .itembox-2 .item-bottom .f-text__list li p {
  margin-bottom: 10px;
}
.sec-serviceSingle .itembox-2 .item-bottom .f-text__list li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec-serviceSingle .itembox-2 .item-bottom .f-text__title {
    font-size: 80px;
  }
  .sec-serviceSingle .itembox-2 .item-bottom .f-text__list {
    padding-left: 150px;
  }
}
@media (min-width: 992px) {
  .sec-serviceSingle .itembox-2 .item-bottom .f-circle {
    width: 37%;
  }
}
@media (min-width: 768px) {
  .sec-serviceSingle {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .sec-serviceSingle {
    padding-top: 120px;
  }
  .sec-serviceSingle .itembox {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .sec-serviceSingle {
    padding-top: 180px;
  }
}

.procedure-project {
  padding-top: 0;
}
.procedure-project .f-header .item-left__title {
  font-family: "BT Beau Sans";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 27px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.procedure-project .f-content {
  margin-top: 70px;
}
.procedure-project .f-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.procedure-project .f-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.procedure-project .f-content ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "BT Beau Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.procedure-project .f-content ul li h2 {
  font-weight: normal;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: left;
  color: #000;
  margin: 0;
}
@media (max-width: 767.98px) {
  .procedure-project .f-header {
    border-top: 1px solid #D8D8D8;
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .procedure-project {
    padding-bottom: 200px;
  }
  .procedure-project .f-header .item-left,
  .procedure-project .f-header .item-right {
    border-top: 1px solid #D8D8D8;
    padding-top: 45px;
  }
  .procedure-project .f-content {
    margin-top: 100px;
  }
  .procedure-project .f-content ul li {
    padding-left: 50px;
    margin-right: 70px;
    margin-bottom: 50px;
  }
  .procedure-project .f-content ul li span {
    font-size: 16px;
  }
  .procedure-project .f-content ul li h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .procedure-project .f-content {
    margin-top: 150px;
  }
  .procedure-project .f-content ul li {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .procedure-project .f-content ul li span {
    font-size: 21px;
  }
  .procedure-project .f-content ul li h2 {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .procedure-project .f-content ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .procedure-project .f-content ul li h2 {
    font-size: 80px;
  }
}

#page-service-detail .service-detail {
  padding-top: 50px;
}
#page-service-detail .service-detail--branding {
  background-color: #000;
}
#page-service-detail .service-detail--branding .sec-serviceText .item-left__title {
  color: #F5F5F5;
}
#page-service-detail .service-detail--branding .sec-serviceText .item-right__entry {
  color: #B6B6B6;
}
#page-service-detail .service-detail--branding .sec-serviceText .item-right__list li {
  color: #B6B6B6;
}
@media (min-width: 768px) {
  #page-service-detail .service-detail--branding + .sec-project {
    padding-top: 100px;
  }
}
@media (min-width: 1260px) {
  #page-service-detail .service-detail--branding + .sec-project {
    padding-top: 150px;
  }
}
@media (min-width: 1600px) {
  #page-service-detail .service-detail--branding + .sec-project {
    padding-top: 200px;
  }
}
#page-service-detail .sec-serviceText {
  padding-bottom: 80px;
}
#page-service-detail .sec-serviceText.detail-2 {
  padding-bottom: 0;
}
#page-service-detail .sec-serviceText.detail-2 .item-right__entry {
  margin-bottom: 0;
}
#page-service-detail .sec-serviceText.first-child .item-left,
#page-service-detail .sec-serviceText.first-child .item-right {
  border-top: 0;
}
#page-service-detail .sec-serviceText .item-right__entry {
  color: #8a8a8a;
}
@media (max-width: 767.98px) {
  #page-service-detail .sec-serviceText {
    padding-bottom: 80px;
  }
  #page-service-detail .sec-serviceText .item-right {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #page-service-detail .sec-serviceText {
    padding-bottom: 120px;
  }
  #page-service-detail .sec-serviceText .item-left__title {
    font-size: 30px;
  }
}
@media (min-width: 1260px) {
  #page-service-detail .sec-serviceText {
    padding-bottom: 150px;
  }
  #page-service-detail .sec-serviceText .box-blue-wrap {
    padding-top: 100px;
  }
  #page-service-detail .sec-serviceText .item-left__title {
    font-size: 40px;
  }
  #page-service-detail .sec-serviceText .item-left__title br {
    display: inline-block;
  }
}
@media (min-width: 1600px) {
  #page-service-detail .sec-serviceText {
    padding-bottom: 200px;
  }
  #page-service-detail .sec-serviceText .item-left__title {
    font-size: 50px;
  }
}
#page-service-detail .sec-project {
  padding-top: 40px;
  padding-bottom: 0;
}

#page-service-detail-2 .page-content {
  padding-top: 0;
}
#page-service-detail-2 .sec-project {
  padding-bottom: 0;
}
@media (max-width: 1259.98px) {
  #page-service-detail-2 .header__fixheight {
    display: none;
  }
  #page-service-detail-2 .header__content {
    height: 70px;
  }
}
#page-service-detail-2 .header.headroom--top .header__content {
  background-color: transparent;
}
#page-service-detail-2 .header.headroom--top .header__logo path {
  fill: #fff;
}
#page-service-detail-2 .header.headroom--top .header__nav .menu-list a {
  color: #fff;
  opacity: 0.6;
}
#page-service-detail-2 .header.headroom--top .header__nav .menu-list > li > a:hover,
#page-service-detail-2 .header.headroom--top .header__nav .menu-list li.menu-current > a {
  opacity: 1;
}
#page-service-detail-2 .header.headroom--top .header__iconmenu span {
  background-color: #fff;
}
#page-service-detail-2 .header.headroom--top .header__meta a {
  color: #fff;
}
#page-service-detail-2 .header.headroom--top .header__meta a:hover {
  text-decoration: underline;
}

.serviceDetail-hero {
  display: flex;
  align-items: center;
  height: 600px;
  background-color: #F72C4C;
  padding: 0;
  overflow: hidden;
}
.serviceDetail-hero.style-digital .layer-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.serviceDetail-hero.style-digital .layer-svg:after {
  content: "";
  display: block;
  padding-top: 39%;
}
.serviceDetail-hero.style-digital .layer-svg svg,
.serviceDetail-hero.style-digital .layer-svg canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.serviceDetail-hero.style-digital .layer-svg canvas {
  display: block;
}
@media (max-width: 767.98px) {
  .serviceDetail-hero.style-digital .layer-svg {
    height: 100%;
  }
  .serviceDetail-hero.style-digital .layer-svg svg.pc {
    display: none;
  }
  .serviceDetail-hero.style-digital .layer-svg svg.mb {
    display: block;
  }
}
@media (min-width: 768px) {
  .serviceDetail-hero.style-digital .layer-svg svg.mb {
    display: none;
  }
}
.serviceDetail-hero.style-strategy .layer-svg {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 500px;
  transform: translate(50%, -50%);
}
.serviceDetail-hero.style-strategy .layer-svg:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.serviceDetail-hero.style-strategy .layer-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .serviceDetail-hero.style-strategy .layer-svg {
    right: 0;
    width: 650px;
    transform: translate(13%, -50%);
  }
}
@media (min-width: 992px) {
  .serviceDetail-hero.style-strategy .layer-svg {
    width: 800px;
  }
}
@media (min-width: 1260px) {
  .serviceDetail-hero.style-strategy .layer-svg {
    width: 950px;
  }
}
@media (min-width: 1600px) {
  .serviceDetail-hero.style-strategy .layer-svg {
    width: 1360px;
  }
}
.serviceDetail-hero.style-product .layer-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.serviceDetail-hero.style-product .layer-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.serviceDetail-hero.style-product .layer-svg svg.pc .layer-h, .serviceDetail-hero.style-product .layer-svg svg.pc .layer-i, .serviceDetail-hero.style-product .layer-svg svg.pc .layer-k, .serviceDetail-hero.style-product .layer-svg svg.pc .layer-j {
  opacity: 0;
  visibility: hidden;
}
.serviceDetail-hero.style-product .layer-svg svg.mb .layer-d, .serviceDetail-hero.style-product .layer-svg svg.mb .layer-e, .serviceDetail-hero.style-product .layer-svg svg.mb .layer-f, .serviceDetail-hero.style-product .layer-svg svg.mb .layer-g {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .serviceDetail-hero.style-product .layer-svg {
    height: 100%;
  }
  .serviceDetail-hero.style-product .layer-svg svg.pc {
    display: none;
  }
  .serviceDetail-hero.style-product .layer-svg svg.mb {
    display: block;
  }
}
@media (min-width: 768px) {
  .serviceDetail-hero.style-product .layer-svg svg.mb {
    display: none;
  }
}
@media (max-width: 1259.98px) {
  .serviceDetail-hero.style-product .layer-svg {
    top: 50%;
    transform: translateY(-50%);
  }
  .serviceDetail-hero.style-product .layer-svg:after {
    content: "";
    display: block;
    padding-top: 47%;
  }
}
@media (min-width: 1260px) {
  .serviceDetail-hero.style-product .layer-svg {
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.serviceDetail-hero__content {
  position: absolute;
  width: 100%;
  text-align: center;
}

.serviceDetail-hero__title {
  font-size: 30px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 10px rgba(247, 44, 76, 0.2);
}

.serviceDetail-hero__footer {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  text-align: center;
}
.serviceDetail-hero__footer .breadcrumb a {
  color: #fff;
}
.serviceDetail-hero__footer .breadcrumb a:hover {
  color: #fff;
}
.serviceDetail-hero__footer .breadcrumb li:after {
  color: #fff;
}

@media (max-width: 767.98px) {
  .serviceDetail-hero__footer {
    bottom: 20px;
  }
  .serviceDetail-hero__footer .breadcrumb li {
    display: inline;
  }
  .serviceDetail-hero__footer .breadcrumb a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .serviceDetail-hero {
    height: 500px;
  }
  .serviceDetail-hero__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .serviceDetail-hero {
    height: 600px;
  }
  .serviceDetail-hero__title {
    font-size: 50px;
  }
}
@media (min-width: 1260px) {
  .serviceDetail-hero {
    height: 700px;
  }
  .serviceDetail-hero__title {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .serviceDetail-hero {
    height: 850px;
  }
  .serviceDetail-hero__title {
    font-size: 75px;
  }
  .serviceDetail-hero__footer {
    bottom: 60px;
  }
}
.serviceDetail-first {
  padding-top: 45px;
}

.serviceDetail-first__social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  margin-bottom: 65px;
}
.serviceDetail-first__social li {
  display: inline-block;
  vertical-align: top;
  margin: 6px 6px;
}
.serviceDetail-first__social a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(217, 217, 217, 0.5);
}
.serviceDetail-first__social a img {
  width: 100%;
}
.serviceDetail-first__social a:hover {
  color: #fff;
  background-color: #F72C4C;
  border-color: #F72C4C;
}
.serviceDetail-first__social a:hover img {
  filter: brightness(6);
}
@media (min-width: 992px) {
  .serviceDetail-first__social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.serviceDetail-first__title {
  font-size: 26px;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .serviceDetail-first {
    padding-top: 60px;
  }
  .serviceDetail-first__social {
    margin-bottom: 80px;
  }
  .serviceDetail-first__title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .serviceDetail-first__social {
    margin-bottom: 100px;
  }
  .serviceDetail-first__title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .serviceDetail-first__social {
    margin-bottom: 150px;
  }
  .serviceDetail-first__title {
    font-size: 49px;
  }
}
.serviceDetail-info {
  padding-bottom: 0;
}
.serviceDetail-info .item__inner {
  border-top: 1px solid #D8D8D8;
  padding-top: 30px;
  padding-bottom: 90px;
}
.serviceDetail-info .item__subtitle {
  font-family: "BT Beau Sans";
  font-size: 20px;
  line-height: 1.33;
  color: #000;
}
.serviceDetail-info .item__text {
  font-size: 16px;
  color: #5F5F5F;
}
.serviceDetail-info .item__label {
  font-size: 17px;
  text-align: right;
  margin-bottom: 0;
}

.serviceDetail-info__svg {
  position: relative;
  margin-bottom: 20px;
}
.serviceDetail-info__svg:after {
  content: "";
  display: block;
  padding-top: 93%;
}
.serviceDetail-info__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.serviceDetail-info__svg svg .layer-i {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .serviceDetail-info__svg {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .serviceDetail-info__svg {
    margin-bottom: 0;
  }
  .serviceDetail-info:not(.style-2) .item__subtitle {
    max-width: 400px;
  }
}
@media (min-width: 1600px) {
  .serviceDetail-info .item__inner {
    padding-top: 60px;
    padding-bottom: 140px;
  }
  .serviceDetail-info .item__subtitle {
    font-size: 30px;
  }
  .serviceDetail-info .item__text {
    font-size: 18px;
  }
  .serviceDetail-info .item__label {
    font-size: 20px;
  }
}
.serviceDetail-featured {
  padding-top: 70px;
}
.serviceDetail-featured .f-img {
  text-align: center;
  margin-bottom: 40px;
}
.serviceDetail-featured .f-text {
  font-size: 26px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .serviceDetail-featured .f-img {
    margin-bottom: 100px;
  }
  .serviceDetail-featured .sec-slogan__svg {
    margin-bottom: 40px;
  }
  .serviceDetail-featured .f-text {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .serviceDetail-featured .f-text {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .serviceDetail-featured {
    padding-bottom: 200px;
  }
  .serviceDetail-featured .f-img {
    margin-bottom: 260px;
  }
  .serviceDetail-featured .sec-slogan__svg {
    margin-bottom: 100px;
  }
  .serviceDetail-featured .f-text {
    font-size: 50px;
  }
}
.serviceDetail-step {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  padding-bottom: 95px;
}
.serviceDetail-step .f-header {
  border-top: 1px solid #dee2e6;
  padding-top: 15px;
  margin-bottom: 20px;
}
.serviceDetail-step .f-header .title-min {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.serviceDetail-step .f-number {
  margin-bottom: 35px;
}
.serviceDetail-step .f-number__number {
  display: flex;
  align-items: flex-end;
  font-family: "BT Beau Sans";
  font-weight: 500;
  color: #000;
}
.serviceDetail-step .f-number__number span {
  font-size: 100px;
  line-height: 1;
}
.serviceDetail-step .f-number__number h2 {
  font-family: inherit;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  max-width: 200px;
  margin-left: 20px;
  margin-bottom: 0;
}
.serviceDetail-step .f-number__text {
  margin-top: 20px;
  margin-bottom: 0;
}
.serviceDetail-step .f-text {
  margin-top: 40px;
}
.serviceDetail-step .f-text__text {
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
}
.serviceDetail-step .f-text__btn {
  font-size: 16px;
}
.serviceDetail-step .f-text__btn i {
  font-size: 10px;
}
@media (min-width: 768px) {
  .serviceDetail-step {
    padding-bottom: 120px;
  }
  .serviceDetail-step .f-header {
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .serviceDetail-step .f-header .title-min {
    max-width: 355px;
    font-size: 16px;
  }
  .serviceDetail-step .f-number {
    margin-bottom: 50px;
  }
  .serviceDetail-step .f-number__text {
    margin-top: 30px;
  }
  .serviceDetail-step .f-text {
    margin-top: 70px;
  }
}
@media (min-width: 1260px) {
  .serviceDetail-step {
    padding-bottom: 180px;
  }
  .serviceDetail-step .f-header {
    padding-top: 70px;
    margin-bottom: 0;
  }
  .serviceDetail-step .f-number {
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .serviceDetail-step {
    padding-bottom: 250px;
  }
  .serviceDetail-step .f-number {
    padding-top: 30px;
    margin-bottom: 120px;
  }
  .serviceDetail-step .f-number__number span {
    font-size: 140px;
  }
  .serviceDetail-step .f-number__number h2 {
    font-size: 45px;
    max-width: 275px;
  }
}

#page-work-detail .sec-project {
  padding-bottom: 0;
}

.sec-workSingle {
  padding-top: 0;
  padding-bottom: 0;
}
.sec-workSingle .itembox {
  position: relative;
  padding: 50px 0;
  z-index: 2;
}
.sec-workSingle .itembox:last-child {
  padding-bottom: 0;
}
.sec-workSingle .itembox-first {
  padding-top: 60px;
}
.sec-workSingle .itembox-first .f-text b {
  color: #000;
}
.sec-workSingle .video-iframe {
  position: relative;
  overflow: hidden;
}
.sec-workSingle .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sec-workSingle .video-iframe:after {
  content: "";
  display: block;
  padding-top: 50.5%;
}
.sec-workSingle .entry-content {
  position: relative;
}
.sec-workSingle .entry-content .work-detail-info {
  position: relative;
  z-index: 999;
}
.sec-workSingle .entry-content .work-detail-info .f-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #F72C4C;
  border-radius: 50%;
  max-width: 370px;
  width: 100%;
  margin-left: auto;
}
.sec-workSingle .entry-content .work-detail-info .f-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-workSingle .entry-content .work-detail-info .f-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  width: 100%;
  padding: 0 25%;
}
.sec-workSingle .entry-content .work-detail-info .f-list li {
  color: #fff;
}
.sec-workSingle .entry-content .work-detail-info .f-list li b {
  display: block;
}
.sec-workSingle .entry-content .work-detail-info .f-list li + li {
  margin-top: 10px;
}
.sec-workSingle .entry-content .f-img img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .sec-workSingle .entry-content .work-detail-info .f-circle {
    max-width: 300px;
    margin-bottom: -10%;
  }
  .sec-workSingle .entry-content .work-detail-info .f-circle .f-list {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .sec-workSingle .item-content .work-detail-info .f-circle {
    max-width: 250px;
    right: -15%;
    max-width: 300px;
    margin-bottom: -10%;
  }
  .sec-workSingle .item-content .work-detail-info .f-circle .f-list {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .sec-workSingle .itembox-first {
    padding-bottom: 150px;
  }
  .sec-workSingle .entry-content .work-detail-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
  }
  .sec-workSingle .entry-content .work-detail-info .f-circle {
    transform: translateY(-68%);
    margin-left: auto;
    pointer-events: visible;
  }
}

.sec-nextProject .h2 {
  font-size: 30px;
  color: #000;
  margin: 0;
}
.sec-nextProject .h2 a {
  color: inherit;
}
.sec-nextProject .h2:hover {
  color: #E30606;
}
.sec-nextProject .btn-right {
  text-align: right;
}
.sec-nextProject .sec-lastText__btn:hover svg path {
  stroke: #E30606;
}
@media (min-width: 768px) {
  .sec-nextProject .h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .sec-nextProject .h2 {
    font-size: 70px;
  }
}
@media (min-width: 1260px) {
  .sec-nextProject .h2 {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .sec-nextProject .h2 {
    font-size: 100px;
  }
}
/*# sourceMappingURL=main.css.map */
