:root
{
    --MainBlackLight: #2f2f2f;
    --MainBlueLight: #0099DF;
    --MainBlueNight: #242f97;

    --MainWidth: 1200px;
}
@font-face
{
    font-family: 'RobotoRegular';
url('/font/roboto/RobotoRegular.ttf') format('woff'), font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: 'RobotoMedium';
url('/font/roboto/RobotoRegular.ttf') format('woff'), font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: 'RobotoBold';
url('/font/roboto/RobotoBold.ttf') format('woff'), font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: 'RobotoLight';
url('/font/roboto/RobotoLight.ttf') format('woff'), font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: 'RobotoSlabLight';
url('/font/roboto/RobotoSlabLight.ttf') format('woff'), font-weight: normal;
    font-style: italic;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ---------------------------------------- COMMON STYLE [ PRE ] ---------------------------------------- */
html,
body
{
    max-width: 100%;
    font-family: "RobotoRegular", sans-serif;
    color: #333;
}
main > div,
footer
{
    padding: 0 14px 0 14px;
}
main
{
    overflow: hidden;
    position: relative;
}
.Industries main > div:last-child
{
    padding-bottom: 30px;
}
li
{
    list-style: none;
}
a
{
    color: var(--MainBlackLight);
    text-decoration: none;
    transition: 0.4s;
}
a:hover
{
    color: var(--MainBlueNight);
}
li.active a
{
    color: var(--MainBlueNight);
    pointer-events: none;
}
svg
{
    width: 16px;
    height: 16px;
}
.MainBlueLink
{
    display: block;
    padding: 18px 32px 18px 32px;
    background: white;
    color: white;
    font: bold 16px "RobotoBold", sans-serif;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    z-index: 101;
}
.MainBlueLink:before,
.MainBlueLink:after
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    border-radius: 6px;
}
.MainBlueLink:before
{
    background: var(--MainBlueNight);
    z-index: -1;
}
.MainBlueLink:after
{
    box-sizing: border-box;
    border: 2px solid var(--MainBlueNight);
}
.MainBlueLink:hover:before
{
    width: 25px;
    border-radius: 12px;
}
.MainBlueLink:hover:after
{
    border-radius: 12px;
}
.MainBlueLink:hover
{
    color: var(--MainBlueNight);
    border-radius: 12px;
}
#MoveTop
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: var(--MainBlueNight);
    position: fixed;
    bottom: -100px;
    right: 4px;
    transition: 0.5s;
    opacity: 0;
    border-radius: 10px;
    z-index: 1000;
}
#MoveTop.active
{
    bottom: 4px;
    opacity: 1;
}
#MoveTop:hover
{
    cursor: pointer;
}
#MoveTop a
{
    color: white;
}
#MoveTop a svg
{
    width: 24px;
    height: 24px;
}
/* ---------------------------------------- COMMON STYLE [ END ] ---------------------------------------- */
/* ---------------------------------------- HEADER [ PRE ] ---------------------------------------- */
.IndexPage header
{
    min-height: 550px;
    height: 100vh;
}
header
{
    max-width: 100%;
    position: relative;
    margin: 0 0 35px 0;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.51);
}
.HeaderTopContent
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 7px;
    z-index: 101;
}
.HeaderTopContent > div
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 14px);
    max-width: 1250px;
    height: inherit;
    position: relative;
}
.HeaderTopContentAnimate
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1250px;
    height: 60px;
    background: white;
    position: relative;
    transition: 0.5s ease-out;
    box-shadow: 0 4px 10px rgba(33, 33, 33, 0.51);
    border-radius: 30px;
    pointer-events: auto;
}
.HeaderTopContentAnimate nav ul > li
{
    transition: 0.5s ease;
    transition-delay: 0.5s;
    opacity: 1;
}
.HeaderTopContentAnimate nav ul > li:nth-child(6)
{
    transition-delay: 0.60s;
}
.HeaderTopContentAnimate nav ul > li:nth-child(5)
{
    transition-delay: 0.56s;
}
.HeaderTopContentAnimate nav ul > li:nth-child(4)
{
    transition-delay: 0.52s;
}
.HeaderTopContentAnimate nav ul > li:nth-child(3)
{
    transition-delay: 0.48s;
}
.HeaderTopContentAnimate nav ul > li:nth-child(2)
{
    transition-delay: 0.44s;
}
.HeaderTopContentAnimate nav ul > li:nth-child(1)
{
    transition-delay: 0.40s;
}
.HeaderTopContentAnimate nav .Language ul > li
{
    transition-delay: 0.6s;
}
.HeaderTopContentAnimate.ScrollDown nav ul > li
{
    transform: translate3d(0, -100px, 0);
    opacity: 0;
}
.HeaderTopContentAnimate.ScrollDown nav ul > li:nth-child(1)
{
    transition-delay: 0.24s;
}
.HeaderTopContentAnimate.ScrollDown nav ul > li:nth-child(2)
{
    transition-delay: 0.20s;
}
.HeaderTopContentAnimate.ScrollDown nav ul > li:nth-child(3)
{
    transition-delay: 0.16s;
}
.HeaderTopContentAnimate.ScrollDown nav ul > li:nth-child(4)
{
    transition-delay: 0.12s;
}
.HeaderTopContentAnimate.ScrollDown nav ul > li:nth-child(5)
{
    transition-delay: 0.08s;
}
.HeaderTopContentAnimate.ScrollDown nav ul > li:nth-child(6)
{
    transition-delay: 0.04s;
}
.HeaderTopContentAnimate.ScrollDown nav .Language ul > li
{
    transition-delay: 0s;
}
.HeaderTopContentAnimate.ScrollDown
{
    width: 60px;
    transition-delay: 0.4s;
}
.HeaderTopContentAnimate.ScrollDown .Logo
{
    margin: 0 0 0 7px;
}
.HeaderTopContentAnimate.ScrollDown div#ButtonForSmallScreen
{
    transform: translate3d(100px, 0, 0);
    opacity: 0;
    transition: 0.5s;
}
div#ButtonForSmallScreen
{
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    padding: 0 30px 0 0;
    transition: 0.5s;
    transition-delay: 0.6s;
}
div#ButtonForSmallScreen > span
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 25px;
    height: 17px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
