/*!
design		: 	creation & design
development	: 	creation & design
*/
body {
  background-color: #f7f1f0;
  margin: 0;
  overflow: hidden;
}
@font-face {
  font-family: 'R76';
  src: url('../fonts/R76-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'R76';
  src: url('../fonts/R76-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'R76';
  src: url('../fonts/R76-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
a, a > * {
  color: #a6787a;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out
}
a:hover, a > :hover {
  color: #a6787a
}
::-moz-selection {
  background: #a6787a;
  color: #f1e9e9;
  text-shadow: none
}
.::selection {
  background: #a6787a;
  color: #f1e9e9;
  text-shadow: none
}
/* cursor */
#cursor {
  position: fixed;
  text-align: center;
  width: 81px;
  height: 81px;
  z-index: 5000;
  top: -10%;
  left: 50%;
  mix-blend-mode: multiply;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  pointer-events: none
}
#cursor .cursor__bg {
  -webkit-transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  left: 0;
  top: 0;
  background: #a6787a;
  mix-blend-mode: multiply;
  width: 81px;
  height: 81px;
  border-radius: 81px;
  -webkit-transform: scale(.15);
  transform: scale(.15)
}
#cursor .cursor__bg2 {
  -webkit-transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  left: 0;
  top: 0;
  background: #ff6f61;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  -webkit-transform: scale(.15);
  transform: scale(.15)
}
#cursor .cursor__label {
  mix-blend-mode: exclusion;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: .14384615em;
  text-transform: uppercase
}
#cursor .cursor__label, #cursor .cursor__play {
  mix-blend-mode: exclusion;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1
}
#cursor .cursor__play {
  mix-blend-mode: exclusion;
  display: none
}
#cursor.is-medium .cursor__bg {
  mix-blend-mode: exclusion;
  -webkit-transform: scale(.475);
  transform: scale(.475)
}
#cursor.is-big .cursor__bg {
  mix-blend-mode: exclusion;
  -webkit-transform: scale(1);
  transform: scale(1)
}
#cursor.is-play .cursor__play {
  mix-blend-mode: exclusion;
  display: block
}
[data-cursor-type], [data-cursor-type]:hover {
  cursor: none !important
}
html.msie #cursor {
  display: none !important
}
html.msie [data-cursor-type], html.msie [data-cursor-type]:hover {
  cursor: auto !important
}
html.msie [data-cursor-type] * {
  pointer-events: all
}
html.msie a, html.msie a:hover {
  cursor: pointer !important
}
@keyframes background-fade {
  0% {
    width: 100%;
    height: 100%;
    background: #fdf6f6;
    opacity: 1;
    overflow: hidden;
    -webkit-transform: translateX(100);
    transform: translateX(100);
  }
  100% {
    width: 100%;
    height: 0%;
    background: #fdf6f6;
    opacity: 1;
    overflow: hidden;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* cnd */
[cnd="fade"] {
  opacity: 0;
  transition-property: opacity
}
[cnd="fade"].cnd_animate {
  opacity: 1
}
* {
  box-sizing: border-box
}
[data_cnd][data_cnd][data_cnd-duration="50"], body[data_cnd-duration="50"] [data_cnd] {
  transition-duration: 50ms
}
[data_cnd][data_cnd][data_cnd-delay="50"], body[data_cnd-delay="50"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="50"].cnd-animate, body[data_cnd-delay="50"] [data_cnd].cnd-animate {
  transition-delay: 50ms
}
[data_cnd][data_cnd][data_cnd-duration="100"], body[data_cnd-duration="100"] [data_cnd] {
  transition-duration: .1s
}
[data_cnd][data_cnd][data_cnd-delay="100"], body[data_cnd-delay="100"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="100"].cnd-animate, body[data_cnd-delay="100"] [data_cnd].cnd-animate {
  transition-delay: .1s
}
[data_cnd][data_cnd][data_cnd-duration="150"], body[data_cnd-duration="150"] [data_cnd] {
  transition-duration: .15s
}
[data_cnd][data_cnd][data_cnd-delay="150"], body[data_cnd-delay="150"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="150"].cnd-animate, body[data_cnd-delay="150"] [data_cnd].cnd-animate {
  transition-delay: .15s
}
[data_cnd][data_cnd][data_cnd-duration="200"], body[data_cnd-duration="200"] [data_cnd] {
  transition-duration: .2s
}
[data_cnd][data_cnd][data_cnd-delay="200"], body[data_cnd-delay="200"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="200"].cnd-animate, body[data_cnd-delay="200"] [data_cnd].cnd-animate {
  transition-delay: .2s
}
[data_cnd][data_cnd][data_cnd-duration="250"], body[data_cnd-duration="250"] [data_cnd] {
  transition-duration: .25s
}
[data_cnd][data_cnd][data_cnd-delay="250"], body[data_cnd-delay="250"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="250"].cnd-animate, body[data_cnd-delay="250"] [data_cnd].cnd-animate {
  transition-delay: .25s
}
[data_cnd][data_cnd][data_cnd-duration="300"], body[data_cnd-duration="300"] [data_cnd] {
  transition-duration: .3s
}
[data_cnd][data_cnd][data_cnd-delay="300"], body[data_cnd-delay="300"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="300"].cnd-animate, body[data_cnd-delay="300"] [data_cnd].cnd-animate {
  transition-delay: .3s
}
[data_cnd][data_cnd][data_cnd-duration="350"], body[data_cnd-duration="350"] [data_cnd] {
  transition-duration: .35s
}
[data_cnd][data_cnd][data_cnd-delay="350"], body[data_cnd-delay="350"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="350"].cnd-animate, body[data_cnd-delay="350"] [data_cnd].cnd-animate {
  transition-delay: .35s
}
[data_cnd][data_cnd][data_cnd-duration="400"], body[data_cnd-duration="400"] [data_cnd] {
  transition-duration: .4s
}
[data_cnd][data_cnd][data_cnd-delay="400"], body[data_cnd-delay="400"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="400"].cnd-animate, body[data_cnd-delay="400"] [data_cnd].cnd-animate {
  transition-delay: .4s
}
[data_cnd][data_cnd][data_cnd-duration="450"], body[data_cnd-duration="450"] [data_cnd] {
  transition-duration: .45s
}
[data_cnd][data_cnd][data_cnd-delay="450"], body[data_cnd-delay="450"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="450"].cnd-animate, body[data_cnd-delay="450"] [data_cnd].cnd-animate {
  transition-delay: .45s
}
[data_cnd][data_cnd][data_cnd-duration="500"], body[data_cnd-duration="500"] [data_cnd] {
  transition-duration: .5s
}
[data_cnd][data_cnd][data_cnd-delay="500"], body[data_cnd-delay="500"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="500"].cnd-animate, body[data_cnd-delay="500"] [data_cnd].cnd-animate {
  transition-delay: .5s
}
[data_cnd][data_cnd][data_cnd-duration="550"], body[data_cnd-duration="550"] [data_cnd] {
  transition-duration: .55s
}
[data_cnd][data_cnd][data_cnd-delay="550"], body[data_cnd-delay="550"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="550"].cnd-animate, body[data_cnd-delay="550"] [data_cnd].cnd-animate {
  transition-delay: .55s
}
[data_cnd][data_cnd][data_cnd-duration="600"], body[data_cnd-duration="600"] [data_cnd] {
  transition-duration: .6s
}
[data_cnd][data_cnd][data_cnd-delay="600"], body[data_cnd-delay="600"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="600"].cnd-animate, body[data_cnd-delay="600"] [data_cnd].cnd-animate {
  transition-delay: .6s
}
[data_cnd][data_cnd][data_cnd-duration="650"], body[data_cnd-duration="650"] [data_cnd] {
  transition-duration: .65s
}
[data_cnd][data_cnd][data_cnd-delay="650"], body[data_cnd-delay="650"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="650"].cnd-animate, body[data_cnd-delay="650"] [data_cnd].cnd-animate {
  transition-delay: .65s
}
[data_cnd][data_cnd][data_cnd-duration="700"], body[data_cnd-duration="700"] [data_cnd] {
  transition-duration: .7s
}
[data_cnd][data_cnd][data_cnd-delay="700"], body[data_cnd-delay="700"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="700"].cnd-animate, body[data_cnd-delay="700"] [data_cnd].cnd-animate {
  transition-delay: .7s
}
[data_cnd][data_cnd][data_cnd-duration="750"], body[data_cnd-duration="750"] [data_cnd] {
  transition-duration: .75s
}
[data_cnd][data_cnd][data_cnd-delay="750"], body[data_cnd-delay="750"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="750"].cnd-animate, body[data_cnd-delay="750"] [data_cnd].cnd-animate {
  transition-delay: .75s
}
[data_cnd][data_cnd][data_cnd-duration="800"], body[data_cnd-duration="800"] [data_cnd] {
  transition-duration: .8s
}
[data_cnd][data_cnd][data_cnd-delay="800"], body[data_cnd-delay="800"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="800"].cnd-animate, body[data_cnd-delay="800"] [data_cnd].cnd-animate {
  transition-delay: .8s
}
[data_cnd][data_cnd][data_cnd-duration="850"], body[data_cnd-duration="850"] [data_cnd] {
  transition-duration: .85s
}
[data_cnd][data_cnd][data_cnd-delay="850"], body[data_cnd-delay="850"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="850"].cnd-animate, body[data_cnd-delay="850"] [data_cnd].cnd-animate {
  transition-delay: .85s
}
[data_cnd][data_cnd][data_cnd-duration="900"], body[data_cnd-duration="900"] [data_cnd] {
  transition-duration: .9s
}
[data_cnd][data_cnd][data_cnd-delay="900"], body[data_cnd-delay="900"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="900"].cnd-animate, body[data_cnd-delay="900"] [data_cnd].cnd-animate {
  transition-delay: .9s
}
[data_cnd][data_cnd][data_cnd-duration="950"], body[data_cnd-duration="950"] [data_cnd] {
  transition-duration: .95s
}
[data_cnd][data_cnd][data_cnd-delay="950"], body[data_cnd-delay="950"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="950"].cnd-animate, body[data_cnd-delay="950"] [data_cnd].cnd-animate {
  transition-delay: .95s
}
[data_cnd][data_cnd][data_cnd-duration="1000"], body[data_cnd-duration="1000"] [data_cnd] {
  transition-duration: 1s
}
[data_cnd][data_cnd][data_cnd-delay="1000"], body[data_cnd-delay="1000"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1000"].cnd-animate, body[data_cnd-delay="1000"] [data_cnd].cnd-animate {
  transition-delay: 1s
}
[data_cnd][data_cnd][data_cnd-duration="1050"], body[data_cnd-duration="1050"] [data_cnd] {
  transition-duration: 1.05s
}
[data_cnd][data_cnd][data_cnd-delay="1050"], body[data_cnd-delay="1050"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1050"].cnd-animate, body[data_cnd-delay="1050"] [data_cnd].cnd-animate {
  transition-delay: 1.05s
}
[data_cnd][data_cnd][data_cnd-duration="1100"], body[data_cnd-duration="1100"] [data_cnd] {
  transition-duration: 1.1s
}
[data_cnd][data_cnd][data_cnd-delay="1100"], body[data_cnd-delay="1100"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1100"].cnd-animate, body[data_cnd-delay="1100"] [data_cnd].cnd-animate {
  transition-delay: 1.1s
}
[data_cnd][data_cnd][data_cnd-duration="1150"], body[data_cnd-duration="1150"] [data_cnd] {
  transition-duration: 1.15s
}
[data_cnd][data_cnd][data_cnd-delay="1150"], body[data_cnd-delay="1150"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1150"].cnd-animate, body[data_cnd-delay="1150"] [data_cnd].cnd-animate {
  transition-delay: 1.15s
}
[data_cnd][data_cnd][data_cnd-duration="1200"], body[data_cnd-duration="1200"] [data_cnd] {
  transition-duration: 1.2s
}
[data_cnd][data_cnd][data_cnd-delay="1200"], body[data_cnd-delay="1200"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1200"].cnd-animate, body[data_cnd-delay="1200"] [data_cnd].cnd-animate {
  transition-delay: 1.2s
}
[data_cnd][data_cnd][data_cnd-duration="1250"], body[data_cnd-duration="1250"] [data_cnd] {
  transition-duration: 1.25s
}
[data_cnd][data_cnd][data_cnd-delay="1250"], body[data_cnd-delay="1250"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1250"].cnd-animate, body[data_cnd-delay="1250"] [data_cnd].cnd-animate {
  transition-delay: 1.25s
}
[data_cnd][data_cnd][data_cnd-duration="1300"], body[data_cnd-duration="1300"] [data_cnd] {
  transition-duration: 1.3s
}
[data_cnd][data_cnd][data_cnd-delay="1300"], body[data_cnd-delay="1300"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1300"].cnd-animate, body[data_cnd-delay="1300"] [data_cnd].cnd-animate {
  transition-delay: 1.3s
}
[data_cnd][data_cnd][data_cnd-duration="1350"], body[data_cnd-duration="1350"] [data_cnd] {
  transition-duration: 1.35s
}
[data_cnd][data_cnd][data_cnd-delay="1350"], body[data_cnd-delay="1350"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1350"].cnd-animate, body[data_cnd-delay="1350"] [data_cnd].cnd-animate {
  transition-delay: 1.35s
}
[data_cnd][data_cnd][data_cnd-duration="1400"], body[data_cnd-duration="1400"] [data_cnd] {
  transition-duration: 1.4s
}
[data_cnd][data_cnd][data_cnd-delay="1400"], body[data_cnd-delay="1400"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1400"].cnd-animate, body[data_cnd-delay="1400"] [data_cnd].cnd-animate {
  transition-delay: 1.4s
}
[data_cnd][data_cnd][data_cnd-duration="1450"], body[data_cnd-duration="1450"] [data_cnd] {
  transition-duration: 1.45s
}
[data_cnd][data_cnd][data_cnd-delay="1450"], body[data_cnd-delay="1450"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1450"].cnd-animate, body[data_cnd-delay="1450"] [data_cnd].cnd-animate {
  transition-delay: 1.45s
}
[data_cnd][data_cnd][data_cnd-duration="1500"], body[data_cnd-duration="1500"] [data_cnd] {
  transition-duration: 1.5s
}
[data_cnd][data_cnd][data_cnd-delay="1500"], body[data_cnd-delay="1500"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1500"].cnd-animate, body[data_cnd-delay="1500"] [data_cnd].cnd-animate {
  transition-delay: 1.5s
}
[data_cnd][data_cnd][data_cnd-duration="1550"], body[data_cnd-duration="1550"] [data_cnd] {
  transition-duration: 1.55s
}
[data_cnd][data_cnd][data_cnd-delay="1550"], body[data_cnd-delay="1550"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1550"].cnd-animate, body[data_cnd-delay="1550"] [data_cnd].cnd-animate {
  transition-delay: 1.55s
}
[data_cnd][data_cnd][data_cnd-duration="1600"], body[data_cnd-duration="1600"] [data_cnd] {
  transition-duration: 1.6s
}
[data_cnd][data_cnd][data_cnd-delay="1600"], body[data_cnd-delay="1600"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1600"].cnd-animate, body[data_cnd-delay="1600"] [data_cnd].cnd-animate {
  transition-delay: 1.6s
}
[data_cnd][data_cnd][data_cnd-duration="1650"], body[data_cnd-duration="1650"] [data_cnd] {
  transition-duration: 1.65s
}
[data_cnd][data_cnd][data_cnd-delay="1650"], body[data_cnd-delay="1650"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1650"].cnd-animate, body[data_cnd-delay="1650"] [data_cnd].cnd-animate {
  transition-delay: 1.65s
}
[data_cnd][data_cnd][data_cnd-duration="1700"], body[data_cnd-duration="1700"] [data_cnd] {
  transition-duration: 1.7s
}
[data_cnd][data_cnd][data_cnd-delay="1700"], body[data_cnd-delay="1700"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1700"].cnd-animate, body[data_cnd-delay="1700"] [data_cnd].cnd-animate {
  transition-delay: 1.7s
}
[data_cnd][data_cnd][data_cnd-duration="1750"], body[data_cnd-duration="1750"] [data_cnd] {
  transition-duration: 1.75s
}
[data_cnd][data_cnd][data_cnd-delay="1750"], body[data_cnd-delay="1750"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1750"].cnd-animate, body[data_cnd-delay="1750"] [data_cnd].cnd-animate {
  transition-delay: 1.75s
}
[data_cnd][data_cnd][data_cnd-duration="1800"], body[data_cnd-duration="1800"] [data_cnd] {
  transition-duration: 1.8s
}
[data_cnd][data_cnd][data_cnd-delay="1800"], body[data_cnd-delay="1800"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1800"].cnd-animate, body[data_cnd-delay="1800"] [data_cnd].cnd-animate {
  transition-delay: 1.8s
}
[data_cnd][data_cnd][data_cnd-duration="1850"], body[data_cnd-duration="1850"] [data_cnd] {
  transition-duration: 1.85s
}
[data_cnd][data_cnd][data_cnd-delay="1850"], body[data_cnd-delay="1850"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1850"].cnd-animate, body[data_cnd-delay="1850"] [data_cnd].cnd-animate {
  transition-delay: 1.85s
}
[data_cnd][data_cnd][data_cnd-duration="1900"], body[data_cnd-duration="1900"] [data_cnd] {
  transition-duration: 1.9s
}
[data_cnd][data_cnd][data_cnd-delay="1900"], body[data_cnd-delay="1900"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1900"].cnd-animate, body[data_cnd-delay="1900"] [data_cnd].cnd-animate {
  transition-delay: 1.9s
}
[data_cnd][data_cnd][data_cnd-duration="1950"], body[data_cnd-duration="1950"] [data_cnd] {
  transition-duration: 1.95s
}
[data_cnd][data_cnd][data_cnd-delay="1950"], body[data_cnd-delay="1950"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="1950"].cnd-animate, body[data_cnd-delay="1950"] [data_cnd].cnd-animate {
  transition-delay: 1.95s
}
[data_cnd][data_cnd][data_cnd-duration="2000"], body[data_cnd-duration="2000"] [data_cnd] {
  transition-duration: 2s
}
[data_cnd][data_cnd][data_cnd-delay="2000"], body[data_cnd-delay="2000"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2000"].cnd-animate, body[data_cnd-delay="2000"] [data_cnd].cnd-animate {
  transition-delay: 2s
}
[data_cnd][data_cnd][data_cnd-duration="2050"], body[data_cnd-duration="2050"] [data_cnd] {
  transition-duration: 2.05s
}
[data_cnd][data_cnd][data_cnd-delay="2050"], body[data_cnd-delay="2050"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2050"].cnd-animate, body[data_cnd-delay="2050"] [data_cnd].cnd-animate {
  transition-delay: 2.05s
}
[data_cnd][data_cnd][data_cnd-duration="2100"], body[data_cnd-duration="2100"] [data_cnd] {
  transition-duration: 2.1s
}
[data_cnd][data_cnd][data_cnd-delay="2100"], body[data_cnd-delay="2100"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2100"].cnd-animate, body[data_cnd-delay="2100"] [data_cnd].cnd-animate {
  transition-delay: 2.1s
}
[data_cnd][data_cnd][data_cnd-duration="2150"], body[data_cnd-duration="2150"] [data_cnd] {
  transition-duration: 2.15s
}
[data_cnd][data_cnd][data_cnd-delay="2150"], body[data_cnd-delay="2150"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2150"].cnd-animate, body[data_cnd-delay="2150"] [data_cnd].cnd-animate {
  transition-delay: 2.15s
}
[data_cnd][data_cnd][data_cnd-duration="2200"], body[data_cnd-duration="2200"] [data_cnd] {
  transition-duration: 2.2s
}
[data_cnd][data_cnd][data_cnd-delay="2200"], body[data_cnd-delay="2200"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2200"].cnd-animate, body[data_cnd-delay="2200"] [data_cnd].cnd-animate {
  transition-delay: 2.2s
}
[data_cnd][data_cnd][data_cnd-duration="2250"], body[data_cnd-duration="2250"] [data_cnd] {
  transition-duration: 2.25s
}
[data_cnd][data_cnd][data_cnd-delay="2250"], body[data_cnd-delay="2250"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2250"].cnd-animate, body[data_cnd-delay="2250"] [data_cnd].cnd-animate {
  transition-delay: 2.25s
}
[data_cnd][data_cnd][data_cnd-duration="2300"], body[data_cnd-duration="2300"] [data_cnd] {
  transition-duration: 2.3s
}
[data_cnd][data_cnd][data_cnd-delay="2300"], body[data_cnd-delay="2300"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2300"].cnd-animate, body[data_cnd-delay="2300"] [data_cnd].cnd-animate {
  transition-delay: 2.3s
}
[data_cnd][data_cnd][data_cnd-duration="2350"], body[data_cnd-duration="2350"] [data_cnd] {
  transition-duration: 2.35s
}
[data_cnd][data_cnd][data_cnd-delay="2350"], body[data_cnd-delay="2350"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2350"].cnd-animate, body[data_cnd-delay="2350"] [data_cnd].cnd-animate {
  transition-delay: 2.35s
}
[data_cnd][data_cnd][data_cnd-duration="2400"], body[data_cnd-duration="2400"] [data_cnd] {
  transition-duration: 2.4s
}
[data_cnd][data_cnd][data_cnd-delay="2400"], body[data_cnd-delay="2400"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2400"].cnd-animate, body[data_cnd-delay="2400"] [data_cnd].cnd-animate {
  transition-delay: 2.4s
}
[data_cnd][data_cnd][data_cnd-duration="2450"], body[data_cnd-duration="2450"] [data_cnd] {
  transition-duration: 2.45s
}
[data_cnd][data_cnd][data_cnd-delay="2450"], body[data_cnd-delay="2450"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2450"].cnd-animate, body[data_cnd-delay="2450"] [data_cnd].cnd-animate {
  transition-delay: 2.45s
}
[data_cnd][data_cnd][data_cnd-duration="2500"], body[data_cnd-duration="2500"] [data_cnd] {
  transition-duration: 2.5s
}
[data_cnd][data_cnd][data_cnd-delay="2500"], body[data_cnd-delay="2500"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2500"].cnd-animate, body[data_cnd-delay="2500"] [data_cnd].cnd-animate {
  transition-delay: 2.5s
}
[data_cnd][data_cnd][data_cnd-duration="2550"], body[data_cnd-duration="2550"] [data_cnd] {
  transition-duration: 2.55s
}
[data_cnd][data_cnd][data_cnd-delay="2550"], body[data_cnd-delay="2550"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2550"].cnd-animate, body[data_cnd-delay="2550"] [data_cnd].cnd-animate {
  transition-delay: 2.55s
}
[data_cnd][data_cnd][data_cnd-duration="2600"], body[data_cnd-duration="2600"] [data_cnd] {
  transition-duration: 2.6s
}
[data_cnd][data_cnd][data_cnd-delay="2600"], body[data_cnd-delay="2600"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2600"].cnd-animate, body[data_cnd-delay="2600"] [data_cnd].cnd-animate {
  transition-delay: 2.6s
}
[data_cnd][data_cnd][data_cnd-duration="2650"], body[data_cnd-duration="2650"] [data_cnd] {
  transition-duration: 2.65s
}
[data_cnd][data_cnd][data_cnd-delay="2650"], body[data_cnd-delay="2650"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2650"].cnd-animate, body[data_cnd-delay="2650"] [data_cnd].cnd-animate {
  transition-delay: 2.65s
}
[data_cnd][data_cnd][data_cnd-duration="2700"], body[data_cnd-duration="2700"] [data_cnd] {
  transition-duration: 2.7s
}
[data_cnd][data_cnd][data_cnd-delay="2700"], body[data_cnd-delay="2700"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2700"].cnd-animate, body[data_cnd-delay="2700"] [data_cnd].cnd-animate {
  transition-delay: 2.7s
}
[data_cnd][data_cnd][data_cnd-duration="2750"], body[data_cnd-duration="2750"] [data_cnd] {
  transition-duration: 2.75s
}
[data_cnd][data_cnd][data_cnd-delay="2750"], body[data_cnd-delay="2750"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2750"].cnd-animate, body[data_cnd-delay="2750"] [data_cnd].cnd-animate {
  transition-delay: 2.75s
}
[data_cnd][data_cnd][data_cnd-duration="2800"], body[data_cnd-duration="2800"] [data_cnd] {
  transition-duration: 2.8s
}
[data_cnd][data_cnd][data_cnd-delay="2800"], body[data_cnd-delay="2800"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2800"].cnd-animate, body[data_cnd-delay="2800"] [data_cnd].cnd-animate {
  transition-delay: 2.8s
}
[data_cnd][data_cnd][data_cnd-duration="2850"], body[data_cnd-duration="2850"] [data_cnd] {
  transition-duration: 2.85s
}
[data_cnd][data_cnd][data_cnd-delay="2850"], body[data_cnd-delay="2850"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2850"].cnd-animate, body[data_cnd-delay="2850"] [data_cnd].cnd-animate {
  transition-delay: 2.85s
}
[data_cnd][data_cnd][data_cnd-duration="2900"], body[data_cnd-duration="2900"] [data_cnd] {
  transition-duration: 2.9s
}
[data_cnd][data_cnd][data_cnd-delay="2900"], body[data_cnd-delay="2900"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2900"].cnd-animate, body[data_cnd-delay="2900"] [data_cnd].cnd-animate {
  transition-delay: 2.9s
}
[data_cnd][data_cnd][data_cnd-duration="2950"], body[data_cnd-duration="2950"] [data_cnd] {
  transition-duration: 2.95s
}
[data_cnd][data_cnd][data_cnd-delay="2950"], body[data_cnd-delay="2950"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="2950"].cnd-animate, body[data_cnd-delay="2950"] [data_cnd].cnd-animate {
  transition-delay: 2.95s
}
[data_cnd][data_cnd][data_cnd-duration="3000"], body[data_cnd-duration="3000"] [data_cnd] {
  transition-duration: 3s
}
[data_cnd][data_cnd][data_cnd-delay="3000"], body[data_cnd-delay="3000"] [data_cnd] {
  transition-delay: 0
}
[data_cnd][data_cnd][data_cnd-delay="3000"].cnd-animate, body[data_cnd-delay="3000"] [data_cnd].cnd-animate {
  transition-delay: 3s
}
[data_cnd][data_cnd][data_cnd-easing=linear], body[data_cnd-easing=linear] [data_cnd] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}
[data_cnd][data_cnd][data_cnd-easing=ease], body[data_cnd-easing=ease] [data_cnd] {
  transition-timing-function: ease
}
[data_cnd][data_cnd][data_cnd-easing=ease-in], body[data_cnd-easing=ease-in] [data_cnd] {
  transition-timing-function: ease-in
}
[data_cnd][data_cnd][data_cnd-easing=ease-out], body[data_cnd-easing=ease-out] [data_cnd] {
  transition-timing-function: ease-out
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-out], body[data_cnd-easing=ease-in-out] [data_cnd] {
  transition-timing-function: ease-in-out
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-back], body[data_cnd-easing=ease-in-back] [data_cnd] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
[data_cnd][data_cnd][data_cnd-easing=ease-out-back], body[data_cnd-easing=ease-out-back] [data_cnd] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-out-back], body[data_cnd-easing=ease-in-out-back] [data_cnd] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-sine], body[data_cnd-easing=ease-in-sine] [data_cnd] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}
[data_cnd][data_cnd][data_cnd-easing=ease-out-sine], body[data_cnd-easing=ease-out-sine] [data_cnd] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-out-sine], body[data_cnd-easing=ease-in-out-sine] [data_cnd] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-quad], body[data_cnd-easing=ease-in-quad] [data_cnd] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data_cnd][data_cnd][data_cnd-easing=ease-out-quad], body[data_cnd-easing=ease-out-quad] [data_cnd] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-out-quad], body[data_cnd-easing=ease-in-out-quad] [data_cnd] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-cubic], body[data_cnd-easing=ease-in-cubic] [data_cnd] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data_cnd][data_cnd][data_cnd-easing=ease-out-cubic], body[data_cnd-easing=ease-out-cubic] [data_cnd] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-out-cubic], body[data_cnd-easing=ease-in-out-cubic] [data_cnd] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-quart], body[data_cnd-easing=ease-in-quart] [data_cnd] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data_cnd][data_cnd][data_cnd-easing=ease-out-quart], body[data_cnd-easing=ease-out-quart] [data_cnd] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data_cnd][data_cnd][data_cnd-easing=ease-in-out-quart], body[data_cnd-easing=ease-in-out-quart] [data_cnd] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data_cnd^=fade][data_cnd^=fade] {
  opacity: 0;
  transition-property: opacity, transform
}
[data_cnd^=fade][data_cnd^=fade].cnd-animate {
  opacity: 1;
  transform: translateZ(0)
}
[data_cnd=fade-up] {
  transform: translate3d(0, 100px, 0)
}
[data_cnd=fade-up_200] {
  transform: translate3d(0, 200px, 0)
}
[data_cnd=fade-up_300] {
  transform: translate3d(0, 300px, 0)
}
[data_cnd=fade-up_400] {
  transform: translate3d(0, 400px, 0)
}
[data_cnd=fade-up_500] {
  transform: translate3d(0, 500px, 0)
}
[data_cnd=fade-up_700] {
  transform: translate3d(0, 700px, 0)
}
[data_cnd=fade-up_900] {
  transform: translate3d(0, 900px, 0)
}
[data_cnd=fade-up_800] {
  transform: translate3d(0, 800px, 0)
}
[data_cnd=fade-down] {
  transform: translate3d(0, -100px, 0)
}
[data_cnd=fade-right] {
  transform: translate3d(-100px, 0, 0)
}
[data_cnd=fade-left] {
  transform: translate3d(100px, 0, 0)
}
[data_cnd=fade-up-right] {
  transform: translate3d(-100px, 100px, 0)
}
[data_cnd=fade-up-left] {
  transform: translate3d(100px, 100px, 0)
}
[data_cnd=fade-down-right] {
  transform: translate3d(-100px, -100px, 0)
}
[data_cnd=fade-down-left] {
  transform: translate3d(100px, -100px, 0)
}
[data_cnd^=zoom][data_cnd^=zoom] {
  opacity: 0;
  transition-property: opacity, transform
}
[data_cnd^=zoom][data_cnd^=zoom].cnd-animate {
  opacity: 1;
  transform: translateZ(0) scale(1)
}
[data_cnd=zoom-in] {
  transform: scale(.6)
}
[data_cnd=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(.6)
}
[data_cnd=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(.6)
}
[data_cnd=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(.6)
}
[data_cnd=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(.6)
}
[data_cnd=zoom-out] {
  transform: scale(1.2)
}
[data_cnd=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2)
}
[data_cnd=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2)
}
[data_cnd=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2)
}
[data_cnd=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2)
}
[data_cnd^=slide][data_cnd^=slide] {
  transition-property: transform
}
[data_cnd^=slide][data_cnd^=slide].cnd-animate {
  transform: translateZ(0)
}
[data_cnd=slide-up] {
  transform: translate3d(0, 100%, 0)
}
[data_cnd=slide-up_100] {
  transform: translate3d(0, 100px, 0)
}
[data_cnd=slide-up_200] {
  transform: translate3d(0, 200px, 0)
}
[data_cnd=slide-up_300] {
  transform: translate3d(0, 300px, 0)
}
[data_cnd=slide-up_400] {
  transform: translate3d(0, 400px, 0)
}
[data_cnd=slide-down] {
  transform: translate3d(0, -100%, 0)
}
[data_cnd=slide-down] {
  transform: translate3d(0, -100%, 0)
}
[data_cnd=slide-down_100] {
  transform: translate3d(0, -100px, 0)
}
[data_cnd=slide-down_200] {
  transform: translate3d(0, -200px, 0)
}
[data_cnd=slide-down_300] {
  transform: translate3d(0, -300px, 0)
}
[data_cnd=slide-down_400] {
  transform: translate3d(0, -400px, 0)
}
[data_cnd=slide-right] {
  transform: translate3d(-100%, 0, 0)
}
[data_cnd=slide-left] {
  transform: translate3d(100%, 0, 0)
}
[data_cnd^=flip][data_cnd^=flip] {
  backface-visibility: hidden;
  transition-property: transform
}
[data_cnd=flip-left] {
  transform: perspective(2500px) rotateY(-100deg)
}
[data_cnd=flip-left].cnd-animate {
  transform: perspective(2500px) rotateY(0)
}
[data_cnd=flip-right] {
  transform: perspective(2500px) rotateY(100deg)
}
[data_cnd=flip-right].cnd-animate {
  transform: perspective(2500px) rotateY(0)
}
[data_cnd=flip-up] {
  transform: perspective(2500px) rotateX(-100deg)
}
[data_cnd=flip-up].cnd-animate {
  transform: perspective(2500px) rotateX(0)
}
[data_cnd=flip-down] {
  transform: perspective(2500px) rotateX(100deg)
}
[data_cnd=flip-down].cnd-animate {
  transform: perspective(2500px) rotateX(0)
}
@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.6);
  }
}
@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.8);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
/* animation features */
.animate_top_t {
  position: relative;
  animation: animatetop 0.9s
}
@keyframes animatetop {
  from {
    top: -50px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_logo_top {
  position: relative;
  animation: animatetop 1.2s
}
@keyframes animatetop {
  from {
    top: -140px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_nav_category_kl_top {
  position: relative;
  animation: animatetop 1.2s
}
@keyframes animatetop {
  from {
    top: -180px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_nav_category_ai_top {
  position: relative;
  animation: animatetop 1.5s
}
@keyframes animatetop {
  from {
    top: -220px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_nav_category_ef_top {
  position: relative;
  animation: animatetop 1.8s
}
@keyframes animatetop {
  from {
    top: -260px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_nav_category_th_top {
  position: relative;
  animation: animatetop 2.1s
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_phon_top {
  position: relative;
  animation: animatetop 0.9s
}
@keyframes animatetop {
  from {
    top: -100px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_phon_mob_top {
  position: relative;
  animation: animatetop 0.9s
}
@keyframes animatetop {
  from {
    top: -120px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_search_top {
  position: relative;
  animation: animatetop 1.0s
}
@keyframes animatetop {
  from {
    top: -150px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_products_categories_filter_icon_top {
  position: relative;
  animation: animatetop 0.9s
}
@keyframes animatetop {
  from {
    top: -100px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_lang_top {
  position: relative;
  animation: animatetop 1.1s
}
@keyframes animatetop {
  from {
    top: -175px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_products_categories_path_box_all {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -1200px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_products_categories_back {
  position: relative;
  animation: animatebottom 0.9s
}
@keyframes animatebottom {
  from {
    bottom: -500px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_products_categories_title_bottom {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: 800px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_products_categories_title_path_bottom {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -800px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_product_title_bottom {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -400px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_bottom_descr {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -120px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_menu_top {
  position: relative;
  animation: animatetop 2.4s
}
@keyframes animatetop {
  from {
    top: -360px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
}
.animate_bgr_bottom {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -120px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_left {
  position: relative;
  animation: animateleft 0.9s
}
@keyframes animateleft {
  from {
    left: -120px;
    opacity: 1
  }
  to {
    left: 0;
    opacity: 1
  }
}
.animate_right {
  position: relative;
  animation: animateright 1.2s
}
@keyframes animateright {
  from {
    left: 120px;
    opacity: 1
  }
  to {
    left: 0;
    opacity: 1
  }
}
.animate_bottom_we_are {
  position: relative;
  animation: animatebottom 0.9s
}
@keyframes animatebottom {
  from {
    bottom: -90px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_bottom_t {
  position: relative;
  animation: animatebottom 0.9s
}
@keyframes animatebottom {
  from {
    bottom: -120px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_bottom_m {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -150px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_bottom_b {
  position: relative;
  animation: animatebottom 1.5s
}
@keyframes animatebottom {
  from {
    bottom: -180px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_bottom_b_b {
  position: relative;
  animation: animatebottom 1.8s
}
@keyframes animatebottom {
  from {
    bottom: -210px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_scroll {
  position: relative;
  animation: animatebottom 1.5s
}
@keyframes animatebottom {
  from {
    bottom: -230px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_opacity {
  animation: opac 0.8s
}
@keyframes opac {
  from {
    opacity: 1
  }
  to {
    opacity: 1
  }
}
.animate_opacity_3 {
  animation: opac 3s
}
@keyframes opac {
  from {
    opacity: 1
  }
  to {
    opacity: 1
  }
}
.animate_bottom_t {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_bottom_d {
  position: relative;
  animation: animatebottom 0.9s
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.animate_bottom_p {
  position: relative;
  animation: animatebottom 0.6s
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
/* displays features */
.none {
  display: none
}
.dspl_d {
  display: block
}
.dspl_m {
  display: none
}
* {
  margin: 0;
  padding: 0
}
/* fullscreen features */
.fullscreen {
  width: 100%;
  position: relative;
}
.fullscreen_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 90px;
  display: inline-block;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 1
}
.fullscreen_ind_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 90px;
  display: inline-block;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 1
}
.fullscreen_box_ins {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 0px;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 1
}
/* header features */
.header {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: none;
  z-index: 1000;
}
.header_ins {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 140px;
  background: #f1e9e9;
  position: relative;
  animation: animatetop 0.6s
}
@keyframes animatetop {
  from {
    top: -140px;
    opacity: 1
  }
  to {
    top: 0;
    opacity: 1
  }
  z-index:1000;
}
.header_ins_nav {
  margin: 0 auto;
  position: fixed;
  width: 100%;
  height: 140px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.header__link, .header__toggle {
  width: 5rem;
  height: 5rem
}
.header__link {
  float: left;
  -webkit-transition: opacity .55s, background-color .55s, -webkit-transform .55s;
  transition: opacity .55s, background-color .55s, -webkit-transform .55s;
  transition: transform .55s, opacity .55s, background-color .55s;
  transition: transform .55s, opacity .55s, background-color .55s, -webkit-transform .55s;
  position: relative
}
.header__link.is-visible:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.header__link.is-visible svg {
  visibility: visible;
  opacity: 1
}
.case-to-case .header__link, .case-to-case .header__link:before {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important
}
.case-to-case .header__link:before {
  opacity: 1 !important
}
.case-to-case .header__link svg {
  visibility: visible !important;
  opacity: 1 !important
}
.header__link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #131313;
  content: "";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .55s;
  transition: -webkit-transform .55s;
  transition: transform .55s;
  transition: transform .55s, -webkit-transform .55s
}
.header--404 .header__link:before {
  background-color: transparent
}
.is-opened-nav .header__link:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}
.header__link svg {
  fill: #fff;
  display: block;
  width: 2.28571rem;
  height: 2.28571rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: fill 1.35s, visibility 1.35s, opacity 1.35s;
  transition: fill 1.35s, visibility 1.35s, opacity 1.35s;
  visibility: hidden;
  opacity: 0
}
.is-visible .header__link svg {
  -webkit-transition: fill .35s, visibility .35s, opacity .35s;
  transition: fill .35s, visibility .35s, opacity .35s
}
.header__nav {
  float: right;
  transition: transform .55s, opacity .55s, -webkit-transform .55s
}
/* logo features */
.logo_white {
  fill: #f1e9e9;
}
.logo_crimson {
  fill: #a6787a;
}
.logo a {
  width: 250px;
  height: 50px;
  margin: 0 auto;
  margin-top: 45px;
  margin-left: 70px;
  float: left;
  display: block;
  position: relative;
  background: center center no-repeat;
  z-index: 1000;
}
.logo a:hover {
  background: center center no-repeat;
}
.logo_ins_nav a {
  width: 250px;
  height: 50px;
  margin: 0 auto;
  margin-top: 45px;
  margin-left: 70px;
  float: left;
  display: block;
  position: relative;
  background: center center no-repeat;
  z-index: 1000;
}
.logo_ins_nav a:hover {
  background: center center no-repeat;
}
/* menu and nav features */
.menu_icon {
  width: 60px;
  height: 140px;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  top: 0px;
  right: 70px;
  background: none;
  z-index: 1500
}
.menu_icon a {
  width: 60px;
  height: 140px;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  top: 0px;
  right: 0;
  background: none;
  transition: .6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  z-index: 1500
}
.menu_icon a:hover {
  width: 60px;
  height: 140px;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  top: 0px;
  right: 0;
  background: none;
  transition: .6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  z-index: 1500
}
.menu_icon_m {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 3px;
  width: 100%;
  margin-left: 0;
  border-radius: 0px;
  backgroud-clip: padding-box;
  background: #f1e9e9;
  opacity: 0;
  transition: all .8s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_icon_t {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 8px));
  transform: translate(-50%, calc(-50% - 8px));
  height: 3px;
  width: 100%;
  margin-top: -3px;
  margin-left: 0;
  border-radius: 0px;
  backgroud-clip: padding-box;
  background: #a6787a;
  transition: all .8s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_icon_b {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 8px));
  transform: translate(-50%, calc(-50% + 8px));
  height: 3px;
  width: 100%;
  margin-top: 3px;
  margin-left: 0;
  border-radius: 0px;
  backgroud-clip: padding-box;
  background: #a6787a;
  transition: all .8s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_icon.active .menu_icon_t:nth-child(1) {
  opacity: 0
}
.menu_icon.active .menu_icon_m:nth-child(2) {
  opacity: 1
}
.menu_icon.active .menu_icon_b:nth-child(3) {
  opacity: 0
}
.menu_box_all {
  display: block;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all .9s cubic-bezier(0, 0, 0, 1);
  transition-timing-function: all .9s ease-in-out;
  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -ms-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  transition: all .9s ease-in-out;
  visibility: visible;
  padding-top: 240px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 105%;
  height: 105%;
  background: #a6787a;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  transition: all 1.2s cubic-bezier(0, 0, 0, 1);
  transition-timing-function: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  z-index: 1100;
  visibility: hidden
}
.nav.active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: #a6787a;
  position: fixed;
  visibility: visible
}
.nav__link {
  width: 30%;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  display: block;
  font-size: 73px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  margin: 0 auto;
  margin-right: 70%;
  margin-bottom: 20px;
  padding: 0;
  color: #f1e9e9;
  text-decoration: none;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.nav__link a {
  width: 30%;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  display: block;
  font-size: 73px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  margin: 0 auto;
  margin-right: 70%;
  margin-bottom: 20px;
  padding: 0;
  color: #f1e9e9;
  text-decoration: none;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.nav__link a:hover {
  transition: .3s ease;
  color: #f1e9e9;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.nav__link.active {
  opacity: 1;
  color: #f1e9e9;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.nav__link_s {
  width: 30%;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 70%;
  margin-bottom: 20px;
  padding: 0;
  color: #f1e9e9;
  text-decoration: none;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.nav__link_s a {
  width: 30%;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 70%;
  margin-bottom: 20px;
  padding: 0;
  color: #f1e9e9;
  text-decoration: none;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.nav__link_s a:hover {
  transition: .3s ease;
  color: #f1e9e9;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.nav__link_s.active {
  opacity: 1;
  color: #f1e9e9;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.nav__link_select {
  width: 30%;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  display: block;
  font-size: 73px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  margin: 0 auto;
  margin-right: 70%;
  margin-bottom: 20px;
  padding: 0;
  color: #f1e9e9;
  text-decoration: none;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
/* nav features */
.nav_categories_services_box {
  width: 960px;
  height: 140px;
  background: none;
  margin: 0 auto;
  margin-right: 200px;
  position: relative;
  float: right;
  padding: 0;
  list-style: none;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0
}
@media (max-width: 1440px) {
  .nav_categories_services_box {
    width: 800px;
    height: 140px;
    background: none;
    margin: 0 auto;
    margin-right: 160px;
    position: relative;
    float: right;
    padding: 0;
    list-style: none;
    transition: .3s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0
  }
}
.nav_categories_services a, .nav_categories_services a:hover, .nav_categories_services_ins_nav a, .nav_categories_services_ins_nav a:hover {
  font-family: 'R76', Arial, Genava;
  font-size: 18px;
  text-decoration: none;
  border: none;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 60px;
  position: relative;
  float: left;
  width: auto;
  height: 40px;
  padding: 0;
  list-style: none;
  line-height: 40px;
  text-align: center;
  display: block;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 1440px) {
  .nav_categories_services a, .nav_categories_services a:hover, .nav_categories_services_ins_nav a, .nav_categories_services_ins_nav a:hover {
    font-family: 'R76', Arial, Genava;
    font-size: 16px;
    text-decoration: none;
    border: none;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 50px;
    margin-right: 40px;
    position: relative;
    float: left;
    width: auto;
    height: 40px;
    padding: 0;
    list-style: none;
    line-height: 40px;
    text-align: center;
    display: block;
    transition: .3s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.nav_categories_services a {
  color: #a6787a;
}
.nav_categories_services_ins_nav a {
  color: #f1e9e9;
}
.fls {
  padding: 0 0;
}
.fls img, .fls picture, .fls svg, .fls video {
  display: block;
}
.fls picture img, .fls picture source {
  width: 100%;
  display: block;
}
.fls .img-fluid, .fls .video-fluid {
  width: 100%;
}
.fls a {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.fls_header {
  height: 100vh;
  min-height: 100%;
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 140px 70px 140px 70px;
    overflow: hidden;
  z-index: 1;
}
.fls_header_image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('//soumaki.com/images/slide_landscape.jpg'); /* default desktop / landscape */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) and (orientation: portrait) {
 .fls_header {
  height: 80vh;
  min-height: 100%;
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 5% 0% 0% 0% !important;
     overflow: hidden;
     margin-top: 80px;
  z-index: 1;
}
  .fls_header_image {
    background-image: url('//soumaki.com/images/slide_portrait.jpg');
    min-height: 80vh;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 1280px) and (orientation: landscape) {
  .fls_header {
  height: 100vh;
  min-height: 100%;
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 5% 0% 0% 0% !important;
      overflow: hidden;
     margin-top: 80px;
  z-index: 1;
}
  .fls_header_image {
    background-image: url('//soumaki.com/images/slide_landscape.jpg');
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}



.fls--header picture img, .fls_header picture source {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fls_ins_ {
  padding: 0 0;
}
.fls_ins_ img, .fls_ins_ picture, .fls_ins_ svg, .fls_ins_ video {
  display: block;
}
.fls_ins_ picture img, .fls_ins_ picture source {
  width: 100%;
  display: block;
}
.fls_ins_ .img-fluid, .fls_ins_ .video-fluid {
  width: 100%;
}
.fls_ins_ a {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.fls_ins_box_all {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 140px;
  margin-right: 0%;
  float: left;
  display: block;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 1
}
.fls_ins_box_ins_all {
  width: 100%;
  height: 100%;
  background: #a6787a;
  margin: 0 auto;
  margin-right: 0%;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.fls_ins__header {
  background-color: #f1e9e9;
  padding-top: 0;
  height: 100vh;
  min-height: 570px;
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 0px !important;
  z-index: 1;
}
.fls_ins__header_bg {
  display: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.fls_ins__header_image {
  position: relative;
  background-image: url(//soumaki.com/images/slide_01.jpg);
  background-color: #fff;
  height: 100% !important;
  width: 100% !important;
  background-size: cover;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.fls_ins_--header picture img, .fls_ins__header picture source {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.canvas_box {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1
}
main {
  display: block;
}
canvas {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
}
.frame {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: relative;
  padding: 0;
  z-index: 10;
}
.canvas_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  padding-top: 480px;
  padding-left: 70px;
  padding-right: 70px;
  bottom: 0px;
  z-index: 10
}
.canvas_box_f_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  padding-top: 150px;
  padding-left: 70px;
  padding-right: 70px;
  bottom: 0px;
  background: rgb(242, 242, 242);
  background: -moz-linear-gradient(0deg, rgba(242, 242, 242, 0.95) 0%, rgba(242, 242, 242, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(242, 242, 242, 0.95) 0%, rgba(242, 242, 242, 0) 100%);
  background: linear-gradient(0deg, rgba(242, 242, 242, 0.95) 0%, rgba(242, 242, 242, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#f2f2f2", GradientType=1);
  z-index: 10
}
.canvas_box_l {
  width: 50%;
  height: auto;
  margin: 0 auto;
  left: 0;
  display: inline-block;
  position: relative;
  padding-left: 0px;
  bottom: 75px;
  z-index: 10
}
.canvas_box_ins_l {
  width: 50%;
  height: auto;
  margin: 0 auto;
  left: 0;
  display: inline-block;
  position: relative;
  padding-left: 0px;
  bottom: 70px;
  z-index: 10
}
.canvas_box_r {
  width: 50%;
  height: auto;
  margin: 0 auto;
  right: 0;
  display: block;
  position: absolute;
  padding-right: 70px;
  bottom: 80px;
  z-index: 10
}
.canvas_title {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: italic;
  font-size: 63px;
  color: #232323;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: bold;
  line-height: 63px;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
  z-index: 10
}
.canvas_subtitle {
  width: 100%;
  height: 25px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: bold;
  margin: 0 auto;
  margin-left: 15px;
  position: relative;
  float: left
}
.canvas_button_discover_it a {
  width: auto;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: url(//gandoil.gr/images/static/canvas_button_discover_it_icon.svg) right center no-repeat;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 90px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 120px;
  border-radius: 50px;
  float: right;
  position: relative;
}
.canvas_button_discover_it a:hover {
  width: auto;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: url(//gandoil.gr/images/static/canvas_button_discover_it_icon.svg) right center no-repeat;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 90px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 120px;
  border-radius: 50px;
  float: right;
  position: relative;
}
.moto_ind_box_all {
  width: auto;
  height: auto;
  margin: 0 auto;
  top: 30px;
  float: left;
  display: block;
  position: absolute;
  z-index: 1
}
.moto_ind {
  width: auto;
  height: 43px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 43px;
  color: #a6787a;
  text-decoration: none;
  display: block;
  font-weight: 700;
  line-height: 43px;
  margin: 0 auto;
  position: relative;
}
.category_slide_t_box {
  width: 100%;
  height: 25px; 
  font-family: 'R76', Arial, Genava;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  color: #a6787a;
  position: relative;
}

.category_slide_t {
  font-size: 20px;
  line-height: 25px; 
  color: #a6787a;
  opacity: 1; 
  transition: opacity 0.8s ease;
  display: block;
}

@media (max-width: 1280px) {
  .category_slide_t { font-size: 18px; line-height: 22px; }
}
@media (max-width: 768px) {
  .category_slide_t { font-size: 16px; line-height: 20px; }
}
@media (max-width: 480px) {
  .category_slide_t { font-size: 14px; line-height: 18px; }
}


/* Canvas container μέσα στο header */
.canvas_elements_container {
  position: absolute;
  top: 70px;  
  left: 70px; 
  right: 70px;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Scroll link κάτω */
  align-items: flex-start;   
  margin: 140px 70px 140px 70px;
  z-index: 2;
}

/* Canvas */
#mainCanvas {
  width: 100%;
  height: 100%;
  background: transparent;
}

/* Scroll link */
.canvas_scroll {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #a6787a;
  text-decoration: none;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
}
.canvas_scroll a {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #a6787a;
  text-decoration: none;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
}
.canvas_scroll a:hover {
  color: #fff;
}

/* Text container */
.canvas_elements_container .canvas_categories,
.canvas_elements_container .canvas_main_phrase {
  position: relative;
}

/* Categories fade */
.canvas_categories {
  width: 100%;
  height: 25px;
  font-family: 'R76', Arial, Genava;
  font-weight: 700;
  font-size: 20px;
  color: #a6787a;
  text-align: left;
  line-height: 25px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.canvas_categories span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.canvas_categories span.active {
  opacity: 1;
}

/* Main phrase */
.canvas_main_phrase {
  font-family: 'R76', Arial, Genava;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #a6787a;
  margin-bottom: 10px;
  display: block;
  position: relative;
    text-align: left;
}


/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 1280px) {
    .canvas_elements_container {
  position: absolute;
  top: 70px;  
  left: 70px; 
  right: 70px;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Scroll link κάτω */
  align-items: flex-start;   
  margin: 0px 0px 0px 0px;
  z-index: 2;
}
  .canvas_main_phrase {
    font-size: 36px;
    line-height: 36px;
  }
  .canvas_categories {
    font-size: 18px;
    line-height: 17px;
  }
  .canvas_scroll {
    font-size: 14px;
    bottom: 50px;
    left: 50px;
  }
}

@media (max-width: 768px) {
    .canvas_elements_container {
  position: absolute;
  top: 5%;  
  left: 5%; 
  right: 5%;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Scroll link κάτω */
  align-items: flex-start;   
  margin: 0px 0px 0px 0px;
  z-index: 2;
}
  .canvas_main_phrase {
    font-size: 28px;
    line-height: 32px;
  }
  .canvas_categories {
    font-size: 16px;
    line-height: 20px;
  }
  .canvas_scroll {
    font-size: 12px;
    bottom: 30px;
    left: 30px;
  }
  .canvas_elements_container {
    padding: 40px;
  }
}

@media (max-width: 480px) {
  .canvas_elements_container {
  position: absolute;
  top: 5%;  
  left: 5%; 
  right: 5%;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Scroll link κάτω */
  align-items: flex-start;   
  margin: 0px 0px 0px 0px;
  z-index: 2;
}
  .canvas_main_phrase {
    font-size: 22px;
    line-height: 26px;
  }
  .canvas_categories {
    font-size: 14px;
    line-height: 18px;
  }
  .canvas_scroll {
    font-size: 10px;
    bottom: 20px;
    left: 20px;
  }
  .canvas_elements_container {
    padding: 20px;
  }
}




.scroll_down_ind_button_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 60px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
span.scroll_down_ind_button {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  padding-left: 0px;
  border-radius: 50px;
  position: relative;
}
.scroll_down_ind_button a {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  padding-left: 0px;
  border-radius: 50px;
  position: relative;
}
.scroll_down_ind_button a:hover {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  padding-left: 0px;
  border-radius: 50px;
  position: relative;
}
/* language icon features */
.language a {
  font-family: 'R76', Arial, Genava;
  font-size: 14px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 10px;
  margin-right: 190px;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  padding: 0;
  list-style: none;
  line-height: 50px;
  text-align: center;
  display: block;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px
}
.language a:hover {
  font-family: 'R76', Arial, Genava;
  font-size: 14px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 10px;
  margin-right: 190px;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  padding: 0;
  list-style: none;
  line-height: 50px;
  text-align: center;
  display: block;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px
}
.language_ins_nav a {
  font-family: 'R76', Arial, Genava;
  font-size: 14px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 10px;
  margin-right: 190px;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  padding: 0;
  list-style: none;
  line-height: 50px;
  text-align: center;
  display: block;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px
}
.language_ins_nav a:hover {
  font-family: 'R76', Arial, Genava;
  font-size: 14px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 10px;
  margin-right: 190px;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  padding: 0;
  list-style: none;
  line-height: 50px;
  text-align: center;
  display: block;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px
}
.language_mob_box {
  display: none;
}
/* categories path features */
.categories_path_box_all {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  position: relative;
  z-index: 10;
}
.categories_path_ds_box_all {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  position: relative;
  z-index: 10;
}
.categories_path_box_l {
  width: 35px;
  height: 70px;
  margin: 0 auto;
  margin-top: 35px;
  margin-right: 35px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.categories_path_box_r {
  width: auto;
  height: 80px;
  margin: 0 auto;
  margin-top: 30px;
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.categories_back {
  width: 35px;
  height: 70px;
  background: url(//soumaki.com/images/static/categories_back_icon.svg) left center no-repeat;
  margin: 0 auto;
  border: none;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.categories_title_path {
  width: auto;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  border: none;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.categories_title_path a {
  width: auto;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  border: none;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.categories_title_path a:hover {
  width: auto;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  border: none;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.categories_title {
  width: auto;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  border: none;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
/* profil features */
.title_profil_box_top_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 50px;
  float: left;
  display: block;
  padding-right: 0%;
  position: relative;
  z-index: 1
}
.title_profil_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 50px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.title_profil {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 63px;
  font-weight: 700;
  line-height: 63px;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  float: left;
  display: block;
  position: relative;
  z-index: 10
}
/* profil content features */
.profil_body_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 90px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.profil_image_box_all {
  width: 20%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 4%;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
@media (max-width: 1920px) {
    .profil_image_box_all {
  width: 30%;
}
}
.profil_image_box_c {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  float: left;
  display: block;
  position: relative;
  padding: 0px 0px 0px 50px;
  z-index: 1
}
.animate_profil_image_box_c {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -120px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.profil_box_line {
  width: 1px;
  height: 250px;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
span.profil_box_line {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
.profil_image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.profil_image:hover {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.profil_image a {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.profil_image a:hover {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.profil_image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto
}
.view_profil_image img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_profil_image .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_profil_image h6 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_profil_image p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_profil_image:hover img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_profil_image a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_profil_image:hover .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_profil_image:hover h6, .view_profil_image:hover p, .view_profil_image:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.view_profil_image:hover p {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.view_profil_image:hover a.info {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.profil_name_specialty_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 0%;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.profil_name {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 23px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  font-weight: 700;
  line-height: 21px;
  display: block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.profil_specialty {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 10px;
  float: left;
  display: block;
  position: relative;
  z-index: 10
}
.profil_content_box_all {
  width: 57%;
  height: auto;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
@media (max-width: 1920px) {
.profil_content_box_all {
  width: 66%;
  height: auto;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
}
.profil_content_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.terms_privacy_policy_content_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.services_list_box_s {
  width: 100%;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
/* service list */
.section_id_box_t {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.section_id_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 270px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.section_id {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  z-index: 1
}
.section_row_title {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 33px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: -35px;
  border: none;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.services_categories_filter_icon {
  width: 70px;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  display: block;
  font-size: 21px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 0px;
  cursor: pointer;
  float: right;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  display: flex;
  top: 245px;
  right: 70px;
  color: none;
  none;
  border-radius: 50px;
  z-index: 150
}
.services_categories_filter_icon a {
  width: 70px;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  display: block;
  font-size: 21px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 0px;
  cursor: pointer;
  float: right;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  display: flex;
  top: 0px;
  right: 0px;
  color: #f1e9e9;
  background: #a6787a;
  border-radius: 50px;
  z-index: 150
}
.services_categories_filter_icon a:hover {
  width: 70px;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  display: block;
  font-size: 21px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 0px;
  cursor: pointer;
  float: right;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  display: flex;
  top: 0px;
  right: 0px;
  color: #f1e9e9;
  background: #a6787a;
  border-radius: 50px;
  z-index: 150
}
.services_categories_filter_icon_t {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 0px));
  transform: translate(-50%, calc(-50% - 0px));
  height: 33%;
  width: 2.5px;
  margin-left: 0;
  border-radius: 10px;
  backgroud-clip: padding-box;
  background: #f1e9e9;
  transition: all .8s cubic-bezier(.86, 0, .07, 1)
}
.services_categories_filter_icon.active .services_categories_filter_icon_t:nth-child(1) {
  opacity: 0;
}
.services_categories_filter_icon_m {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2.5px;
  width: 33%;
  margin-left: 0px;
  border-radius: 10px;
  backgroud-clip: padding-box;
  background: #f1e9e9;
  transition: all .8s cubic-bezier(.86, 0, .07, 1)
}
.services_categories_filter_icon.active .services_categories_filter_icon_m:nth-child(2) {
  opacity: 1;
}
.services_categories_filter_title {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  display: block;
  font-size: 25px;
  font-weight: 800;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  top: -80px;
  right: -6px;
  color: #a6787a;
  z-index: 150
}
.services_categories_filter {
  display: block;
  flex-flow: column nowrap;
  justify-content: center;
  position: fixed;
  top: 0%;
  right: 0%;
  width: 40%;
  height: 100%;
  background: #e8dada;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 0%, 20% 0%);
  clip-path: polygon(20% 0, 100% 0, 100% 0%, 20% 0%);
  transition: all 0.9s cubic-bezier(0, 0, 0, 1);
  transition-timing-function: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  z-index: 100;
  visibility: hidden;
}
.services_categories_link_box {
  width: 70%;
  height: 100%;
  top: 30%;
  left: 30%;
  position: relative;
  z-index: 1;
}
.services_categories_filter.active {
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%);
  background: #e8dada;
  position: fixed;
  z-index: 100;
  visibility: visible;
}
.services_categories_filter_link {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 33px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
  font-weight: 700;
  line-height: 60px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.services_categories_filter_link a {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 33px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
  font-weight: 700;
  line-height: 60px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.services_categories_filter_link a:hover {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 33px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
  font-weight: 700;
  line-height: 60px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.service_row_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 120px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.service_img {
  width: 100%;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.service_img::before {
  width: 100%;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.service_img_hover {
  position: absolute;
  right: 0px;             /* δεξιά */
  top: 50%;                /* κέντρο κατακόρυφα */
  transform: translateY(-50%);
  width: 200px;             /* προσαρμόζεις ανάλογα */
  height: auto;
  opacity: 0;               /* αρχικά αόρατη */
  transition: opacity 0.5s ease;
  pointer-events: none;     /* να μην μπλοκάρει hover */
  z-index: 10;
}

.service_row_box:hover .service_img_hover {
  opacity: 1;               /* fade-in */
}
@media (max-width: 1280px) {
    .service_img, .service_img_hover {
        display: none;
    }
}
.service_row_box {
  width: 100%;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.service_row_line {
  width: 100%;
  height: 2px;
  background: #a6787a;
  margin: 0 auto;
  bottom: 0;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.services_list {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  z-index: 100;
}
.service_row_box_ins {
  width: 100%;
  height: 80px;
  background: ;
  margin: 0 auto;
  bottom: 0;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.service_row_title {
  width: 100%;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  border: none;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.service_row_title::before {
  width: 100%;
  height: 80px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  border: none;
  font-weight: 700;
  line-height: 80px;
  bottom: 0;
  display: inline-block;
  position: absolute;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 1;
}
.hover-reveal {
  position: absolute;
  z-index: 10;
  width: 350px;
  height: 450px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  will-change: transform, filter;
}
.hover-reveal__inner {
  overflow: hidden;
  will-change: transform, opacity;
}
.hover-reveal__inner, .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
  will-change: transform;
}
/* unity features */
.title_unity_box_top_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 50px;
  float: left;
  display: block;
  padding-right: 0%;
  position: relative;
  z-index: 1
}
.title_unity_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 50px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.title_unity {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 63px;
  font-weight: 700;
  line-height: 63px;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  float: left;
  display: block;
  position: relative;
  z-index: 10
}
/* unity content features */
.unity_body_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 90px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.unity_image_box_all {
  width: 39%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 4%;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 205px;
  z-index: 1
}
.unity_image_box_c {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  float: left;
  display: block;
  position: relative;
  padding: 0px 0px 0px 50px;
  z-index: 1
}
.animate_unity_image_box_c {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -120px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.unity_box_line {
  width: 1px;
  height: 250px;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
span.unity_box_line {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
.unity_image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.unity_image:hover {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.unity_image a {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.unity_image a:hover {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.unity_image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto
}
.view_unity_image img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_unity_image .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_unity_image h6 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_unity_image p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_unity_image:hover img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_unity_image a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_unity_image:hover .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_unity_image:hover h6, .view_unity_image:hover p, .view_unity_image:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.view_unity_image:hover p {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.view_unity_image:hover a.info {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.unity_content_box_all {
  width: 57%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.unity_content_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.f_st_n {
  font-style: normal;
}
.f_st_i {
  font-style: italic;
}
.f_wght_4 {
  font-weight: 400;
}
.f_wght_5 {
  font-weight: 500;
}
.f_wght_7 {
  font-weight: 700;
}
.unity_article_title {
  width: 80%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-style: normal;
  font-size: 73px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 0;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  border-top: 0px solid #4da144;
  border-bottom: 0px solid #4da144;
  font-weight: 700;
  line-height: 120%;
  display: block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  z-index: 10;
}
.unity_article_description_x {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-style: normal;
  font-size: 32px;
  line-height: 180%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.unity_article_description_t {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 23px;
  line-height: 180%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 60px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.unity_article_subtitle {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-style: normal;
  font-size: 28px;
  line-height: 150%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: -40px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.unity_article_subtitle_t {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-style: normal;
  font-size: 28px;
  line-height: 150%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: -40px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.unity_article_description {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 23px;
  line-height: 180%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 60px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.unity_article_description_t {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 23px;
  line-height: 180%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.unity_article_description_link {
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 23px;
  line-height: 180%;
  color: #a6787a;
  z-index: 10
}
.unity_article_description_link:hover {
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 23px;
  line-height: 180%;
  color: #bbb;
  z-index: 10
}
.unity_article_description_link_underline {
  border-bottom: 1.5px solid #a6787a;
  padding-bottom: 5.5px;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
}
.unity_article_description_link_underline:hover {
  border-bottom: 1.5px solid #bbb;
  padding-bottom: 3.5px;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
}
/* elements view maps ins box */
.elements_view_maps_ins_box {
  width: auto;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: fixed;
  color: #f1e9e9;
  float: left;
  left: 70px;
  bottom: 50px;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.elements_view_maps_ins {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 13px;
  color: #f1e9e9;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 500;
  line-height: 70px;
  margin: 0 auto;
  margin-right: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.elements_view_maps_ins a {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #f1e9e9;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 35px 0px 0px;
  z-index: 10;
}
.elements_view_maps_ins a:hover {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #f1e9e9;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 35px 0px 0px;
  z-index: 10;
}
/* terms and policy features */
.terms_policy_ins_box {
  width: auto;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: fixed;
  color: #a6787a;
  float: left;
  left: 70px;
  bottom: 50px;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.terms_ins {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 13px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 500;
  line-height: 70px;
  margin: 0 auto;
  margin-right: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.terms_ins:hover {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 13px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 500;
  line-height: 70px;
  margin: 0 auto;
  margin-right: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.terms_ins a:hover {
  transition: .3s ease;
  color: #a6787a;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.terms_ins.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.policy_ins {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 13px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 500;
  line-height: 70px;
  margin: 0 auto;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.policy_ins:hover {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 13px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 500;
  line-height: 70px;
  margin: 0 auto;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.policy_ins a:hover {
  transition: .3s ease;
  color: #a6787a;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.policy_ins.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
/* hue elements */
.hue_elements_ins_box {
  width: 185px;
  height: 20px;
  display: block;
  margin: 0 auto;
  position: absolute;
  transform: rotate(-90deg);
  float: right;
  top: 258px;
  right: 10px;
  z-index: 10
}
.hue_elements_box {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  float: left;
  right: 0;
  z-index: 10
}
.hue_element {
  width: 20px;
  height: 20px;
  background-color: #f1e9e9;
  display: block;
  margin: 0 auto;
  position: relative;
  float: left;
  border-radius: 50px;
}
.hue_mode {
  font-family: 'R76', Arial, Genava;
  font-size: 14px;
  color: #f1e9e9;
  font-weight: 700;
  margin-top: 1px;
  margin-left: 15px;
  display: inline-block;
}
.hue_mode::before {
  font-family: 'R76', Arial, Genava;
  font-size: 14px;
  color: #f1e9e9;
  font-weight: 700;
  content: "DARK MODE";
}
/* phone and mail elements */
.phone_mail_elements_ins_box {
  width: auto;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: fixed;
  color: #a6787a;
  float: left;
  right: 70px;
  bottom: 50px;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.phone_element_ins_box {
  width: auto;
  height: auto;
  margin: 0 auto;
  float: left;
  position: relative;
  display: block;
  padding: 0;
  z-index: 10;
}
.phone_element_ins {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #f1e9e9;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-right: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0 0 0 0px;
  z-index: 10;
}
.phone_element_ins:hover {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #f1e9e9;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-right: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0 0 0 0px;
  z-index: 10;
}
.phone_element_ins a:hover {
  transition: .3s ease;
  color: #f2f;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.phone_element_ins.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.mail_element_ins_box {
  width: auto;
  height: auto;
  margin: 0 auto;
  float: left;
  position: relative;
  display: block;
  padding: 0;
  z-index: 10;
}
.mail_element_ins {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #f1e9e9;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0 0 0 0px;
  z-index: 10;
}
.mail_element_ins:hover {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #f1e9e9;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0 0 0 0px;
  z-index: 10;
}
.mail_element_ins a:hover {
  transition: .3s ease;
  color: #f2f;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.mail_element_ins.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
/* services category index features */
.services_category_ind_sl_box_all {
  width: 102.1%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.services_category_ind_sl_box_s {
  width: 23%;
  height: 100%;
  background: none;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 2%;
  margin-bottom: 50px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.animate_product_box_s {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -120px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.services_category_ind_sl_image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0px 0px 0px 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_ind_sl_image:hover {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_ind_sl_image a {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_ind_sl_image a:hover {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_ind_sl_image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto
}
.view_services_category_ind_sl_image img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_ind_sl_image .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_ind_sl_image h6 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_ind_sl_image p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_ind_sl_image:hover img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_ind_sl_image a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_ind_sl_image:hover .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_ind_sl_image:hover h6, .view_services_category_ind_sl_image:hover p, .view_services_category_ind_sl_image:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.view_services_category_ind_sl_image:hover p {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.view_services_category_ind_sl_image:hover a.info {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.mask_w a {
  background: #f7f1f0;
  background: -moz-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: -webkit-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#f2f2f2", GradientType=1)
}
.mask_w a:hover {
  background: #f7f1f0;
  background: -moz-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: -webkit-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#f2f2f2", GradientType=1)
}
.services_category_ind_sl_blank_h_box {
  width: 100%;
  height: 15px;
  display: block;
  position: relative !important;
  margin: 0 auto;
  margin-top: -4px;
  background: none;
  bottom: 0px;
  float: left
}
.services_category_ind_sl_box_line {
  width: 1px;
  height: 250px;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
span.services_category_ind_sl_box_line {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
.services_category_ind_sl_go_to_web_page {
  width: 30px;
  height: 30px;
  fill: #a6787a;
  margin: 0 auto;
  right: 50px;
  bottom: 60px;
  display: block;
  position: absolute;
}
span.services_category_ind_sl_button_discover_it {
  width: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  display: block;
  font-weight: 700;
  line-height: 58px;
  margin: 0 auto;
  right: 0;
  bottom: 20px;
  padding: 15px 110px;
  position: absolute;
}
.services_category_ind_sl_title {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  margin-left: 0px;
  bottom: 0px;
  background: none;
  padding: 0 0px;
  position: relative !important;
  float: left;
}
span.services_category_ind_sl_title {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #cd9295;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  margin-left: 50px;
  bottom: 0px;
  background: none;
  padding: 0 0px;
  position: relative !important;
  float: left;
}
.services_category_ind_sl_01_marker_box_title {
  font-family: Arial, Genava;
  font-style: normal;
  font-size: 12px;
  width: auto;
  min-width: 150px;
  height: auto;
  margin: 0 auto;
  margin-left: -70px;
  bottom: 0px;
  left: 0px;
  display: block;
  position: absolute;
  padding: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.services_category_ind_sl_02_marker_box_title {
  font-family: Arial, Genava;
  font-style: normal;
  font-size: 12px;
  width: auto;
  min-width: 150px;
  height: auto;
  margin: 0 auto;
  margin-left: -70px;
  bottom: 12px;
  left: 0px;
  display: block;
  position: absolute;
  padding: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.services_category_ind_sl_03_marker_box_title {
  font-family: Arial, Genava;
  font-style: normal;
  font-size: 12px;
  width: auto;
  min-width: 150px;
  height: auto;
  margin: 0 auto;
  margin-left: -70px;
  bottom: 16px;
  left: 0px;
  display: block;
  position: absolute;
  padding: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.services_category_ind_sl_04_marker_box_title {
  font-family: Arial, Genava;
  font-style: normal;
  font-size: 12px;
  width: auto;
  min-width: 150px;
  height: auto;
  margin: 0 auto;
  margin-left: -70px;
  bottom: -42px;
  left: 0px;
  display: block;
  position: absolute;
  padding: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.services_category_ind_sl_marker_title {
  font-family: Arial, Genava;
  font-style: normal;
  font-size: 12px;
  color: #a6787a;
  text-align: right;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0
}
/* services category index features */
.services_category_ind_box_all {
  width: 102.1%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.services_category_ind_box_s {
  width: 23%;
  height: 100%;
  background: none;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 2%;
  margin-bottom: 50px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.animate_product_box_s {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -120px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.services_category_ind_image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0px 0px 0px 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_ind_image:hover {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_ind_image a {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_ind_image a:hover {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_ind_image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto
}
.view_services_category_ind_image img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_ind_image .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_ind_image h6 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_ind_image p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_ind_image:hover img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_ind_image a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_ind_image:hover .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_ind_image:hover h6, .view_services_category_ind_image:hover p, .view_services_category_ind_image:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.view_services_category_ind_image:hover p {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.view_services_category_ind_image:hover a.info {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.mask_w a {
  background: #f7f1f0;
  background: -moz-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: -webkit-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#f2f2f2", GradientType=1)
}
.mask_w a:hover {
  background: #f7f1f0;
  background: -moz-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: -webkit-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#f2f2f2", GradientType=1)
}
.services_category_ind_blank_h_box {
  width: 100%;
  height: 15px;
  display: block;
  position: relative !important;
  margin: 0 auto;
  margin-top: -4px;
  background: none;
  bottom: 0px;
  float: left
}
.services_category_ind_box_line {
  width: 1px;
  height: 250px;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
span.services_category_ind_box_line {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
.services_category_ind_go_to_web_page {
  width: 30px;
  height: 30px;
  fill: #a6787a;
  margin: 0 auto;
  right: 50px;
  bottom: 60px;
  display: block;
  position: absolute;
}
span.services_category_ind_button_discover_it {
  width: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  display: block;
  font-weight: 700;
  line-height: 58px;
  margin: 0 auto;
  right: 0;
  bottom: 20px;
  padding: 15px 110px;
  position: absolute;
}
.services_category_ind_title {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  margin-left: 0px;
  bottom: 0px;
  background: none;
  padding: 0 0px;
  position: relative !important;
  float: left;
}
span.services_category_ind_title {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #cd9295;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  margin-left: 50px;
  bottom: 0px;
  background: none;
  padding: 0 0px;
  position: relative !important;
  float: left;
}
.services_category_ind_marker_title_wrapper {
  position: absolute;
  bottom: 0px;             
  left: 60px;                    
  transform: rotate(-90deg);    
  transform-origin: left bottom;
  font-family: Arial, Geneva, sans-serif;
  font-style: normal;
  font-size: 12px;
  width: auto;
  height: auto;
  display: block;
  padding: 0;
}

.services_category_ind_marker_title {
  font-family: Arial, Geneva, sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #a6787a;
  font-weight: 700;
  text-align: right;
  margin: 0;
  display: block;
  position: relative;
  padding: 0;
}

/* services category features */
.services_category_box_all {
  width: 102.1%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 90px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.services_category_box_s {
  width: 23%;
  height: 100%;
  background: none;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 2%;
  margin-bottom: 50px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.animate_product_box_s {
  position: relative;
  animation: animatebottom 1.2s
}
@keyframes animatebottom {
  from {
    bottom: -120px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
.services_category_image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0px 0px 0px 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_image:hover {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_image a {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_image a:hover {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  color: #a6787a;
  text-decoration: none;
  border: none;
  font-weight: normal;
  line-height: 180%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.services_category_image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto
}
.view_services_category_image img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_image .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_image h6 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_image p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_image:hover img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  -ms-transition: all .6s linear;
  transition: all .6s linear
}
.view_services_category_image a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_image:hover .mask_w {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.view_services_category_image:hover h6, .view_services_category_image:hover p, .view_services_category_image:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.view_services_category_image:hover p {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.view_services_category_image:hover a.info {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s
}
.mask_w a {
  background: #f7f1f0;
  background: -moz-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: -webkit-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#f2f2f2", GradientType=1)
}
.mask_w a:hover {
  background: #f7f1f0;
  background: -moz-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: -webkit-linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  background: linear-gradient(0deg, rgba(247, 241, 240, 1) 10%, rgba(247, 241, 240, .2273109927564776) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#f2f2f2", GradientType=1)
}
.services_category_blank_h_box {
  width: 100%;
  height: 15px;
  display: block;
  position: relative !important;
  margin: 0 auto;
  margin-top: -4px;
  background: none;
  bottom: 0px;
  float: left
}
.services_category_box_line {
  width: 1px;
  height: 250px;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
span.services_category_box_line {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  float: left;
  display: block;
  position: absolute;
  border-left: 1.5px solid #a6787a;
  z-index: 1
}
.services_category_go_to_web_page {
  width: 30px;
  height: 30px;
  fill: #a6787a;
  margin: 0 auto;
  right: 50px;
  bottom: 60px;
  display: block;
  position: absolute;
}
span.services_category_button_discover_it {
  width: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  display: block;
  font-weight: 700;
  line-height: 58px;
  margin: 0 auto;
  right: 0;
  bottom: 20px;
  padding: 15px 110px;
  position: absolute;
}
.services_category_title {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  margin-left: 0px;
  bottom: 0px;
  background: none;
  padding: 0 0px;
  position: relative !important;
  float: left;
}
span.services_category_title {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #cd9295;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  margin-left: 50px;
  bottom: 0px;
  background: none;
  padding: 0 0px;
  position: relative !important;
  float: left;
}
.services_category_marker_title_wrapper {
  position: absolute;
  bottom: 0px;             
  left: 60px;                    
  transform: rotate(-90deg);    
  transform-origin: left bottom;
  font-family: Arial, Geneva, sans-serif;
  font-style: normal;
  font-size: 12px;
  width: auto;
  height: auto;
  display: block;
  padding: 0;
}

.services_category_marker_title {
  font-family: Arial, Geneva, sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #a6787a;
  font-weight: 700;
  text-align: right;
  margin: 0;
  display: block;
  position: relative;
  padding: 0;
}
.services_category_code {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 14px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  margin: 0 auto;
  margin-left: 30px;
  bottom: 111px;
  position: absolute;
  float: left;
  z-index: 1;
}
span.services_category_code {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 14px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  margin: 0 auto;
  margin-left: 30px;
  bottom: 89px;
  position: absolute;
  float: left;
  z-index: 1;
}
/* service category top */
.service_category_box_top_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 50px;
  float: left;
  display: block;
  padding-right: 0%;
  position: relative;
  z-index: 1
}
.service_category_box_35 {
  width: 35%;
  height: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 5%;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.service_category_box_45 {
  width: 45%;
  height: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 0%;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.service_category_box_55 {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 0%;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
@media (max-width: 1920px) {
  .service_category_box_55 {
    width: 80%;
  }
}
.service_category_box_100 {
  width: 45%;
  height: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 0%;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.general_ind_button_discover_it_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 90px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
span.general_ind_button_discover_it {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: url(//soumaki.com/images/static/general_button_discover_it_icon.svg) right center no-repeat;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 35px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 70px;
  border-radius: 50px;
  position: relative;
}
.general_ind_button_discover_it a {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: url(//soumaki.com/images/static/general_button_discover_it_icon.svg) right center no-repeat;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 35px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 70px;
  border-radius: 50px;
  position: relative;
}
.general_ind_button_discover_it a:hover {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: url(//soumaki.com/images/static/general_button_discover_it_icon.svg) right center no-repeat;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 35px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 70px;
  border-radius: 50px;
  position: relative;
}
.mrg_t_0 {
  margin-top: 0px;
}
.mrg_t_s20 {
  margin-top: 20px;
}
.mrg_t_m20 {
  margin-top: -20px;
}
.flt_l {
  float: left;
}
.flt_r {
  float: right;
}
.general_button_discover_it a {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: url(//soumaki.com/images/static/general_button_discover_it_icon.svg) right center no-repeat;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 35px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 70px;
  border-radius: 50px;
  float: right;
  position: relative;
}
.general_button_discover_it a:hover {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  background: url(//soumaki.com/images/static/general_button_discover_it_icon.svg) right center no-repeat;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 35px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 70px;
  border-radius: 50px;
  float: right;
  position: relative;
}
/* general features */
.general_ind_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  display: block;
  padding-right: 45%;
  position: relative;
  z-index: 1
}
.category_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  display: block;
  padding-right: 45%;
  position: relative;
  z-index: 1
}
.category_title_path {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 20px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 50px;
  border: none;
  font-weight: 700;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.category_title_path a {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 20px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 50px;
  border: none;
  font-weight: 700;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.category_title_path a:hover {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 20px;
  color: #a6787a;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 50px;
  border: none;
  font-weight: 700;
  bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.description_lrg {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  line-height: 170%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  float: left;
  display: block;
  position: relative;
  z-index: 10
}
@media (max-width: 1680px) {
  .description_lrg {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .description_lrg {
    font-size: 26px;
  }
}
.title {
  width: 100%;
  height: auto;
  min-height: 150px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 63px;
  color: #4da144;
  background: none;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  border-top: 0px solid #4da144;
  border-bottom: 0px solid #4da144;
  font-weight: 700;
  line-height: 120%;
  display: block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.specialty_subtitle {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.description {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 23px;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 60px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.description_xl {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 33px;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
.article_p_x {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-style: normal;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #a6787a;
  text-decoration: none;
  margin: 0 0 2rem 0;
  float: left;
  display: block;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: 10
}
article p {
  font-family: 'R76', Arial, Genava;
  font-size: 28px;
  line-height: 1.8; /* πιο compact μέσα στην παράγραφο */
  margin: 2rem 0; /* μεγαλύτερο κενό μεταξύ παραγράφων */
  text-align: left;
}
@media (max-width: 1920px) {
  .article_p_x {
    width: 100%;
    height: auto;
    font-family: 'R76', Arial, Genava;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-style: normal;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #a6787a;
    text-decoration: none;
    margin: 0 0 2rem 0;
    float: left;
    display: block;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    position: relative;
    z-index: 10
  }
  article p {
    font-family: 'R76', Arial, Genava;
    font-size: 26px;
    line-height: 1.8; /* πιο compact μέσα στην παράγραφο */
    margin: 2rem 0; /* μεγαλύτερο κενό μεταξύ παραγράφων */
    text-align: left;
  }
}
@media (max-width: 1680px) {
  .article_p_x {
    font-size: 30px;
  }
  article p {
    font-size: 24px;
  }
}
/* ====== ΕΜΦΑΣΗ ====== */
article strong {
  font-weight: 700;
  color: #a6787a;
}
article em {
  font-style: italic;
  color: #a6787a;
}
article mark {
  background: #fff59d;
}
/* ====== ΛΙΣΤΕΣ ====== */
article ul, article ol {
  margin: 2rem 0 2rem 2rem; /* μεγαλύτερο κενό πάνω/κάτω από λίστες */
  padding-left: 1.5rem;
}
article ul li, article ol li {
  font-family: 'R76', Arial, Genava;
  font-size: 28px;
  line-height: 1.8; /* compact μέσα στο bullet */
  margin: 1.5rem -1.5rem; /* μεγαλύτερο κενό μεταξύ bullets */
}
@media (max-width: 1920px) {
article ul li, article ol li {
  font-size: 26px;
}
}
@media (max-width: 1680px) {
article ul li, article ol li {
  font-size: 24px;
}
}
/* ====== ΕΙΚΟΝΕΣ ====== */
article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 3rem auto; /* μεγαλύτερο κενό πάνω/κάτω από εικόνες */
  border-radius: 8px;
}
/* ====== ΠΑΡΑΘΕΣΗ (blockquote) ====== */
article blockquote {
  border-left: 4px solid #ccc;
  background: #f9f9f9;
  padding: 1.5rem 1.5rem;
  margin: 2.5rem 0; /* μεγαλύτερο κενό γύρω από παραθέσεις */
  font-style: italic;
  color: #555;
  line-height: 1.5;
}
/* ====== ΣΥΝΔΕΣΜΟΙ ====== */
article a {
  font-weight: 500; /* ή 700 αν θέλεις πιο έντονο */
  color: #a6787a;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: inherit; /* κληρονομεί το line-height του γονέα */
}
/* Underline animation */
article a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px; /* πάχος γραμμής */
  background: #a6787a;
  transition: transform 0.3s ease;
}
article a:hover::after {
  transform: translateY(-2px); /* η γραμμή κινείται επάνω */
}
/* ====== ΚΩΔΙΚΑΣ ====== */
article code {
  font-family: 'R76', Arial, Genava;
  background: #f7f1f0;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 0.95em;
}
article pre {
  background: #272822;
  color: #f8f8f2;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  font-family: 'R76', Arial, Genava;
  font-size: 0.95rem;
  margin: 1.5rem 0;
}
/* ====== ΠΙΝΑΚΕΣ ====== */
article table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
article th, article td {
  border: 1px solid #a6787a;
  padding: 0.75rem;
  text-align: left;
}
article th {
  background: #f2f2f2;
  font-weight: bold;
}
/* ====== ΔΙΑΧΩΡΙΣΤΙΚΑ ====== */
article hr {
  border: 0;
  border-top: 1px solid #a6787a;
  margin: 3rem 0;
}
/* ====== ΕΙΔΙΚΑ ΣΤΥΛ ====== */
article figcaption {
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  margin-top: 1rem;
}
article .highlight {
  background: #fff3cd;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
}
article .note {
  background: #e3f2fd;
  border-left: 4px solid #2196f3;
  padding: 1rem;
  margin: 2rem 0;
  border-radius: 6px;
}
article .warning {
  background: #fff8e1;
  border-left: 4px solid #ffb300;
  padding: 1rem;
  margin: 2rem 0;
  border-radius: 6px;
}
/* contact content features */
.contact_body_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.contact_elements_box_all {
  width: 20%;
  height: auto;
  margin: 0 auto;
  margin-top: -37px;
  margin-right: 4%;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 205px;
  z-index: 1
}
.contact_form_box_all {
  width: 57%;
  height: auto;
  margin: 0 auto;
  margin-top: -25px;
  margin-bottom: 0px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
/* contact features */
.contact_box_all {
  width: 102%;
  height: auto;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 50px;
  float: left;
  display: block;
  position: relative;
  z-index: 10
}
.contact_box_s_l {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 0%;
  padding-right: 0%;
  float: none;
  display: inline-block;
  position: relative;
  z-index: 10
}
.contact_box_s_ins {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10
}
.contact_subtitle {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  position: relative;
  float: left
}
.contact_elements_box {
  width: 100%;
  height: 50px;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 10px;
  float: left;
  display: block;
  position: relative;
  z-index: 10
}
.contact_street_elements {
  width: auto;
  height: 50px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  color: #a6787a;
  background: url(//soumaki.com/images/static/street_icon.svg) left center no-repeat;
  text-decoration: none;
  border: none;
  font-weight: 700;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 30px;
  float: left;
  position: relative;
  display: block;
  z-index: 10;
}
span.contact_street_elements {
  width: auto;
  height: 50px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 21px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  color: #a6787a;
  background: url(//soumaki.com/images/static/street_icon.svg) left center no-repeat;
  text-decoration: none;
  border: none;
  font-weight: 700;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 30px;
  float: left;
  position: relative;
  display: block;
  z-index: 10;
}
.contact_elements {
  width: auto;
  height: 50px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #a6787a;
  background: none;
  text-decoration: none;
  margin: 0 auto;
  float: left;
  display: block;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 10
}
span.contact_elements {
  width: auto;
  height: 50px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #a6787a;
  background: none;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 10px;
  float: left;
  display: block;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 10
}
.contact_element_ins {
  width: auto;
  height: 50px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #a6787a;
  background: none;
  text-decoration: none;
  margin: 0 auto;
  float: left;
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 10
}
span.contact_element_ins {
  width: auto;
  height: 50px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #a6787a;
  background: none;
  text-decoration: none;
  margin: 0 auto;
  float: left;
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 10
}
span.contact_elements_b {
  width: auto;
  height: 50px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #a6787a;
  background: #e8dada;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 10px;
  float: left;
  display: block;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 10
}
.contact_elements_view_maps_box {
  width: 100%;
  height: 70px;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 30px;
  float: left;
  display: block;
  position: relative;
  z-index: 10
}
.contact_elements_view_maps {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #a6787a;
  background: url(//soumaki.com/images/static/view_google_maps_icon.svg) left center no-repeat;
  text-decoration: none;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 30px;
  float: left;
  position: relative;
  display: block;
  z-index: 10;
}
/* next unity features */
.next_unity_box {
  width: 57%;
  height: 90px;
  background: none;
  border-top: 0px solid #a6787a;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 43%;
  margin-bottom: 90px;
  float: left;
  position: relative;
}
span.next_unity {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-size: 18px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  border: none;
  font-weight: 700;
  line-height: 140%;
  margin: 0 auto;
  margin-left: 8px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  z-index: 10;
}
span.next_unity a {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-size: 18px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  border: none;
  font-weight: 700;
  line-height: 140%;
  margin: 0 auto;
  margin-left: 8px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  z-index: 10;
}
span.next_unity a:hover {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-size: 18px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  border: none;
  font-weight: 700;
  line-height: 140%;
  margin: 0 auto;
  margin-left: 8px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  z-index: 10;
}
.next_unity_title {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-size: 33px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  border: none;
  font-weight: 700;
  line-height: 33px;
  margin: 0 auto;
  margin-top: 25px;
  float: left;
  position: absolute;
  list-style: none;
  display: block;
  z-index: 10;
}
.next_unity_title a {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-size: 33px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  border: none;
  font-weight: 700;
  line-height: 33px;
  margin: 0 auto;
  margin-top: 25px;
  float: left;
  position: absolute;
  list-style: none;
  display: block;
  z-index: 10;
}
.next_unity_title a:hover {
  width: auto;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-size: 33px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  border: none;
  font-weight: 700;
  line-height: 33px;
  margin: 0 auto;
  margin-top: 25px;
  float: left;
  position: absolute;
  list-style: none;
  display: block;
  z-index: 10;
}
/* scroll top */
.scr_top_box_all {
  width: 100%;
  height: 140px;
  background: none;
  border-top: 0px solid #a6787a;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 0%;
  float: left;
  position: relative;
}
.scr_top a {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-size: 16px;
  color: #a6787a;
  background: url(//soumaki.com/images/static/scr_top_icon_w.svg) left center no-repeat;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  text-indent: 50px;
  line-height: 55px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 0px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 0px;
  z-index: 10;
}
.scr_top a:hover {
  width: auto;
  height: 35px;
  font-family: 'R76', Arial, Genava;
  font-size: 16px;
  color: #a6787a;
  background: url(//soumaki.com/images/static/scr_top_icon_w.svg) left center no-repeat;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  text-indent: 50px;
  line-height: 55px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 0px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 0px;
  z-index: 10;
}
.elements_view_maps_get_in_touch_box_all {
  width: 100%;
  height: 140px;
  background: none;
  border-top: 0px solid #4da144;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  margin-left: 0%;
  float: left;
  position: relative;
}
.elements_view_maps a {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 70px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 0px;
  z-index: 10;
}
.elements_view_maps a:hover {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 70px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 0px;
  z-index: 10;
}
.elements_phone a {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 70px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 0px;
  z-index: 10;
}
.elements_phone a:hover {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 70px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 0px;
  z-index: 10;
}
.elements_get_in_touch a {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 0px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 0px 0px 0px;
  z-index: 10;
}
.elements_get_in_touch a:hover {
  width: auto;
  height: 70px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 16px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 0px;
  float: right;
  position: relative;
  list-style: none;
  display: block;
  padding: 0px 0px 0px 0px;
  z-index: 10;
}
/* terms and conditions features */
.terms_and_conditions_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 90px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.terms_and_conditions_title_t {
  width: 100%;
  height: 90px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 73px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  line-height: 73px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  z-index: 10
}
.terms_and_conditions_subtitle_t {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  float: left
}
.terms_and_conditions_title {
  width: 100%;
  height: 50px;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #a6787a;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 50px;
  text-align: left;
  text-indent: 0px;
  margin: 0 auto;
  margin-left: 0%;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 13px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.terms_and_conditions_subtitle {
  width: 100%;
  height: auto;
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #a6787a;
  text-decoration: none;
  text-align: left;
  display: block;
  border: none;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  float: left
}
.terms_and_conditions_description {
  font-family: 'R76', Arial, Genava;
  font-style: normal;
  font-size: 18px;
  color: #a6787a;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 0px;
  border: none;
  font-weight: 400;
  line-height: 180%;
  bottom: 0;
  display: block;
  position: relative;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
.terms_and_conditions_70_box_all {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-left: 15%;
  margin-animate_right15%;
  margin-bottom: 90px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
.terms_and_conditions_f_box_all {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 90px;
  float: left;
  display: block;
  position: relative;
  z-index: 1
}
/* footer */
.footer {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0;
  z-index: 0
}
.footer_ins {
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  width: 100%;
  height: 90px
}
.copyright {
  width: auto;
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  line-height: 70px;
  border: none;
  font-weight: 400;
  margin: 0 auto;
  margin-right: 70px;
  position: relative;
  padding: 0;
  left: 70px;
  float: left;
}
.terms_policy_fo_box {
  width: 40%;
  height: 70px;
  margin: 0 auto;
  margin-left: 70px;
  padding: 0;
  position: relative;
  color: #a6787a;
  float: left;
  transition: .3s ease;
  transition-timing-function: cubic-bezier(.0, 0, .0, 0.0);
  transition: all .3s cubic-bezier(0.0, 0, 0.00, 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.terms_fo {
  width: auto;
  height: 70px;
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 400;
  line-height: 70px;
  margin: 0 auto;
  margin-left: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.terms_fo:hover {
  width: auto;
  height: 70px;
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 400;
  line-height: 70px;
  margin: 0 auto;
  margin-left: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.terms_fo a:hover {
  transition: .3s ease;
  color: #a6787a;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.terms_fo.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.policy_fo {
  width: auto;
  height: 70px;
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 400;
  line-height: 70px;
  margin: 0 auto;
  margin-left: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.policy_fo:hover {
  width: auto;
  height: 70px;
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 400;
  line-height: 70px;
  margin: 0 auto;
  margin-left: 70px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.policy_fo a:hover {
  transition: .3s ease;
  color: #a6787a;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.policy_fo.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.cookies_fo {
  width: auto;
  height: 70px;
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 400;
  line-height: 70px;
  margin: 0 auto;
  margin-left: 40px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.cookies_fo:hover {
  width: auto;
  height: 70px;
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  text-indent: 0px;
  border: none;
  font-weight: 400;
  line-height: 70px;
  margin: 0 auto;
  margin-left: 40px;
  float: left;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  z-index: 10;
}
.cookies_fo a:hover {
  transition: .3s ease;
  color: #a6787a;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.cookies_fo.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.created_by {
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  line-height: 70px;
  border: none;
  font-weight: 400;
  margin: 0 auto;
  position: absolute;
  padding: 0;
  right: 70px;
  border-radius: 5px
}
.cnd_signature a {
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  line-height: 70px;
  font-weight: 400;
  border: none;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
lock;
  padding: 0;
  z-index: 10;
}
.cookies_fo a:hover {
  transition: .3s ease;
  color: #a6787a;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.cookies_fo.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.created_by {
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  line-height: 70px;
  border: none;
  font-weight: 400;
  margin: 0 auto;
  position: absolute;
  padding: 0;
  right: 70px;
  border-radius: 5px
}
.cnd_signature a {
  font-family: Arial, Genava;
  font-size: 12px;
  color: #a6787a;
  text-decoration: none;
  line-height: 70px;
  font-weight: 400;
  border: none;
  margin: 0 auto;
  position: relative;
  padding: 0;
}