@font-face {
  font-family: Gliory-New;
  src: url(/static/fonts/Gilroy-Regular.otf);
}
@font-face {
  font-family: HelveticaNeue-Light;
  src: url(/static/fonts/Gilroy-Regular.otf);
}
@font-face {
  font-family: HelveticaNeue-Regular;
  src: url(/static/fonts/Gilroy-Regular.otf);
}
@font-face {
  font-family: CARDILLAC-REGULAR;
  src: url(/static/new_static/assets/fonts/CARDILLAC-REGULAR.TTF);
}
@font-face {
  font-family: HelveticaNeue-Medium;
  src: url(/static/new_static/assets/fonts/HelveticaNeue-Medium.otf);
}
@font-face {
  font-family: HelveticaNeue-Bold;
  src: url(/static/new_static/assets/fonts/HelveticaNeue-Bold.otf);
}
@keyframes load {
  from {
    transform: scaleX(0%);
  }
  to {
    transform: scaleX(100%);
  }
}
h1 {
  font-family: HelveticaNeue-Regular;
  margin: 0px;
  color: #000;
}

h2 {
  font-family: HelveticaNeue-Regular;
  margin: 0px;
  color: #000;
}

h3 {
  font-family: HelveticaNeue-Regular;
  margin: 0px;
  color: #000;
}

h4 {
  font-family: HelveticaNeue-Regular;
  margin: 0px;
  color: #000;
}

h5 {
  font-family: HelveticaNeue-Regular;
  margin: 0px;
  color: #000;
}

h6 {
  font-family: HelveticaNeue-Regular;
  margin: 0px;
  color: #000;
}

.hidden {
  overflow: hidden !important;
}

.disable_scroll {
  overflow: hidden !important;
}