div#ButtonForSmallScreen > span:before,
div#ButtonForSmallScreen > span:after,
div#ButtonForSmallScreen > span > span
{
    content: '';
    width: 100%;
    height: 3px;
    background: var(--MainBlueNight);
    position: absolute;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.39, 0.04, 0.12, 1.38);
    border-radius: 10px;
}
div#ButtonForSmallScreen > span:before
{
    top: 0;
}
div#ButtonForSmallScreen > span:after
{
    bottom: 0;
}
.HeaderTopContentAnimate.active div#ButtonForSmallScreen > span:before
{
    transform: translate3d(0, 7px, 0) rotate(45deg);
}
.HeaderTopContentAnimate.active div#ButtonForSmallScreen > span:after
{
    transform: translate3d(0, -7px, 0) rotate(-45deg);
}
.HeaderTopContentAnimate.active div#ButtonForSmallScreen > span > span
{
    transform: rotate(45deg);
    opacity: 0;
}
/* -------------------- MENU [ PRE ] -------------------- */
.HeaderTopContent nav
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 30px 0 0;
    font: 600 14px "RobotoRegular", sans-serif;
}
.HeaderTopContent nav .Menu ul
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.HeaderTopContent nav .Menu ul > li
{
    margin: 0 14px 0 14px;
}
.HeaderTopContent nav .Menu ul > li.FixedWidth
{
    width: 39px;
    margin: 0 14px 0 14px;
}
.HeaderTopContent nav .Menu ul > li:first-child
{
    margin: 0 14px 0 0;
}
.HeaderTopContent nav .Menu ul > li > a
{
    position: relative;
}
.HeaderTopContent nav .Menu ul > li > a:before
{
    content: "";
    width: 0;
    height: 2px;
    background: var(--MainBlueNight);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.3s ease-in-out;
}
.HeaderTopContent nav .Menu ul > li.active > a:before,
.HeaderTopContent nav .Menu ul > li > a:hover:before
{
    width: 100%;
}
.HeaderTopContent .Logo
{
    margin: 0 0 0 30px;
    position: relative;
    transition: 0.5s;
    transition-delay: 0.2s;
}
.HeaderTopContent .Logo:before
{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 50px;
    top: 0;
    background: white;
}
.HeaderTopContentAnimate.ScrollDown .Logo:before
{
    width: 10px;
    transition-delay: 0.9s;
}
.HeaderTopContent .Logo img
{
    display: block;
    width: 300px;
}
/* -------------------- MENU [ END ] -------------------- */
/* -------------------- LANGUAGE [ PRE ] -------------------- */
.HeaderTopContent .Language > ul > li
{
    position: relative;
    margin: 0 0 0 14px;
}
.HeaderTopContent .Language > ul > li > div:nth-child(1)
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    transition: 0.2s;
    transition-delay: 0.2s;
    border: 1px solid var(--MainBlueNight);
    border-radius: 4px;
}
.HeaderTopContent .Language > ul > li > div:hover
{
    cursor: pointer;
}
.HeaderTopContent .Language.active > ul > li > div
{
    opacity: 0;
}
.HeaderTopContent .Language > ul > li > div > a:after
{
    content: "|";
    padding: 0 2px 0 4px;
    color: var(--MainBlueNight);
    font-weight: lighter;
    font-size: 16px;
}
.HeaderTopContent .Language > ul > li > div span
{
    height: 16px;
    color: var(--MainBlueNight);
}
.HeaderTopContent .Language > ul > li > div span svg
{
    width: 18px;
    height: 18px;
    color: var(--MainBlueNight);
}
.HeaderTopContent .Language > ul > li > div:last-child
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
    border: 1px solid var(--MainBlueNight);
    border-radius: 4px;
}
.HeaderTopContent .Language.active > ul > li > div:last-child
{
    opacity: 1;
}
.HeaderTopContent .Language > ul > li > div:last-child ul
{
    background: white;
    position: absolute;
    padding: 3px 0 3px 0;
}
.HeaderTopContent .Language > ul > li > div:last-child ul li
{
    padding: 3px 10px 3px 10px;
}
.HeaderTopContent .Language > ul > li > div:last-child ul li a
{
    padding: 3px 5px;
    font-size: 13px;
}
.HeaderTopContent .Language > ul > li > div:last-child ul li a:hover,
.HeaderTopContent .Language > ul > li > div:last-child ul li.active a
{
    background: var(--MainBlueNight);
    color: #ebebeb;
    border-radius: 4px;
}
/* -------------------- LANGUAGE [ END ] -------------------- */
/* -------------------- HEADER OTHER PAGE [ PRE ] -------------------- */
.OtherPage header
{
    height: 400px;
    background: linear-gradient(180deg, var(--MainBlueLight), var(--MainBlueNight));
    position: relative;
    z-index: 20000;
}
.OtherPage.AboutUs header
{
    height: 74px;
}
.OtherPage header:before
{
    content: "";
    width: 100%;
    height: 100%;
    background: url("/design/img/icon/asset.png");
    background-size: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
}
.HeaderOtherPageContent
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0 14px 0 14px;
}
.HeaderOtherPageContent > div
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--MainWidth);
    padding: 74px 0 0 0;
}
.HeaderOtherPageContent .Text *
{
    color: #ebebeb;
}
.HeaderOtherPageContent .Text h1
{
    font-size: 30px;
    margin: 0 0 14px 0;
}
.HeaderOtherPageContent .Text p
{
    max-width: 600px;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.Industries .HeaderOtherPageContent .Image img
{
    width: 350px;
}
.HeaderOtherPageContent.Production .Image img
{
    width: 400px;
}
.HeaderOtherPageContent.Development .Image img
{
    width: 200px;
}
.HeaderOtherPageContent.Direction .Image img
{
    width: 100px;
}
/* -------------------- HEADER OTHER PAGE [ END ] -------------------- */
/* -------------------- SLIDER [ PRE ] -------------------- */
header .SliderMainPage
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
    z-index: 100;
}
.SliderMainPage > div
{
    width: 100%;
    height: 100%;
    position: relative;
}
.SliderMainPage .SliderDesc
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.SliderMainPage .SliderDesc > div
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 14px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(50, 50, 50, 0.50);
    z-index: 100;
}
.SliderMainPage .SliderDesc > div h2
{
    margin: 0 0 14px 0;
    color: var(--MainBlueNight);
    font-size: 42px;
    text-align: center;
}
.swiper-slide-active .SliderDesc
{
    pointer-events: none;
}
.swiper-slide-active .MainBlueLink
{
    pointer-events: auto;
}
.SliderMainPage .swiper-container
{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-prev-next-container
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 240px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.swiper-prev-next-container .swiper-button-prev,
.swiper-prev-next-container .swiper-button-next
{
    width: calc(100% / 2);
    height: 100%;
    margin: unset;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    top: 0;
    left: unset;
    right: unset;
    color: #333;
}
.swiper-prev-next-container .swiper-button-next
{
    border-radius: 0 8px 0 0;
}
.swiper-prev-next-container .swiper-button-next span
{
    transform: rotate(180deg);
    margin: 3px 0 0 0;
}
.swiper-prev-next-container .swiper-button-prev span,
.swiper-prev-next-container .swiper-button-next span
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    width: 60px;
    height: 60px;
    position: relative;
}
.swiper-prev-next-container .swiper-button-prev span:after,
.swiper-prev-next-container .swiper-button-prev span:before,
.swiper-prev-next-container .swiper-button-next span:after,
.swiper-prev-next-container .swiper-button-next span:before
{
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    transition: 0.3s;
    transform-origin: 0;
    background: var(--MainBlueNight);
    border-radius: 10px;
}
.swiper-prev-next-container .swiper-button-next span:after
{
    top: 50.5%;
    right: 0;
    transform: rotate(-45deg);
}
.swiper-prev-next-container .swiper-button-next span:before
{
    top: 49.5%;
    right: 0;
    transform: rotate(45deg);
}
.swiper-prev-next-container .swiper-button-next:hover span:after
{
    transform: rotate(-40deg);
}
.swiper-prev-next-container .swiper-button-next:hover span:before
{
    transform: rotate(40deg);
}
.swiper-prev-next-container .swiper-button-prev span:after,
.swiper-prev-next-container .swiper-button-prev span:before
{
    background: white;
}
.swiper-prev-next-container .swiper-button-prev span:after
{
    top: 50.5%;
    right: 0;
    transform: rotate(-45deg);
}
.swiper-prev-next-container .swiper-button-prev span:before
{
    top: 49.5%;
    right: 0;
    transform: rotate(45deg);
}
.swiper-prev-next-container .swiper-button-prev:hover span:after
{
    transform: rotate(-40deg);
}
.swiper-prev-next-container .swiper-button-prev:hover span:before
{
    transform: rotate(40deg);
}
.swiper-prev-next-container .swiper-button-prev:before
{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.51);
}
.swiper-prev-next-container .swiper-button-next:before
{
    background: rgba(36, 47, 151, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.51);
}
.swiper-prev-next-container .swiper-button-prev:before,
.swiper-prev-next-container .swiper-button-next:before
{
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    top: -110%;
    transition: 0.3s;
}
.swiper-prev-next-container .swiper-button-prev:hover:before,
.swiper-prev-next-container .swiper-button-next:hover:before
{
    top: 110%;
}
.swiper-prev-next-container .swiper-button-prev
{
    background: var(--MainBlueNight);
}
.swiper-prev-next-container .swiper-button-next
{
    background: white;
}
.swiper-prev-next-container .swiper-button-prev:after,
.swiper-prev-next-container .swiper-button-next:after
{
    content: unset;
}
body .swiper-container .swiper-pagination-container
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 120px;
    padding: 0 0 0 0;
    background: var(--MainBlueNight);
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px 0 0 0;
    box-shadow: 0 0 8px rgba(33, 33, 33, 0.4);
    z-index: 101;
}
body .swiper-container .swiper-pagination
{
    height: 35px;
    text-align: unset;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet
{
    width: 16px;
    height: 16px;
    margin: 0 8px 9px 8px;
    transition: 0.3s;
    background: white;
    opacity: unset;
}
.swiper-pagination .swiper-pagination-bullet:hover
{
    cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active
{
    background: var(--MainBlueLight);
    pointer-events: none;
}
/* -------------------- SLIDER [ END ] -------------------- */
/* ---------------------------------------- HEADER [ END ] ---------------------------------------- */
/* ---------------------------------------- MAIN CONTENT [ PRE ] ---------------------------------------- */
main
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: 0 0 30px 0;
}
main > div
{
    max-width: var(--MainWidth);
    margin: 0 0 30px 0;
}
.ContentCenter .ContentImage
{
    flex-direction: column;
}
.MainContentLeft
{
    flex-direction: row-reverse;
}
.MainContentRight,
.MainContentLeft
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.MainContentRight,
.MainContentLeft
{
    padding: 0 14px 0 14px;
}
/* -------------------- CONTENT IMAGE [ PRE ] -------------------- */
.ContentImage
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ContentImage .FeedbackSuccessText
{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--MainBlueLight);
}
.OtherPage .ContentImage .Image,
.OtherPage .ContentImage .Image img
{
    width: unset;
}
.ContentImage .Image
{
    width: 300px;
}
.ContentImage .Image img
{
    width: 100%;
}
.AboutUs .ContentImage > section
{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    border: unset;
}
.ContentImageLeft > section
{
    align-items: flex-start;
    margin-left: 40px;
    padding: 14px 0 14px 25px;
    border-left: 3px solid var(--MainBlueLight);
}
.ContentImageRight > section
{
    align-items: flex-end;
    margin-right: 40px;
    padding: 14px 25px 14px 0;
    border-right: 3px solid var(--MainBlueLight);
}
.ContentImage > section
{
    min-height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.ContentCenter .ContentImage > section
{
    width: 100%;
    align-items: flex-start;
}
.AboutUs .ContentCenter .ContentImage > section h2,
.AboutUs .ContentCenter .ContentImage > section h3
{
    width: 100%;
    margin: 0 0 0 0;
    text-align: left;
    font-size: 20px;
}
.AboutUs .ContentCenter .ContentImage > section ul
{
    margin: 0 0 0 28px;
}
.ContentCenter .ContentImage > section ul li
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: var(--MainBlueNight);
    position: relative;
    padding: 0 0 0 20px;
}
.ContentCenter .ContentImage > section ul li:before
{
    content: "";
    width: 10px;
    height: 10px;
    background: var(--MainBlueNight);
    position: absolute;
    left: 0;
    border-radius: 50%;
}
.ContentCenter .ContentImage > div.Text
{
    margin: 0 0 30px 0;
    color: var(--MainBlueLight);
    text-align: center;
}
.DevContentCenter.ContentCenter .ContentImage > div.Text
{
    max-width: 900px;
}
.DevContentCenter.ContentCenter .ContentImage > div.Text p
{
    font-size: 17px;
    text-align: justify;
}
.ContentImage > div p
{
    text-align: center;
}
.ContentImage > div p.FeedbackLabelError
{
    margin-bottom: 10px;
    color: #e70a0b;
    font-size: 14px;
    text-align: left;
}
.ContentImage > div h2,
.ContentImage > div p,
.ContentImage > section h2,
.ContentImage > section h3,
.ContentImage > section p,
.Production .ContentImage > section a
{
    color: var(--MainBlueLight);
}
.ContentImage > section h2,
.ContentImage > section h3,
.Production .ContentImage > section a
{
    font-size: 28px;
    font-weight: bold;
    font-family: "RobotoBold", sans-serif;
}
main .ContentImage > section a
{
    margin: 0;
    text-decoration: underline;
}
.ContentCenter .ContentImage > div:first-child p
{
    font-size: 18px;
    font-family: "RobotoSlabLight", serif;
    letter-spacing: 1px;
}
.AboutUs .MainContentLeft .ContentImage > section p
{
    direction: unset;
}
.ContentImage > section p
{
    width: 450px;
    margin: 70px 0 70px 0;
    font-size: 18px;
    font-family: "RobotoSlabLight", serif;
    text-align: justify;
    letter-spacing: 1px;
}
.MainContentLeft .ContentImage > section h2,
.MainContentLeft .ContentImage > section h3
{
    text-align: end;
}
.MainContentLeft .ContentImage > section p
{
    direction: rtl;
}
.ContentImageLeft > section a
{
    margin: 0 0 45px 25px;
}
.ContentImageRight > section a
{
    margin: 0 25px 45px 0;
}
/* -------------------- CONTENT IMAGE [ END ] -------------------- */
/* -------------------- CONTENT IMAGE OTHER PAGE [ PRE ] -------------------- */
.MainContentBoxName
{
    margin: 0 0 35px 0;
}
.MainContentBoxNameCenter
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}
.MainContentBoxNameCenter > div
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.MainContentBoxName h2
{
    color: var(--MainBlueNight);
    font-size: 36px;
}
.MainContentOther > div
{
    width: 100%;
    justify-content: space-between;
}
.MainContentOther > div
{
    width: 100%;
    justify-content: space-between;
}
.MainContentOther .ContentImage section h2
{
    color: var(--MainBlueNight);
}
.MainContentOther .ContentImage section p
{
    width: unset;
    margin: 14px 0 14px 0;
}
/* -------------------- CONTENT IMAGE OTHER PAGE [ END ] -------------------- */
/* -------------------- CONTENT ICON GRID [ PRE ] -------------------- */
.ContentIconGrid
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.MainContentRight .ContentIconGrid > div
{
    justify-content: flex-end;
}
.MainContentLeft .ContentIconGrid > div
{
    justify-content: flex-start;
}
.ContentIconGrid > div
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ContentIconGrid > div > section > a
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 120px;
    height: 130px;
    margin: 15px;
    text-align: center;
}
.ContentIconGrid section > a > div:first-child
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    position: relative;
    height: 45px;
}
.ContentIconGrid section > a > div:first-child:after
{
    content: "";
    width: 35px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    bottom: -25px;
    transition: 0.3s;
    border-radius: 40%;
    box-shadow: 0 -15px 2px 1px rgba(51, 51, 51, 0.05);
}
.ContentIconGrid section > a > div > img
{
    display: block;
    width: 45px;
    height: 45px;
    top: 0;
    position: absolute;
    transition: 0.3s;
}
.ContentIconGrid > div > section > a:hover div:first-child img
{
    top: -10px;
}
.ContentIconGrid > div > section > a:hover div:first-child:after
{
    width: 40px;
    box-shadow: 0 -15px 2px 1px rgba(51, 51, 51, 0.1);
}
.ContentIconGrid section > a > h3
{
    color: var(--MainBlueLight);
    font-family: "RobotoRegular", sans-serif;
    font-size: 13px;
}
/* -------------------- CONTENT ICON RIGHT [ END ] -------------------- */
/* -------------------- CONTENT PARTNERS ACTION [ PRE ] -------------------- */
.MainContentPartnersAction
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}
.MainContentPartnersAction > div
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.MainContentPartnersAction section
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    padding: 70px 0 70px 0;
}
.MainContentPartnersAction section .Image
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    background: var(--MainBlueLight);
    position: relative;
    border-radius: 50%;
}
.MainContentPartnersAction section .Image div
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 155px;
    border: 7px solid white;
    border-radius: 50%;
}
.MainContentPartnersAction section .Image img
{
    width: 120px;
    height: 120px;
}
.MainContentPartnersAction section .Info
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.MainContentPartnersAction section .Info h3,
.MainContentPartnersAction section .Info p
{
    margin: 14px 0 0 0;
    color: var(--MainBlueLight);
}
.MainContentPartnersAction section .Info h3
{
    text-align: center;
    font: bold 28px "RobotoMedium", sans-serif;
}
.MainContentPartnersAction section .Info p
{
    margin: 14px 0 0 0;
    font: bold 46px "RobotoBold", sans-serif;
}
/* -------------------- CONTENT PARTNERS ACTION [ END ] -------------------- */
/* -------------------- CONTENT PARTNERS SLIDER [ PRE ] -------------------- */
.MainContentPartnersSlider
{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.MainContentPartnersSlider > div
{
    width: 100%;
    height: 100%;
}
.MainContentPartnersSlider > div > section h2
{
    text-align: center;
    font-size: 28px;
    padding: 0 0 14px 0;
    color: var(--MainBlueNight);
}
.MainContentPartnersSlider .swiper-container
{
    width: 100%;
    height: 250px;
    background: white;
    border-top: 4px solid var(--MainBlueNight);
}
.MainContentPartnersSlider .swiper-container .swiper-slide
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.MainContentPartnersSlider .swiper-container .swiper-prev-next-container
{
    width: 160px;
    height: 60px;
}
.MainContentPartnersSlider .swiper-container .swiper-prev-next-container .swiper-button-next span
{
    margin: 0 0 0 24px;
}
.MainContentPartnersSlider .swiper-container .swiper-prev-next-container .swiper-button-prev span
{
    margin: 0 24px 0 0;
}
.MainContentPartnersSlider .swiper-container .swiper-prev-next-container span:before,
.MainContentPartnersSlider .swiper-container .swiper-prev-next-container span:after
{
    height: 1px;
    width: 25px;
}
/* -------------------- CONTENT PARTNERS SLIDER [ END ] -------------------- */
/* -------------------- CONTENT OTHER INDUSTRIES [ PRE ] -------------------- */
@keyframes MyAnimateBullet
{
    0%
    {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    25%
    {
        opacity: 1;
    }
    50%
    {

    }
    75%
    {

    }
    100%
    {
        width: 140%;
        height: 140%;
        opacity: 0;
    }
}
.Industries .MainContentOther
{
    width: 100%;
}
.Industries .MainContentOther .ContentImage .Section
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: unset;
}
.Industries .MainContentOther .ContentImage .Section > div
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: relative;
}
.Industries .MainContentOther .ContentImage .Section > div:before
{
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--MainBlueLight);
}
.Industries .MainContentOther .ContentImage .Section > div:after
{
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 15px;
    position: absolute;
    border-right: 2px solid var(--MainBlueLight);
    border-left: 2px solid var(--MainBlueLight);
}
.Industries .MainContentOther .ContentImage .Image
{
    position: relative;
    z-index: -1;
}
.Industries .MainContentOther .ContentImage .Image img
{
    width: 400px;
}
.Industries .MainContentLeft .ContentImage > .Image img
{
    margin: 0 0 0 4px;
}
.Industries .MainContentRight .ContentImage > .Image img
{
    margin: 0 4px 0 0;
}
.Industries .MainContentOther .ContentImage .Section > div > section
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
    background: white;
    transition: 0.3s;
    position: relative;
    border: 1px solid var(--MainBlueLight);
    border-radius: 50%;
    animation-delay: 4s;
}
.Industries .MainContentOther .ContentImage .Section > div > section
{

}
.Industries .MainContentOther .ContentImage .Section > div > section span.active
{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid var(--MainBlueLight);
    border-radius: 50%;
    z-index: -1;
    animation: MyAnimateBullet 1 1s ease-in-out;
}
.Industries .MainContentOther .ContentImage .Section > div > section .Image
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10000;
}
.Industries .MainContentOther .ContentImage .Section > div > section img
{
    width: 50px;
    transition: 0.3s;
}
.Industries .MainContentOther .ContentImage .Section > div > section .Text
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
}
.Industries .MainContentOther .ContentImage .Section > div > section h3
{
    color: var(--MainBlueLight);
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 55px;
    transition: 0.3s;
    opacity: 1;
}
.Industries .MainContentOther .ContentImage .Section > div > section:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1001;
    border-radius: 50%;
}
.Industries .MainContentOther .ContentImage .Section > div > section .HoverSectionShow
{
    width: 250px;
    background: white;
    position: absolute;
    top: 75px;
    border: 1px solid var(--MainBlueLight);
    opacity: 0;
    border-radius: 8px;
    transition: 0.3s;
    transition-delay: 0s;
    z-index: 10000000;
    pointer-events: none;
}
.Industries .MainContentOther .ContentImage .Section > div > section .HoverSectionShow p
{
    color: var(--MainBlueNight);
    font: normal 14px/16px "Calibri", sans-serif;
    text-align: left;
    padding: 0 14px 0 14px;
}
.Industries .MainContentOther .ContentImage .Section > div > section.active
{
    width: 120px;
    height: 120px;
    box-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}
