@font-face {
  font-family: "TT Rounds Neue Comp";
  src: url("../font/TTRoundsNeue-CompLight.woff2") format("woff2"), url("../font/TTRoundsNeue-CompLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Rounds Neue Comp";
  src: url("../font/TTRoundsNeue-CompMedium.woff2") format("woff2"), url("../font/TTRoundsNeue-CompMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Rounds Neue Cond";
  src: url("../font/TTRoundsNeue-CondLight.woff2") format("woff2"), url("../font/TTRoundsNeue-CondLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Rounds Neue Cond";
  src: url("../font/TTRoundsNeue-CondMedium.woff2") format("woff2"), url("../font/TTRoundsNeue-CondMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Rounds Neue Cond DBold";
  src: url("../font/TTRoundsNeue-CondDBold.woff2") format("woff2"), url("../font/TTRoundsNeue-CondDBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Rounds Neue Cond";
  src: url("../font/TTRoundsNeue-CondBold.woff2") format("woff2"), url("../font/TTRoundsNeue-CondBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container-fluid.full-w {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.full-w > .row {
  margin-right: 0;
  margin-left: 0;
}
.container-fluid.full-w > .row > .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.container {
  padding-right: 55px !important;
  padding-left: 55px !important;
}
@media (min-width: 586px) {
  .container {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }
}

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

.mb-75 {
  margin-bottom: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-150 {
  margin-bottom: 75px;
}
@media (min-width: 576px) {
  .mb-150 {
    margin-bottom: 150px;
  }
}

.mt-150 {
  margin-top: 75px;
}
@media (min-width: 576px) {
  .mt-150 {
    margin-top: 150px;
  }
}

.pl-pr-25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.pb-150 {
  padding-bottom: 75px !important;
}
@media (min-width: 576px) {
  .pb-150 {
    padding-bottom: 150px !important;
  }
}

html {
  font-size: 10px;
}

body {
  font-family: "TT Rounds Neue Cond", sans-serif;
  font-size: 2rem;
  color: #221d5a;
  background-color: #f3f3f3;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #221d5a;
  transition: all 0.25s ease;
}
a:hover {
  color: #ed1a3b;
}

img {
  height: auto;
  width: 100%;
}

section {
  padding-bottom: 150px;
}
@media (min-width: 586px) {
  section {
    padding-bottom: 190px;
  }
}

.section-cols {
  margin-bottom: 75px;
  text-align: center;
}
.section-cols .section-col {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-cols {
    margin-bottom: 150px;
    text-align: left;
  }
  .section-cols .section-col {
    margin-bottom: 0px;
  }
}

.cta-button a {
  display: block;
  width: 100%;
  max-width: 270px;
  min-width: 170px;
  margin: 0 auto 10px auto;
  text-decoration: none;
  color: #fff;
}
.cta-button a button.btn-prim {
  position: relative;
  background-color: #221d5a;
  outline: none;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-family: "TT Rounds Neue Cond", sans-serif;
  font-size: 2.4rem;
  text-transform: none;
  padding: 18px 25px;
  cursor: pointer;
  transition: all 0.25s ease;
  margin: 0;
  width: 100%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cta-button a button.btn-prim:hover {
  color: inherit;
  background-color: #ed1a3b;
}
.cta-button a button.btn-prim::after {
  content: "";
  background-color: #ed1a3b;
  position: absolute;
  bottom: -36px;
  right: -24px;
  width: 50px;
  height: 80px;
  transform: rotate(45deg);
}
.cta-button.align-l a {
  margin-left: 0;
}

p {
  font-size: 2.6rem;
  line-height: 1.2em;
  font-weight: 300;
}
@media (min-width: 576px) {
  p {
    font-size: 2.2rem;
  }
}

h2 {
  font-family: "TT Rounds Neue Comp", sans-serif;
  font-size: 3.5rem;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 6px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 4rem;
    letter-spacing: 16px;
  }
}

.medium {
  font-weight: 500;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 7rem;
  line-height: 1em;
  font-family: "TT Rounds Neue Comp", sans-serif;
  text-align: center;
  font-weight: 300;
}

.subtitle {
  text-align: center;
  font-family: "TT Rounds Neue Cond", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2em;
  font-weight: 300;
}

/*Full image with title*/
.image-title .it-image {
  width: 100%;
}
.image-title .it-title {
  position: relative;
  font-family: "TT Rounds Neue Comp", sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  text-align: center;
  background-color: #fff;
  max-width: 1170px;
  padding: 3.2rem 3rem;
  margin: -6.2rem auto 3rem auto;
  border-radius: 10rem;
  z-index: 1;
  line-height: 1.2em;
}
.image-title .it-title.big-title {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3.5rem;
}
@media (min-width: 576px) {
  .image-title .it-title {
    margin: -8.5rem auto 7.5rem auto;
    padding: 5.8rem 4rem;
    font-size: 5.5rem;
  }
  .image-title .it-title.big-title {
    letter-spacing: 17px;
    font-size: 4rem;
  }
}
.image-title .app-cards {
  max-width: 1430px;
  margin: 0 auto !important;
}
.image-title .app-cards .card {
  border-radius: 5px;
  overflow: hidden;
}
.image-title .app-cards .title {
  font-family: "TT Rounds Neue Cond", sans-serif;
  font-size: 2.8rem;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  padding: 3rem;
  color: #fff;
  background-color: #ed1a3b;
}
.image-title .it-content {
  padding-top: 7rem;
}
.image-title .it-content .page-intro-sm .title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 3rem;
}
.image-title .it-content .page-intro-sm .icon {
  width: 125px;
}
.image-title .it-content .page-intro-sm .icon.location-icon {
  width: 75px;
  margin-left: 20px;
}
.image-title .it-content .other-images img {
  margin-bottom: 3rem;
  border-radius: 5px;
}
.image-title .it-content .small-title {
  font-family: "TT Rounds Neue Cond DBold", sans-serif;
  padding-right: 55px;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.image-title .it-content .small-title-2 {
  font-family: "TT Rounds Neue Cond", sans-serif;
  padding-right: 55px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.image-title .it-content .intro-text {
  padding-right: 0;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 300;
}
.image-title .it-content .intro-text strong {
  font-weight: 500;
}
.image-title .it-content p {
  margin-bottom: 4rem;
  padding-right: 10px;
  font-size: 2rem;
  line-height: 2.6rem;
}
.image-title .it-content ul {
  padding-left: 20px;
  list-style: none;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.6rem;
}
.image-title .it-content ul li {
  position: relative;
}
.image-title .it-content ul li::before {
  position: absolute;
  content: "";
  background-color: #221d5a;
  width: 3px;
  height: 3px;
  left: -15px;
  top: 13px;
  border-radius: 50%;
}
.image-title .it-content ul li strong {
  font-family: "TT Rounds Neue Cond DBold", sans-serif;
  font-weight: 600;
}
.image-title .it-content ul li ul {
  margin-bottom: 3rem;
}
.image-title .it-content ul li ul li::before {
  width: 7px;
  height: 1px;
  border-radius: 0;
}
.image-title .it-content ul li:last-child ul {
  margin-bottom: 0;
}
.image-title .it-content .list-bigger {
  font-size: 2.4rem;
  line-height: 3rem;
}
.image-title .it-content .more-info {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
.image-title .it-content .more-info .info-icon {
  transition: all 0.3s ease-in-out;
  width: 77px;
  height: auto;
  margin: 0 auto;
}
.image-title .it-content .more-info .btn-active {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: -65px;
  background-color: #ed1a3b;
  text-align: center;
  color: #fff;
  padding: 2.2rem;
  display: flex;
  margin: 0 auto;
  transform: scale(0);
  border-radius: 100px;
  width: 200px;
  justify-content: center;
}
.image-title .it-content .more-info .btn-active img {
  width: 35px;
  margin-left: 15px;
}
.image-title .it-content .more-info:hover .info-icon {
  opacity: 0;
  transform: scale(0);
}
.image-title .it-content .more-info:hover .btn-active {
  transform: scale(1);
  opacity: 1;
}
.image-title .it-content .hidden-cont {
  position: fixed;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.image-title .it-content .hidden-cont.visible {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.image-title .it-content .hidden-cont p {
  margin-bottom: 15px;
  padding-right: 25px;
  font-size: 2rem;
}
.image-title .it-content .hidden-cont p.intro-text {
  font-size: 2.4rem;
  line-height: 3rem;
}
.image-title .it-content .hidden-cont ul {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.image-title .it-content.page-content .small-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 576px) {
  .image-title .it-content .intro-text {
    padding-right: 70px;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .image-title .it-content .intro-text p.intro-text {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .image-title .it-content .intro-text strong {
    font-weight: 500;
  }
  .image-title .it-content .list-bigger {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .image-title .it-content .hidden-cont p {
    margin-bottom: 15px;
    padding-right: 0;
    font-size: 2rem;
  }
  .image-title .it-content .hidden-cont p.intro-text {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .image-title .it-content .hidden-cont ul {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

header {
  background-color: #fff;
  padding: 40px 25px 33px 25px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  transition: all 0.3s ease;
  top: 0;
}
header.sticky {
  top: 0;
}
header.animate {
  top: -180px;
}
@media (min-width: 920px) {
  header {
    padding: 105px 55px 33px 55px;
  }
}

.top-menu-bar {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.top-menu-bar .menu-icon-cont {
  display: block;
  width: 31px;
  height: 28px;
  position: relative;
}
.top-menu-bar .menu-icon-cont .menu-icon-mbl {
  opacity: 0;
  visibility: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 3px;
  left: 0;
  width: 32px;
  height: 32px;
}
.top-menu-bar .menu-icon-cont .menu-icon-mbl-close {
  display: block;
  opacity: 0;
  visibility: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 23px;
}
.top-menu-bar .menu-icon-cont .icon-active {
  opacity: 1;
  visibility: 1;
  pointer-events: all;
}
@media (min-width: 920px) {
  .top-menu-bar {
    padding: 0 55px;
  }
  .top-menu-bar .menu-icon-cont {
    display: none;
  }
  .top-menu-bar .menu-icon-mbl {
    display: none;
  }
}
.top-menu-bar .main-logo {
  width: 310px;
  margin-left: 35px;
  margin-right: 25px;
}
.top-menu-bar .main-logo a {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
}
.top-menu-bar .main-logo a img,
.top-menu-bar .main-logo a svg {
  width: 200px;
  height: 34px;
}
.top-menu-bar .main-logo a svg path {
  transition: all 0.2s ease;
}
.top-menu-bar .main-logo a svg:hover path {
  fill: #ed1a3b;
}
@media (min-width: 576px) {
  .top-menu-bar .main-logo {
    width: 200px;
    margin-left: 0;
  }
}
@keyframes active-menu-link {
  from {
    bottom: -68px;
  }
  to {
    bottom: -34px;
  }
}
.top-menu-bar .main-menu-dtp {
  display: none;
}
.top-menu-bar .main-menu-dtp ul {
  font-family: "TT Rounds Neue Comp", sans-serif;
  font-weight: 300;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 2.8rem;
}
.top-menu-bar .main-menu-dtp ul li {
  margin-right: 2.2rem;
  position: relative;
}
.top-menu-bar .main-menu-dtp ul li.active a {
  color: #ed1a3b !important;
}
.top-menu-bar .main-menu-dtp ul li.active::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 18px;
  background-color: #ed1a3b;
  left: 50%;
  transform: translate(-50%);
  border-radius: 5rem 5rem 0 0;
  bottom: -33px;
  animation-name: active-menu-link;
  animation-duration: 0.4s;
}
@media (min-width: 920px) {
  .top-menu-bar .main-menu-dtp {
    display: flex;
  }
}
.top-menu-bar .main-menu-mob {
  position: absolute;
  top: 120px;
  left: 0;
  background-color: #fff;
  width: 100%;
  opacity: 0;
  visibility: none;
  left: -100%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.top-menu-bar .main-menu-mob ul {
  font-family: "TT Rounds Neue Comp", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  padding: 3rem 2.5rem 6rem 2rem;
  list-style: none;
}
.top-menu-bar .main-menu-mob ul li {
  padding: 1rem 5.5rem;
  border-bottom: 1px solid #bcbbcd;
}
.top-menu-bar .main-menu-mob.menu-active {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: all;
}
.top-menu-bar .contact-info {
  display: flex;
  font-family: "TT Rounds Neue Comp", sans-serif;
  font-weight: 300;
}
.top-menu-bar .contact-info span {
  font-weight: 500;
}
.top-menu-bar .contact-info .phone-icon {
  width: 41px;
  margin-right: 0;
  position: relative;
  bottom: -2px;
}
@media (min-width: 576px) {
  .top-menu-bar .contact-info .phone-icon {
    width: 27px;
    margin-right: 1rem;
  }
}
.top-menu-bar .contact-info .phone-number {
  display: none;
}
.top-menu-bar .contact-info .phone-number a {
  font-size: 28px;
}
@media (min-width: 920px) {
  .top-menu-bar .contact-info .phone-number {
    display: block;
  }
}

.hero-main-page {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hero-main-page .hero-image {
  margin: 0 auto 1rem auto;
  max-width: 766px;
  padding-top: 125px;
  padding-left: 25px;
  padding-bottom: 6.5rem;
  overflow-x: hidden;
}
.hero-main-page .hero-image img {
  position: relative;
  left: 50px;
  top: -7px;
  scale: 1.2;
}
@media (min-width: 576px) {
  .hero-main-page .hero-image {
    padding-bottom: 1rem;
  }
  .hero-main-page .hero-image img {
    left: 135px;
    top: 0;
    scale: 1;
  }
}
.hero-main-page .hero-content {
  padding-left: 55px;
  padding-right: 55px;
}
.hero-main-page h1 {
  margin: 0 auto 5.5rem auto;
}
.hero-main-page .subtitle {
  margin-bottom: 7.5rem;
}
@media (min-width: 576px) {
  .hero-main-page {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .hero-main-page .hero-image {
    padding-top: 0;
  }
}

.footer-contact {
  padding-top: 150px;
  background-color: #fff;
}
.footer-contact p {
  font-size: 2.6rem;
}
.footer-contact .footer-main-logo {
  margin-bottom: 75px;
}
.footer-contact .footer-main-logo img,
.footer-contact .footer-main-logo svg {
  max-width: 100%;
  height: 34px;
}
.footer-contact .footer-icon {
  max-height: 100%;
  margin-bottom: 3rem;
}
.footer-contact .footer-icon.icon-1 img {
  width: 66px;
  height: 58px;
}
.footer-contact .footer-icon.icon-2 img {
  width: 63px;
  height: 43px;
}
.footer-contact .footer-icon.icon-3 img {
  width: 74px;
  height: 39px;
}
.footer-contact .small-title {
  margin-bottom: 2.1rem;
}
.footer-contact .footer-cols {
  display: flex;
  flex-wrap: wrap;
}
.footer-contact .footer-cols .footer-col {
  margin-bottom: 7.5rem;
  flex: 1 1 100%;
}
.footer-contact .footer-cols .footer-col-1 {
  max-width: 100%;
}
.footer-contact .footer-cols .footer-col-2 {
  max-width: 100%;
}
.footer-contact .footer-cols .footer-col-3 {
  max-width: 100%;
}
.footer-contact .footer-cols .footer-col-4 {
  max-width: 100%;
}
@media (min-width: 576px) {
  .footer-contact .footer-main-logo {
    margin-bottom: 0;
  }
  .footer-contact .footer-main-logo img,
  .footer-contact .footer-main-logo svg {
    max-width: 200px;
  }
  .footer-contact .footer-main-logo svg path {
    transition: all 0.2s ease;
  }
  .footer-contact .footer-main-logo svg:hover path {
    fill: #ed1a3b;
  }
  .footer-contact .footer-cols {
    display: flex;
  }
  .footer-contact .footer-cols .footer-col {
    margin-bottom: 7.5rem;
    flex: 1 1 100%;
  }
  .footer-contact .footer-cols .footer-col-1 {
    max-width: 300px;
  }
  .footer-contact .footer-cols .footer-col-2 {
    max-width: 250px;
  }
  .footer-contact .footer-cols .footer-col-3 {
    max-width: 250px;
  }
  .footer-contact .footer-cols .footer-col-4 {
    max-width: 360px;
  }
  .footer-contact .footer-icon {
    margin-bottom: 3.5rem;
  }
  .footer-contact .footer-icon.icon-1 img {
    width: 33px;
    height: 29px;
  }
  .footer-contact .footer-icon.icon-2 img {
    width: 32px;
    height: 22px;
  }
  .footer-contact .footer-icon.icon-3 img {
    width: 37px;
    height: 20px;
  }
  .footer-contact p {
    font-size: 2rem;
  }
  .footer-contact .footer-col {
    margin-bottom: 0;
  }
}

.page-intro {
  padding-top: 120px;
}
.page-intro .intro-content {
  margin-top: 75px;
}
.page-intro .intro-text {
  font-size: 4.3rem;
  font-family: "TT Rounds Neue Comp", sans-serif;
  font-weight: 300;
  line-height: 1em;
}
.page-intro .intro-text strong {
  font-weight: 500;
}
.page-intro h2 {
  text-align: center;
  margin-bottom: 75px;
}
.page-intro p {
  font-size: 2.8rem;
  margin-bottom: 1em;
}
.page-intro p:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .page-intro {
    padding-top: 180px;
  }
  .page-intro h2 {
    margin-bottom: 150px;
  }
  .page-intro .intro-content {
    margin-top: 150px;
  }
  .page-intro .intro-text {
    font-size: 6.8rem;
    line-height: 1em;
  }
  .page-intro .intro-text strong {
    font-weight: 500;
  }
}

footer {
  background-color: #221d5a;
}
footer .footer-bar-top {
  position: relative;
  padding: 225px 0 210px 0;
  background-color: #221d5a;
  background-image: url(/assets/img/footer-bg-image.png);
  background-size: cover;
}
footer .footer-bar-top a.call-button {
  color: #fff;
}
footer .footer-bar-top a.call-button .phone-number {
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translate(-50%);
  font-family: "TT Rounds Neue Comp", sans-serif;
  font-size: 3.4rem;
  font-weight: 300;
  color: #fff;
  background-color: #ed1a3b;
  text-align: center;
  padding: 4.3rem 6rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  width: 90%;
}
@media (min-width: 576px) {
  footer .footer-bar-top a.call-button .phone-number {
    font-size: 4.6rem;
    max-width: 570px;
  }
}
footer .footer-bar-top a.call-button strong {
  font-weight: 500;
}
footer .footer-bar-top a.call-button img {
  width: 41px;
  margin-right: 1rem;
}
@media (min-width: 576px) {
  footer .footer-bar-top a.call-button img {
    width: 45px;
    margin-right: 1rem;
  }
}
footer .footer-bar-top .footer-logo {
  max-width: 405px;
  margin: 0 auto;
}
footer .footer-bar-bottom {
  text-align: center;
  padding: 30px 0;
}
footer .footer-bar-bottom p {
  color: #7470a1;
  font-weight: 300;
  font-size: 1.8rem;
  font-family: "TT Rounds Neue Cond", sans-serif;
}
footer .footer-bar-bottom a {
  color: #7470a1;
}
footer .footer-bar-bottom a:hover {
  color: #fff;
}

.robot-01 {
  overflow: hidden;
  background-color: #e8e8e8;
}
.robot-01 h2 {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 8px;
  margin-top: 280px;
}
.robot-01 .robot-main-image {
  position: relative;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 75px;
  width: 100%;
}
.robot-01 .robot-main-image .left-image,
.robot-01 .robot-main-image .right-image {
  flex: 0 0 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.robot-01 .robot-main-image .left-image {
  position: relative;
  top: 90px;
  left: 82px;
  scale: 1.6;
}
.robot-01 .robot-main-image .right-image {
  top: 63px;
  position: relative;
  right: 20px;
  display: none;
}
.robot-01 .robot-main-image h2 {
  flex: 0 0 100%;
}
.robot-01 .small-title {
  font-family: "TT Rounds Neue Cond", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .robot-01 .small-title {
    font-size: 2.2rem;
  }
}
.robot-01 P {
  font-weight: 300;
  line-height: 2.8rem;
}
@media (min-width: 576px) {
  .robot-01 h2 {
    position: absolute;
    bottom: 200px;
    width: 800px;
    font-size: 4rem;
    letter-spacing: 14px;
    margin-top: 0;
  }
  .robot-01 .robot-main-image {
    margin-top: -210px;
    margin-bottom: 140px;
  }
  .robot-01 .robot-main-image .left-image,
  .robot-01 .robot-main-image .right-image {
    flex: 0 0 50%;
  }
  .robot-01 .robot-main-image .left-image {
    scale: 1;
    position: initial;
    flex: 0 0 50%;
  }
  .robot-01 .robot-main-image .right-image {
    display: block;
  }
}

.owl-nav {
  margin-top: 75px !important;
}
.owl-nav .owl-prev {
  width: 55px;
  height: 55px;
  position: relative;
  background-color: #221d5a !important;
  transform: rotate(180deg);
  border-radius: 50% !important;
  margin-right: 2.5rem !important;
}
.owl-nav .owl-prev span {
  display: none;
}
.owl-nav .owl-prev:hover {
  background: #ed1a3b !important;
}
.owl-nav .owl-prev::before {
  position: absolute;
  content: "";
  height: 55px;
  width: 55px;
  background-image: url(/assets/img/navigation-arrow-white.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 1px;
  left: 2px;
}
.owl-nav .owl-next {
  width: 55px;
  height: 55px;
  position: relative;
  background-color: #221d5a !important;
  border-radius: 50% !important;
}
.owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-next:hover {
  background: #ed1a3b !important;
}
.owl-nav .owl-next::before {
  position: absolute;
  content: "";
  height: 55px;
  width: 55px;
  background-image: url(/assets/img/navigation-arrow-white.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 1px;
  left: 2px;
}

.img-mas-grid {
  margin-bottom: 50px;
  margin-top: 75px;
  max-width: 1170px;
}
.img-mas-grid .mas-grid-item {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.img-mas-grid .mas-grid-item img {
  display: block;
  border-radius: 8px;
}
.img-mas-grid .mas-grid-item::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/gallery-plus-sign.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.img-mas-grid .mas-grid-item::after {
  content: "";
  position: absolute;
  background-color: #ed1a3b;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.img-mas-grid .mas-grid-item:hover::before {
  opacity: 1;
}
.img-mas-grid .mas-grid-item:hover::after {
  opacity: 0.85;
}
.img-mas-grid .mas-grid-item.mas-grid-one-item:hover::before {
  opacity: 0;
}
.img-mas-grid .mas-grid-item.mas-grid-one-item:hover::after {
  opacity: 0;
}
.img-mas-grid .mas-grid-item--width2 {
  width: 100%;
}
@media (min-width: 576px) {
  .img-mas-grid {
    margin-bottom: 120px;
    margin-top: 105px;
  }
  .img-mas-grid .mas-grid-item {
    width: 270px;
  }
  .img-mas-grid .mas-grid-item--width2 {
    width: 570px;
  }
  .img-mas-grid .mas-grid-item--width3 {
    width: 370px;
  }
  .img-mas-grid .mas-grid-item--width4 {
    width: 770px;
  }
  .img-mas-grid .mas-grid-item--height2 {
    height: 430px;
  }
  .img-mas-grid .mas-grid-item--full-w {
    width: 1170px;
  }
}

.lb-container {
  position: relative;
}

.lb-nav a.lb-prev {
  position: absolute;
  background: url(/assets/img/gallery-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  top: 50%;
  left: -80px;
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
}
.lb-nav a.lb-prev:hover {
  background: url(/assets/img/gallery-arrow-white.svg);
}

.lb-nav a.lb-next {
  position: absolute;
  background-image: url(/assets/img/gallery-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  opacity: 1;
}
.lb-nav a.lb-next:hover {
  background: url(/assets/img/gallery-arrow-white.svg);
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
  border-radius: 10px;
  background-color: transparent;
}

.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lb-closeContainer {
  position: absolute;
  top: -30px;
  right: 0;
}
.lb-closeContainer a.lb-close {
  width: 20px;
  height: 20px;
  background: url(/assets/img/gallery-close-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}