body {
  margin: 0px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  transition: 0.3s;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
  font-family: HelveticaNeue-Regular;
}
body::-webkit-scrollbar {
  width: 4px;
  position: absolute;
}
body::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f6f6f6;
}
body::-webkit-scrollbar-thumb {
  background: #f68e1f;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
body input::-webkit-outer-spin-button, body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input::-moz-placeholder {
  color: #bdbdbd;
}
body input::placeholder {
  color: #bdbdbd;
}
body input:-webkit-autofill, body input:-webkit-autofill:hover, body input:-webkit-autofill:focus, body input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #fff !important;
}
body button,
body input,
body textarea {
  border: none;
  background-color: transparent;
  padding: 0px;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
  font-family: HelveticaNeue-Regular;
}
body button:focus,
body input:focus,
body textarea:focus {
  outline: none;
  border: none;
  background-color: none;
  box-shadow: none;
}
body button::-moz-placeholder, body input::-moz-placeholder, body textarea::-moz-placeholder {
  color: #bdbdbd;
}
body button::placeholder,
body input::placeholder,
body textarea::placeholder {
  color: #bdbdbd;
}
body select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: transparent;
  background-image: url(/static/new_static/assets/icons/select_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 45px;
  background-color: rgba(131, 29, 129, 0.1);
  border-radius: 5px;
  padding: 0px 16px;
}
body select:focus {
  outline: none;
  box-shadow: none;
}
body ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
body button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  position: relative;
}
body div {
  -webkit-tap-highlight-color: transparent;
}
body .iti__selected-dial-code {
  color: #fff !important;
}
body p,
body span,
body strong,
body label,
body select,
body textarea,
body pre,
body input,
body button,
body a {
  -webkit-tap-highlight-color: transparent;
  margin: 0px;
  padding: 0px;
  color: #000;
}
body a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  display: block;
  overflow: hidden;
  position: relative;
}
body a:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
body .container {
  max-width: 1320px;
  display: block;
  margin: 0px auto;
  width: 100%;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
body .mt-site {
  margin-top: 30px;
}
body .mb-site {
  margin-bottom: 30px;
}
body .mt-block {
  margin-top: 100px;
}
body .mb-block {
  margin-bottom: 100px;
}
body .pt-block {
  padding-top: 100px;
}
body .pb-block {
  padding-bottom: 100px;
}
body .language_view {
  position: relative;
}
body .language_view .language_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 14px;
  min-width: 44px;
}
body .language_view .language_btn .arrow {
  width: 9px;
  height: 9px;
  margin-left: 10px;
}
body .language_view .language_overlay {
  display: none;
  position: absolute;
  left: 50%;
  top: 33px;
  transform: translate(-50%, 0%);
  background-color: #fff;
  border-radius: 15px;
  min-width: 77px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  z-index: 2;
}
body .language_view .language_overlay .lang_btn {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}
body .language_view .language_overlay .lang_btn:not(:last-child) {
  border-bottom: 1px solid rgba(68, 68, 68, 0.11);
}
body .language_view .language_overlay .lang_btn:hover {
  background-color: #f6f6f6;
}
body .language_view .language_overlay .lang_btn:first-child {
  border-radius: 15px 15px 0px 0px;
}
body .language_view .language_overlay .lang_btn:last-child {
  border-radius: 0px 0px 15px 15px;
}
body .menu_overlay {
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #252525;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateX(-1000vw);
  transition: 0.3s;
}
body .menu_overlay::-webkit-scrollbar {
  display: none;
  width: 0px;
}
body .menu_overlay .menu_overlay_inner .container {
  padding-bottom: 40px;
  height: 100vh;
}
body .menu_overlay .menu_overlay_inner .container .close_menu {
  margin-top: 45px;
  margin-bottom: 60px;
  margin-right: 0px;
  margin-left: auto;
  display: block;
}
body .menu_overlay .menu_overlay_inner .container .close_menu img {
  width: 24px;
  height: 24px;
}
body .menu_overlay .menu_overlay_inner .container .close_menu img path {
  fill: #4f1c4e;
}
body .menu_overlay .menu_overlay_inner .container .menu_links {
  margin-top: 25px;
}
body .menu_overlay .menu_overlay_inner .container .menu_links li {
  margin-top: 20px;
}
body .menu_overlay .menu_overlay_inner .container .menu_links li a {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}
body .menu_overlay .menu_overlay_inner .container .search_input_view {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(146, 148, 151, 0.25);
  padding-bottom: 16px;
  margin: 77px 0px;
}
body .menu_overlay .menu_overlay_inner .container .search_input_view .injectable {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
body .menu_overlay .menu_overlay_inner .container .search_input_view .input {
  width: 90%;
  font-size: 18px;
  margin-left: 12px;
  color: #fff;
}
body .menu_overlay .menu_overlay_inner .container .lang_links {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
body .menu_overlay .menu_overlay_inner .container .lang_links .link {
  text-decoration: underline;
  color: #fff;
  margin-right: 26px;
  text-transform: uppercase;
}
body .menu_overlay .menu_overlay_inner .container .lang_links .active {
  color: #f68e1f;
}
body .menu_overlay .menu_overlay_inner .container .social_icons_view {
  display: flex;
  align-items: center;
}
body .menu_overlay .menu_overlay_inner .container .social_icons_view .social_link {
  margin-right: 12px;
  background-color: #f68e1f;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .menu_overlay .menu_overlay_inner .container .social_icons_view .social_link .injectable {
  width: 18px;
  height: 18px;
}
body .active_menu_overlay {
  transform: translateX(0px) !important;
}
body .search_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(196, 196, 196, 0.6);
  display: none;
}
body .search_overlay .inner_overlay {
  width: 100%;
  background-color: #fff;
}
body .search_overlay .inner_overlay .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  position: relative;
}
body .search_overlay .inner_overlay .container .close_search_overlay {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 22px;
  height: 22px;
  background-color: #eee;
  border-radius: 100%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .search_overlay .inner_overlay .container .close_search_overlay img {
  width: 100%;
  height: 100%;
}
body .search_overlay .inner_overlay .container .search_input_view {
  width: 50%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
  margin: 70px 0px;
}
body .search_overlay .inner_overlay .container .search_input_view .injectable {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
body .search_overlay .inner_overlay .container .search_input_view .input {
  width: 90%;
  height: 40px;
  font-size: 18px;
  margin-left: 12px;
  color: #000;
}
body header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
body header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}
body header .container .right_col {
  display: flex;
  align-items: center;
}
body header .container .right_col .menu_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 35px;
}
body header .container .right_col .menu_list li {
  padding: 5px 9px;
  border-radius: 22px;
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: 0.3s;
}
body header .container .right_col .menu_list li .link {
  font-size: 13.2px;
  transition: 0.3s;
  font-family: sans-serif;
  text-transform: uppercase;
}
body header .container .right_col .menu_list li:hover {
  background-color: #f68e1f;
}
body header .container .right_col .menu_list li:hover .link {
  color: #fff;
}
body header .container .right_col .menu_list .active_li {
  background-color: #f68e1f;
}
body header .container .right_col .menu_list .active_li .link {
  color: #fff;
}
body header .container .right_col .btn_hamburger {
  display: none;
}
body header .container .right_col .btn_search {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body header .container .right_col .btn_search img {
  width: 15px;
  height: 15px;
}
body main {
  overflow: hidden;
  padding-top: 110px;
}
body main .main_video_banner .container .title {
  font-size: 64px;
  line-height: 78px;
  display: block;
  margin-bottom: 22px;
  font-family: Gliory-New;
}
body main .main_video_banner .container .list_item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
body main .main_video_banner .container .list_item .item:not(:last-child) {
  margin-right: 110px;
}
body main .main_video_banner .container .list_item .item .label {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-family: Gliory-New;
}
body main .main_video_banner .container .list_item .item .value {
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  font-family: Gliory-New;
}
body main .main_video_banner .video_block {
  height: 742px;
  width: 100%;
  overflow: hidden;
  margin-top: 77px;
  margin-bottom: 77px;
}
body main .main_video_banner .video_block .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .main_video_banner .video_block .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .accordion_info_view .container .btn_accordion_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
body main .accordion_info_view .container .btn_accordion_info:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
body main .accordion_info_view .container .btn_accordion_info .title_accordion {
  font-size: 35px;
  line-height: 42px;
  width: 38%;
  text-align: left;
  font-family: Gliory-New;
}
body main .accordion_info_view .container .btn_accordion_info .content_accordion {
  color: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  line-height: 30px;
  width: 60%;
  text-align: left;
  display: none;
}
body main .accordion_info_view .container .btn_accordion_info .content_accordion p {
  font-family: Gliory-New;
}
body main .accordion_info_view .container .btn_accordion_info .arrow {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: 0.3s;
}
body main .accordion_info_view .container .active_accordion .arrow {
  transform: rotate(180deg);
}
body main .analytics_info_section {
  margin-top: 77px;
  margin-bottom: 180px;
}
body main .analytics_info_section .container .title_section {
  font-size: 63px;
  line-height: 77px;
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  font-family: Gliory-New;
}
body main .analytics_info_section .container .title_section .arrow {
  margin-left: 16px;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
body main .analytics_info_section .main_img {
  height: 500px;
  width: 100%;
}
body main .analytics_info_section .main_img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .analytics_info_section .container .info_content {
  font-size: 22px;
  line-height: 35px;
  margin-top: 92px;
  margin-bottom: 92px;
  color: rgba(0, 0, 0, 0.75);
}
body main .analytics_info_section .container .owl-theme .owl-dots {
  margin-top: 40px;
}
body main .analytics_info_section .container .owl-theme .owl-dots .owl-dot span {
  width: 80px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
body main .analytics_info_section .container .owl-theme .owl-dots .active span {
  position: relative;
  overflow: hidden;
}
body main .analytics_info_section .container .owl-theme .owl-dots .active span::before {
  border-radius: 5px;
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translate(-80px);
  animation: load 4s ease-in-out 0.5s forwards;
  transform-origin: left;
}
body main .analytics_info_section .container .owl-theme .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 45%;
  transform: translate(0%, -50%);
  left: 0px;
  width: 100%;
  z-index: 2;
  margin-top: 0px;
}
body main .analytics_info_section .container .owl-theme .owl-nav .owl-prev {
  margin-left: -70px;
}
body main .analytics_info_section .container .owl-theme .owl-nav .owl-prev:hover {
  background-color: transparent;
}
body main .analytics_info_section .container .owl-theme .owl-nav .owl-next {
  margin-right: -70px;
}
body main .analytics_info_section .container .owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}
body main .analytics_info_section .container .owl-carousel {
  border-radius: 10px;
}
body main .analytics_info_section .container .owl-carousel .owl-item {
  border-radius: 10px;
  overflow: hidden;
}
body main .analytics_info_section .container .owl-carousel .item {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
body main .analytics_info_section .container .owl-carousel .item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .analytics_info_section .container .counters_view {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 140px;
}
body main .analytics_info_section .container .counters_view .item:not(:last-child) {
  margin-right: 20px;
}
body main .analytics_info_section .container .counters_view .item .counter {
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .analytics_info_section .container .counters_view .item .label {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  display: block;
}
body main .double_image_content {
  margin-bottom: 140px;
}
body main .double_image_content .container .title_section {
  font-size: 63px;
  line-height: 77px;
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
body main .double_image_content .container .title_section .arrow {
  margin-left: 16px;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
body main .double_image_content .container .double_image_view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main .double_image_content .container .double_image_view .img {
  width: 49%;
  height: 500px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .double_image_content .container .double_image_view .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .double_image_content .container .content_view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 130px;
}
body main .double_image_content .container .content_view .title_content {
  font-size: 55px;
  line-height: 65px;
  width: 30%;
}
body main .double_image_content .container .content_view .content {
  font-size: 22px;
  line-height: 35px;
  width: 65%;
  color: rgba(0, 0, 0, 0.75);
}
body main .carousel_content_section {
  margin-bottom: 140px;
}
body main .carousel_content_section .container .title_section {
  font-size: 63px;
  line-height: 77px;
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
body main .carousel_content_section .container .title_section .arrow {
  margin-left: 16px;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
body main .carousel_content_section .container .content {
  font-size: 22px;
  line-height: 35px;
  margin-top: 110px;
  color: rgba(0, 0, 0, 0.75);
}
body main #sync1,
body main #sync3,
body main #sync5,
body main #sync7,
body main #sync9,
body main #sync11,
body main #sync1-two-column {
  position: relative;
}
body main #sync1 .owl-nav,
body main #sync3 .owl-nav,
body main #sync5 .owl-nav,
body main #sync7 .owl-nav,
body main #sync9 .owl-nav,
body main #sync11 .owl-nav,
body main #sync1-two-column .owl-nav {
  display: none !important;
}
body main #sync1 .item,
body main #sync3 .item,
body main #sync5 .item,
body main #sync7 .item,
body main #sync9 .item,
body main #sync11 .item,
body main #sync1-two-column .item {
  width: 100%;
  height: 602px;
  border-radius: 10px;
}
body main #sync1 .item .img,
body main #sync3 .item .img,
body main #sync5 .item .img,
body main #sync7 .item .img,
body main #sync9 .item .img,
body main #sync11 .item .img,
body main #sync1-two-column .item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body main #sync2,
body main #sync4,
body main #sync6,
body main #sync8,
body main #sync10,
body main #sync12,
body main #sync2-two-column {
  margin-top: 40px;
}
body main #sync2 .owl-nav,
body main #sync4 .owl-nav,
body main #sync6 .owl-nav,
body main #sync8 .owl-nav,
body main #sync10 .owl-nav,
body main #sync12 .owl-nav,
body main #sync2-two-column .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0px;
  width: 100%;
  z-index: 2;
  margin-top: 0px;
  height: 1px;
}
body main #sync2 .owl-nav .disabled,
body main #sync4 .owl-nav .disabled,
body main #sync6 .owl-nav .disabled,
body main #sync8 .owl-nav .disabled,
body main #sync10 .owl-nav .disabled,
body main #sync12 .owl-nav .disabled,
body main #sync2-two-column .owl-nav .disabled {
  opacity: 0.1;
}
body main #sync2 .owl-nav .owl-prev,
body main #sync4 .owl-nav .owl-prev,
body main #sync6 .owl-nav .owl-prev,
body main #sync8 .owl-nav .owl-prev,
body main #sync10 .owl-nav .owl-prev,
body main #sync12 .owl-nav .owl-prev,
body main #sync2-two-column .owl-nav .owl-prev {
  margin-left: -70px;
}
body main #sync2 .owl-nav .owl-prev:hover,
body main #sync4 .owl-nav .owl-prev:hover,
body main #sync6 .owl-nav .owl-prev:hover,
body main #sync8 .owl-nav .owl-prev:hover,
body main #sync10 .owl-nav .owl-prev:hover,
body main #sync12 .owl-nav .owl-prev:hover,
body main #sync2-two-column .owl-nav .owl-prev:hover {
  background-color: transparent;
}
body main #sync2 .owl-nav .owl-next,
body main #sync4 .owl-nav .owl-next,
body main #sync6 .owl-nav .owl-next,
body main #sync8 .owl-nav .owl-next,
body main #sync10 .owl-nav .owl-next,
body main #sync12 .owl-nav .owl-next,
body main #sync2-two-column .owl-nav .owl-next {
  margin-right: -70px;
}
body main #sync2 .owl-nav .owl-next:hover,
body main #sync4 .owl-nav .owl-next:hover,
body main #sync6 .owl-nav .owl-next:hover,
body main #sync8 .owl-nav .owl-next:hover,
body main #sync10 .owl-nav .owl-next:hover,
body main #sync12 .owl-nav .owl-next:hover,
body main #sync2-two-column .owl-nav .owl-next:hover {
  background-color: transparent;
}
body main #sync2 .item,
body main #sync4 .item,
body main #sync6 .item,
body main #sync8 .item,
body main #sync10 .item,
body main #sync12 .item,
body main #sync2-two-column .item {
  height: 317px;
  border-radius: 10px;
}
body main #sync2 .item .img,
body main #sync4 .item .img,
body main #sync6 .item .img,
body main #sync8 .item .img,
body main #sync10 .item .img,
body main #sync12 .item .img,
body main #sync2-two-column .item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body main .image_links_section .container .title_section {
  font-size: 63px;
  line-height: 77px;
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  font-family: Gliory-New;
}
body main .image_links_section .container .title_section .arrow {
  margin-left: 16px;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
body main .image_links_section .container .small_title {
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 42px;
  font-family: Gliory-New;
}
body main .image_links_section .container .images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main .image_links_section .container .images .item {
  width: 31.5%;
  height: 307px;
  border-radius: 10px;
}
body main .image_links_section .container .images .item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .image_links_section .container .images .item:hover .overlay {
  opacity: 1;
}
body main .image_links_section .container .images .item .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: rgba(24, 24, 24, 0.78);
  padding: 30px;
}
body main .image_links_section .container .images .item .overlay .overlay_title {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-family: Gliory-New;
}
body main .socials_section {
  margin-top: 110px;
  margin-bottom: 110px;
}
body main .socials_section .container .inner_section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 45px 0px 45px 0px;
}
body main .socials_section .container .inner_section .title_section {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  display: block;
  font-family: Gliory-New;
}
body main .socials_section .container .inner_section .social_links_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main .socials_section .container .inner_section .social_links_row .link {
  width: 25%;
}
body main .socials_section .container .inner_section .social_links_row .link:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}
body main .socials_section .container .inner_section .social_links_row .link a {
  font-size: 26px;
  width: 100%;
  text-align: center;
  font-family: Gliory-New;
}
body main .socials_section .container .inner_section .social_links_row .link a img {
  margin-left: 12px;
}
body main .main_head_section {
  margin-bottom: 110px;
}
body main .main_head_section .container .subtitle {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 7px;
  display: block;
}
body main .main_head_section .container .title {
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 70px;
  display: block;
  font-family: CARDILLAC-REGULAR;
}
body main .main_head_section .container .content {
  font-size: 26px;
  line-height: 38px;
  width: 55%;
  margin: 0px 0px 0px auto;
  font-family: Gliory-New;
}
body main .main_head_section .container .content strong {
  font-family: Gliory-New;
  color: #f68e1f;
}
body main .brand_information {
  padding: 100px 0px;
}
body main .brand_information .container .top_view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #a5a5a5;
}
body main .brand_information .container .top_view .right_col {
  width: 60%;
  font-family: Gliory-New !important;
}
body main .brand_information .container .top_view .right_col .title {
  font-size: 66px;
  line-height: 77px;
  display: block;
  margin-bottom: 3px;
  font-family: Gliory-New !important;
}
body main .brand_information .container .top_view .right_col .content {
  font-size: 24px;
  line-height: 30px;
  color: #a5a5a5;
  font-family: Gliory-New !important;
}
body main .brand_information .container .bottom_view {
  margin-top: 60px;
}
body main .brand_information .container .bottom_view .images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main .brand_information .container .bottom_view .images .item {
  width: 24%;
  height: 253px;
}
body main .brand_information .container .bottom_view .images .item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .dark_bg {
  background-color: #000;
}
body main .dark_bg .container .top_view .right_col .title {
  color: #fff;
}
body footer {
  padding: 50px 0px;
  background-color: #000;
  margin-top: 111px;
}
body footer .container .top_view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
}
body footer .container .top_view .logo {
  width: 250px;
}
body footer .container .top_view .right_col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body footer .container .top_view .right_col .menu_list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
body footer .container .top_view .right_col .menu_list .link {
  font-size: 32px;
  color: #fff;
  margin-left: 37px;
  text-transform: uppercase;
}
body footer .container .top_view .right_col .social_icons {
  display: flex;
  align-items: center;
}
body footer .container .top_view .right_col .social_icons .link {
  transition: 0.3s;
  margin-left: 37px;
}
body footer .container .top_view .right_col .social_icons .link:hover {
  transform: scale(1.2);
}
body footer .container .copyright {
  font-size: 22px;
  padding-top: 42px;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=main.css.map */