.Industries .MainContentOther .ContentImage .Section > div > section.active .Image img
{
    width: 60px;
}
.Industries .MainContentOther .ContentImage .Section > div > section.active .Text h3
{
    top: 0;
    opacity: 0;
}
.Industries .MainContentOther .ContentImage .Section > div > section.active .HoverSectionShow
{
    pointer-events: auto;
    top: 110px;
    transition-delay: 0.15s;
    box-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
    opacity: 1;
}
.Industries .MainContentOther.OneBlockSection .ContentImage .Section
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.Industries .MainContentOther.OneBlockSection .ContentImage .Section > div
{
    width: 60%;
}
/* -------------------- CONTENT OTHER INDUSTRIES [ END ] -------------------- */
/* ---------------------------------------- MAIN CONTENT [ END ] ---------------------------------------- */
/* ---------------------------------------- ABOUT US FORM [ PRE ] ---------------------------------------- */
.AboutUsForm .ContentImage
{
    align-items: unset;
}
.AboutUsForm .ContentImage > div:first-child
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 60px 60px 30px 60px;
    margin-right: 40px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 10px;
}
.AboutUsForm .ContentImage > div:first-child:hover
{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.AboutUsForm .ContentImage > div:first-child form input
{
    border: unset;
    outline: unset;
    pointer-events: auto;
}
.AboutUsForm .ContentImage > div:first-child form
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.AboutUsForm .ContentImage > div:first-child .FormGroup
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 30px 0;
}
.AboutUsForm .ContentImage > div:first-child .FormGroup label svg
{
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.AboutUsForm .ContentImage > div:first-child .FormGroup input
{
    width: 100%;
    height: 45px;
    margin: 0 10px 0 0;
    padding: 0 0 0 14px;
    color: var(--MainBlueNight);
    border-bottom: 1px solid #333;
}
.AboutUsForm .ContentImage > div:first-child .FormGroup input:focus::placeholder
{
    color: #333;
}
.AboutUsForm .ContentImage > div:first-child .SubmitForm
{
    display: flex;
    justify-content: flex-end;
}
.AboutUsForm .ContentImage > div:first-child .SubmitForm input
{
    background: linear-gradient(90deg, #0094df, #183599);
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
}
.AboutUsForm .ContentImage > div:first-child .SubmitForm input:hover
{
    cursor: pointer;
    background: linear-gradient(90deg, #008ad4, #183592);
}
.AboutUsForm .ContentImage > div:first-child .SubmitForm label
{
    pointer-events: auto;
}
.AboutUsForm .ContentImage > div:first-child .SubmitForm label::before,
.AboutUsForm .ContentImage > div:first-child .SubmitForm label::after
{
    border-radius: 6px;
}
.AboutUsForm .ContentImage > div:first-child .SubmitForm label:hover::before,
.AboutUsForm .ContentImage > div:first-child .SubmitForm label:hover::after
{
    border-radius: 12px;
}
/* ---------------------------------------- ABOUT US FORM [ END ] ---------------------------------------- */
/* ---------------------------------------- FOOTER [ PRE ] ---------------------------------------- */
footer
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 15px 0 0 0;
    background: linear-gradient(90deg, #0094df, #183599);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.51);
}
footer *
{
    color: white;
}
footer .FooterContacts
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 0 15px 0;
}
footer .FooterContacts h2
{
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 400;
}
footer .FooterContacts address
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}
footer .FooterContacts address a
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 24px 0 24px;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
}
footer .FooterContacts address a:hover
{
    color: white;
}
footer .FooterContacts address a span
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 14px 0 0;
    padding: 5px;
    border: 2px solid white;
    border-radius: 50%;
}
footer .FooterContacts address a svg
{
    width: 14px;
    height: 14px;
}
footer .FooterCopyright
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 15px 0;
}
footer .FooterCopyright h3
{
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
}
footer .FooterInformation
{
    margin: 0 0 15px 0;
}
footer .FooterInformation a:nth-child(n+2)
{
    margin: 0 0 0 20px;
}
footer .FooterInformation a:hover
{
    color: #bdbdbd;
}
/* ---------------------------------------- FOOTER [ END ] ---------------------------------------- */
/* ---------------------------------------- HIDDEN BLOCK [ PRE ] ---------------------------------------- */
.GetInLeft,
.GetInRight
{
    opacity: 0;
    transition: 0.7s;
}
.OtherPage .ContentImage .Image,
.ContentIconGrid
{
    transition: 1s;
}
.GetInLeft
{
    transform: translate3d(-200px, 0, 0) rotate(-5deg);
}
.GetInRight
{
    transform: translate3d(200px, 0, 0) rotate(-5deg);
}
.GetInRight.active,
.GetInLeft.active
{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/* ---------------------------------------- HIDDEN BLOCK [ END ] ---------------------------------------- */
/* ---------------------------------------- ANIMATION SLIDER [ PRE ] ---------------------------------------- */
.swiper-slide > div
{
    height: 100%;
}
#AnimationSlider
{
    width: 100%;
    height: 100%;
    position: relative;
}
#AnimationSlider > div
{
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 17vh;
    left: 14vw;
    pointer-events: none;
    transform-origin: 0;
}
.SliderIcon
{
    transform: translateY(calc(-100vh + -100vw));
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    border-radius: 16%;
}
#AnimationSlider svg.Icon
{
    padding: 14px;
    color: white;
    background: rgba(120, 148, 186, 0.45);
    border: 4px solid rgba(255, 255, 255, 0.45);
    border-radius: 16%;
}
.SliderLevel > div
{
    display: flex;
}
.SliderLevel > div > div
{
    position: absolute;
}
.Level1 > div > div,
.Level1 svg.Icon
{
    width: 200px;
    height: 200px;
}
.Level1 .active
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 16%;
    z-index: 101;
}
.Level1 .active::before
{
    content: '';
    width: 90%;
    height: calc(90% - 4px);
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 80%, transparent);
    position: absolute;
}
.Level2 > div > div,
.Level2 svg.Icon
{
    width: 150px;
    height: 150px;
}
.Level2 > div > div:nth-child(1)
{
    top: -6%;
    left: 9.9%;
}
.Level2 > div > div:nth-child(2)
{
    top: 15.5%;
    left: -5.5%;
}
.Level2 > div > div:nth-child(3)
{
    top: 23%;
    left: 6%;
}
.Level2 > div > div:nth-child(4)
{
    top: 6.8%;
    left: 24.6%;
}
.Level2 > div > div:nth-child(5)
{
    top: 39%;
    left: 17.5%;
}
.Level2 > div > div:nth-child(6)
{
    top: 35.5%;
    left: 32.5%;
}
.Level2 > div > div:nth-child(7)
{
    top: 27%;
    left: 46%;
}
.Level3 > div > div,
.Level3 svg.Icon
{
    width: 110px;
    height: 110px;
}
.Level3 > div > div:nth-child(1)
{
    top: 14%;
    left: 15%;
}
.Level3 > div > div:nth-child(2)
{
    top: 0;
    left: 20%;
}
.Level3 > div > div:nth-child(3)
{
    top: 21.5%;
    left: 19.5%;
}
.Level3 > div > div:nth-child(4)
{
    top: 15%;
    left: 36%;
}
.Level3 > div > div:nth-child(5)
{
    top: 49.5%;
    left: 40.5%;
}
.Level3 > div > div:nth-child(6)
{
    top: 48%;
    left: 52%;
}
.Level4 > div > div,
.Level4 svg.Icon
{
    width: 65px;
    height: 65px;
}
.Level4 > div > div:nth-child(1)
{
    top: 26%;
    left: 32.5%;
}
.Level4 > div > div:nth-child(2)
{
    top: 33%;
    left: 25.5%;
}
.Level4 > div > div:nth-child(3)
{
    top: 54%;
    left: 32%;
}
@media (max-width: 5120px)
{
    #AnimationSlider > div
    {
        top: 400px;
        left: 14.5vw;
        transform: scale(2.5) translateY(34%);
    }
}
@media (max-width: 5120px) and (height: 4096px)
{
    #AnimationSlider > div
    {
        top: 450px;
        left: 16.5vw;
        transform: scale(3) translateY(38%);
    }
}
@media (max-width: 4096px)
{
    #AnimationSlider > div
    {
        top: 400px;
        left: 13vw;
        transform: scale(2.2) translateY(22%);
    }
}
@media (max-width: 3200px)
{
    #AnimationSlider > div
    {
        top: 350px;
        left: 13vw;
        transform: scale(2) translateY(22%);
    }
}
@media (max-width: 2660px)
{
    #AnimationSlider > div
    {
        top: 17vh;
        left: 14.5vw;
        transform: scale(1.5) translateY(14%);
    }
}
@media (max-width: 1920px)
{
    #AnimationSlider > div
    {
        top: 17vh;
        left: 14.5vw;
        transform: scale(1);
    }
}
@media (max-width: 1400px)
{
    #AnimationSlider > div
    {
        top: 5vh;
        left: 18vw;
        transform: scale(0.8);
    }
}
@media (max-width: 1100px)
{
    #AnimationSlider > div
    {
        top: -1vh;
        left: 23vw;
        transform: scale(0.65);
    }
}
@media (max-width: 950px)
{
    #AnimationSlider > div
    {
        top: -13vh;
        left: 15vw;
        transform: scale(0.65);
    }
}
@media (max-width: 768px)
{
    #AnimationSlider > div
    {
        top: -160px;
        left: 90px;
        transform: scale(0.5) translate(3%, -7%);
    }
}
@media (max-width: 768px) and (height: 1024px)
{
    #AnimationSlider > div
    {
        top: -35px;
        left: 220px;
        transform: scale(0.5) translate(3%, -7%);
    }
}
@media (max-width: 530px)
{
    #AnimationSlider > div
    {
        top: -220px;
        left: 115px;
        transform: scale(0.45) translate(0, 0);
    }
}
/* ---------------------------------------- ANIMATION SLIDER [ END ] ---------------------------------------- */
/* ---------------------------------------- MAIN BACKGROUND [ PRE ] ---------------------------------------- */
#BgMain
{
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#BgMain > img
{
    position: absolute;
    opacity: 0.1;
}
/* ---------------------------------------- MAIN BACKGROUND [ END ] ---------------------------------------- */