@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* CSS Document */
html {
  width: 100%;
}

body {
  width: 100%;
  margin: 0;
  background: #fff;
  font-size: 20px;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #27397C;
}

:-moz-placeholder {
  color: #27397C;
}

::-moz-placeholder {
  color: #27397C;
}

:-ms-input-placeholder {
  color: #27397C;
}

::selection {
  background: #07AF03;
  color: #fff;
}

::-moz-selection {
  background: #07AF03;
  color: #fff;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: ate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    nsform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
@keyframes scrollAnim {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/*General Elements */
body, input, textarea, select, option {
  font-family: "Plus Jakarta Sans", sans-serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.content {
  width: 100%;
  margin: auto;
}

/*:before{font-family: IcoFont;font-style: normal;}*/
.btn {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 35px;
  background: #07AF03;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  display: block;
  max-width: 280px;
}
.btn span {
  display: block;
  line-height: 48px;
  position: relative;
}
.btn span:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icons/btnArrow.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.full {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 9px 35px;
}
.btn:hover span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  right: -10px;
}
.btn.center {
  margin: auto;
}

a.scroll {
  position: absolute;
  bottom: 80px;
  height: 88px;
  width: 20px;
  background: url(../images/icons/arrow-scroll.svg) no-repeat bottom center;
  z-index: 2;
  right: calc((100% - 1200px) / 2);
}
a.scroll:before {
  display: block;
  width: 100%;
  background: url(../images/icons/arrow-scroll-over.svg) no-repeat top center;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  animation: scrollAnim ease-in-out 2s infinite alternate;
}
a.scroll span {
  font-size: 15px;
  font-weight: 200;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  position: absolute;
  left: -20px;
  top: -50px;
}

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

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

section {
  padding: 65px 45px;
  position: relative;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.row .col {
  width: 100%;
}
.row .col.col-1 {
  width: 1%;
}
.row .col.col-2 {
  width: 2%;
}
.row .col.col-3 {
  width: 3%;
}
.row .col.col-4 {
  width: 4%;
}
.row .col.col-5 {
  width: 5%;
}
.row .col.col-6 {
  width: 6%;
}
.row .col.col-7 {
  width: 7%;
}
.row .col.col-8 {
  width: 8%;
}
.row .col.col-9 {
  width: 9%;
}
.row .col.col-10 {
  width: 10%;
}
.row .col.col-11 {
  width: 11%;
}
.row .col.col-12 {
  width: 12%;
}
.row .col.col-13 {
  width: 13%;
}
.row .col.col-14 {
  width: 14%;
}
.row .col.col-15 {
  width: 15%;
}
.row .col.col-16 {
  width: 16%;
}
.row .col.col-17 {
  width: 17%;
}
.row .col.col-18 {
  width: 18%;
}
.row .col.col-19 {
  width: 19%;
}
.row .col.col-20 {
  width: 20%;
}
.row .col.col-21 {
  width: 21%;
}
.row .col.col-22 {
  width: 22%;
}
.row .col.col-23 {
  width: 23%;
}
.row .col.col-24 {
  width: 24%;
}
.row .col.col-25 {
  width: 25%;
}
.row .col.col-26 {
  width: 26%;
}
.row .col.col-27 {
  width: 27%;
}
.row .col.col-28 {
  width: 28%;
}
.row .col.col-29 {
  width: 29%;
}
.row .col.col-30 {
  width: 30%;
}
.row .col.col-31 {
  width: 31%;
}
.row .col.col-32 {
  width: 32%;
}
.row .col.col-33 {
  width: 33%;
}
.row .col.col-34 {
  width: 34%;
}
.row .col.col-35 {
  width: 35%;
}
.row .col.col-36 {
  width: 36%;
}
.row .col.col-37 {
  width: 37%;
}
.row .col.col-38 {
  width: 38%;
}
.row .col.col-39 {
  width: 39%;
}
.row .col.col-40 {
  width: 40%;
}
.row .col.col-41 {
  width: 41%;
}
.row .col.col-42 {
  width: 42%;
}
.row .col.col-43 {
  width: 43%;
}
.row .col.col-44 {
  width: 44%;
}
.row .col.col-45 {
  width: 45%;
}
.row .col.col-46 {
  width: 46%;
}
.row .col.col-47 {
  width: 47%;
}
.row .col.col-48 {
  width: 48%;
}
.row .col.col-49 {
  width: 49%;
}
.row .col.col-50 {
  width: 50%;
}
.row .col.col-51 {
  width: 51%;
}
.row .col.col-52 {
  width: 52%;
}
.row .col.col-53 {
  width: 53%;
}
.row .col.col-54 {
  width: 54%;
}
.row .col.col-55 {
  width: 55%;
}
.row .col.col-56 {
  width: 56%;
}
.row .col.col-57 {
  width: 57%;
}
.row .col.col-58 {
  width: 58%;
}
.row .col.col-59 {
  width: 59%;
}
.row .col.col-60 {
  width: 60%;
}
.row .col.col-61 {
  width: 61%;
}
.row .col.col-62 {
  width: 62%;
}
.row .col.col-63 {
  width: 63%;
}
.row .col.col-64 {
  width: 64%;
}
.row .col.col-65 {
  width: 65%;
}
.row .col.col-66 {
  width: 66%;
}
.row .col.col-67 {
  width: 67%;
}
.row .col.col-68 {
  width: 68%;
}
.row .col.col-69 {
  width: 69%;
}
.row .col.col-70 {
  width: 70%;
}
.row .col.col-71 {
  width: 71%;
}
.row .col.col-72 {
  width: 72%;
}
.row .col.col-73 {
  width: 73%;
}
.row .col.col-74 {
  width: 74%;
}
.row .col.col-75 {
  width: 75%;
}
.row .col.col-76 {
  width: 76%;
}
.row .col.col-77 {
  width: 77%;
}
.row .col.col-78 {
  width: 78%;
}
.row .col.col-79 {
  width: 79%;
}
.row .col.col-80 {
  width: 80%;
}
.row .col.col-81 {
  width: 81%;
}
.row .col.col-82 {
  width: 82%;
}
.row .col.col-83 {
  width: 83%;
}
.row .col.col-84 {
  width: 84%;
}
.row .col.col-85 {
  width: 85%;
}
.row .col.col-86 {
  width: 86%;
}
.row .col.col-87 {
  width: 87%;
}
.row .col.col-88 {
  width: 88%;
}
.row .col.col-89 {
  width: 89%;
}
.row .col.col-90 {
  width: 90%;
}
.row .col.col-91 {
  width: 91%;
}
.row .col.col-92 {
  width: 92%;
}
.row .col.col-93 {
  width: 93%;
}
.row .col.col-94 {
  width: 94%;
}
.row .col.col-95 {
  width: 95%;
}
.row .col.col-96 {
  width: 96%;
}
.row .col.col-97 {
  width: 97%;
}
.row .col.col-98 {
  width: 98%;
}
.row .col.col-99 {
  width: 99%;
}
.row .col.col-100 {
  width: 100%;
}
.row .col.col-101 {
  width: 101%;
}
.row .col.col-102 {
  width: 102%;
}
.row .col.col-103 {
  width: 103%;
}
.row .col.col-104 {
  width: 104%;
}
.row .col.col-105 {
  width: 105%;
}
.row .col.col-106 {
  width: 106%;
}
.row .col.col-107 {
  width: 107%;
}
.row .col.col-108 {
  width: 108%;
}
.row .col.col-109 {
  width: 109%;
}
.row .col.col-110 {
  width: 110%;
}
.row .col.col-111 {
  width: 111%;
}
.row .col.col-112 {
  width: 112%;
}
.row .col.col-113 {
  width: 113%;
}
.row .col.col-114 {
  width: 114%;
}
.row .col.col-115 {
  width: 115%;
}
.row .col.col-116 {
  width: 116%;
}
.row .col.col-117 {
  width: 117%;
}
.row .col.col-118 {
  width: 118%;
}
.row .col.col-119 {
  width: 119%;
}
.row .col.col-120 {
  width: 120%;
}
.row .col.col-121 {
  width: 121%;
}
.row .col.col-122 {
  width: 122%;
}
.row .col.col-123 {
  width: 123%;
}
.row .col.col-124 {
  width: 124%;
}
.row .col.col-125 {
  width: 125%;
}
.row .col.col-126 {
  width: 126%;
}
.row .col.col-127 {
  width: 127%;
}
.row .col.col-128 {
  width: 128%;
}
.row .col.col-129 {
  width: 129%;
}
.row .col.col-130 {
  width: 130%;
}
.row .col.col-131 {
  width: 131%;
}
.row .col.col-132 {
  width: 132%;
}
.row .col.col-133 {
  width: 133%;
}
.row .col.col-134 {
  width: 134%;
}
.row .col.col-135 {
  width: 135%;
}
.row .col.col-136 {
  width: 136%;
}
.row .col.col-137 {
  width: 137%;
}
.row .col.col-138 {
  width: 138%;
}
.row .col.col-139 {
  width: 139%;
}
.row .col.col-140 {
  width: 140%;
}
.row .col.col-141 {
  width: 141%;
}
.row .col.col-142 {
  width: 142%;
}
.row .col.col-143 {
  width: 143%;
}
.row .col.col-144 {
  width: 144%;
}
.row .col.col-145 {
  width: 145%;
}
.row .col.col-146 {
  width: 146%;
}
.row .col.col-147 {
  width: 147%;
}
.row .col.col-148 {
  width: 148%;
}
.row .col.col-149 {
  width: 149%;
}
.row .col.col-150 {
  width: 150%;
}
.row .col.col-151 {
  width: 151%;
}
.row .col.col-152 {
  width: 152%;
}
.row .col.col-153 {
  width: 153%;
}
.row .col.col-154 {
  width: 154%;
}
.row .col.col-155 {
  width: 155%;
}
.row .col.col-156 {
  width: 156%;
}
.row .col.col-157 {
  width: 157%;
}
.row .col.col-158 {
  width: 158%;
}
.row .col.col-159 {
  width: 159%;
}
.row .col.col-160 {
  width: 160%;
}
.row .col.col-161 {
  width: 161%;
}
.row .col.col-162 {
  width: 162%;
}
.row .col.col-163 {
  width: 163%;
}
.row .col.col-164 {
  width: 164%;
}
.row .col.col-165 {
  width: 165%;
}
.row .col.col-166 {
  width: 166%;
}
.row .col.col-167 {
  width: 167%;
}
.row .col.col-168 {
  width: 168%;
}
.row .col.col-169 {
  width: 169%;
}
.row .col.col-170 {
  width: 170%;
}
.row .col.col-171 {
  width: 171%;
}
.row .col.col-172 {
  width: 172%;
}
.row .col.col-173 {
  width: 173%;
}
.row .col.col-174 {
  width: 174%;
}
.row .col.col-175 {
  width: 175%;
}
.row .col.col-176 {
  width: 176%;
}
.row .col.col-177 {
  width: 177%;
}
.row .col.col-178 {
  width: 178%;
}
.row .col.col-179 {
  width: 179%;
}
.row .col.col-180 {
  width: 180%;
}
.row .col.col-181 {
  width: 181%;
}
.row .col.col-182 {
  width: 182%;
}
.row .col.col-183 {
  width: 183%;
}
.row .col.col-184 {
  width: 184%;
}
.row .col.col-185 {
  width: 185%;
}
.row .col.col-186 {
  width: 186%;
}
.row .col.col-187 {
  width: 187%;
}
.row .col.col-188 {
  width: 188%;
}
.row .col.col-189 {
  width: 189%;
}
.row .col.col-190 {
  width: 190%;
}
.row .col.col-191 {
  width: 191%;
}
.row .col.col-192 {
  width: 192%;
}
.row .col.col-193 {
  width: 193%;
}
.row .col.col-194 {
  width: 194%;
}
.row .col.col-195 {
  width: 195%;
}
.row .col.col-196 {
  width: 196%;
}
.row .col.col-197 {
  width: 197%;
}
.row .col.col-198 {
  width: 198%;
}
.row .col.col-199 {
  width: 199%;
}
.row .col.col-200 {
  width: 200%;
}
.row .col.col-201 {
  width: 201%;
}
.row .col.col-202 {
  width: 202%;
}
.row .col.col-203 {
  width: 203%;
}
.row .col.col-204 {
  width: 204%;
}
.row .col.col-205 {
  width: 205%;
}
.row .col.col-206 {
  width: 206%;
}
.row .col.col-207 {
  width: 207%;
}
.row .col.col-208 {
  width: 208%;
}
.row .col.col-209 {
  width: 209%;
}
.row .col.col-210 {
  width: 210%;
}
.row .col.col-211 {
  width: 211%;
}
.row .col.col-212 {
  width: 212%;
}
.row .col.col-213 {
  width: 213%;
}
.row .col.col-214 {
  width: 214%;
}
.row .col.col-215 {
  width: 215%;
}
.row .col.col-216 {
  width: 216%;
}
.row .col.col-217 {
  width: 217%;
}
.row .col.col-218 {
  width: 218%;
}
.row .col.col-219 {
  width: 219%;
}
.row .col.col-220 {
  width: 220%;
}
.row .col.col-221 {
  width: 221%;
}
.row .col.col-222 {
  width: 222%;
}
.row .col.col-223 {
  width: 223%;
}
.row .col.col-224 {
  width: 224%;
}
.row .col.col-225 {
  width: 225%;
}
.row .col.col-226 {
  width: 226%;
}
.row .col.col-227 {
  width: 227%;
}
.row .col.col-228 {
  width: 228%;
}
.row .col.col-229 {
  width: 229%;
}
.row .col.col-230 {
  width: 230%;
}
.row .col.col-231 {
  width: 231%;
}
.row .col.col-232 {
  width: 232%;
}
.row .col.col-233 {
  width: 233%;
}
.row .col.col-234 {
  width: 234%;
}
.row .col.col-235 {
  width: 235%;
}
.row .col.col-236 {
  width: 236%;
}
.row .col.col-237 {
  width: 237%;
}
.row .col.col-238 {
  width: 238%;
}
.row .col.col-239 {
  width: 239%;
}
.row .col.col-240 {
  width: 240%;
}
.row .col.col-241 {
  width: 241%;
}
.row .col.col-242 {
  width: 242%;
}
.row .col.col-243 {
  width: 243%;
}
.row .col.col-244 {
  width: 244%;
}
.row .col.col-245 {
  width: 245%;
}
.row .col.col-246 {
  width: 246%;
}
.row .col.col-247 {
  width: 247%;
}
.row .col.col-248 {
  width: 248%;
}
.row .col.col-249 {
  width: 249%;
}
.row .col.col-250 {
  width: 250%;
}
.row .col.col-251 {
  width: 251%;
}
.row .col.col-252 {
  width: 252%;
}
.row .col.col-253 {
  width: 253%;
}
.row .col.col-254 {
  width: 254%;
}
.row .col.col-255 {
  width: 255%;
}
.row .col.col-256 {
  width: 256%;
}
.row .col.col-257 {
  width: 257%;
}
.row .col.col-258 {
  width: 258%;
}
.row .col.col-259 {
  width: 259%;
}
.row .col.col-260 {
  width: 260%;
}
.row .col.col-261 {
  width: 261%;
}
.row .col.col-262 {
  width: 262%;
}
.row .col.col-263 {
  width: 263%;
}
.row .col.col-264 {
  width: 264%;
}
.row .col.col-265 {
  width: 265%;
}
.row .col.col-266 {
  width: 266%;
}
.row .col.col-267 {
  width: 267%;
}
.row .col.col-268 {
  width: 268%;
}
.row .col.col-269 {
  width: 269%;
}
.row .col.col-270 {
  width: 270%;
}
.row .col.col-271 {
  width: 271%;
}
.row .col.col-272 {
  width: 272%;
}
.row .col.col-273 {
  width: 273%;
}
.row .col.col-274 {
  width: 274%;
}
.row .col.col-275 {
  width: 275%;
}
.row .col.col-276 {
  width: 276%;
}
.row .col.col-277 {
  width: 277%;
}
.row .col.col-278 {
  width: 278%;
}
.row .col.col-279 {
  width: 279%;
}
.row .col.col-280 {
  width: 280%;
}
.row .col.col-281 {
  width: 281%;
}
.row .col.col-282 {
  width: 282%;
}
.row .col.col-283 {
  width: 283%;
}
.row .col.col-284 {
  width: 284%;
}
.row .col.col-285 {
  width: 285%;
}
.row .col.col-286 {
  width: 286%;
}
.row .col.col-287 {
  width: 287%;
}
.row .col.col-288 {
  width: 288%;
}
.row .col.col-289 {
  width: 289%;
}
.row .col.col-290 {
  width: 290%;
}
.row .col.col-291 {
  width: 291%;
}
.row .col.col-292 {
  width: 292%;
}
.row .col.col-293 {
  width: 293%;
}
.row .col.col-294 {
  width: 294%;
}
.row .col.col-295 {
  width: 295%;
}
.row .col.col-296 {
  width: 296%;
}
.row .col.col-297 {
  width: 297%;
}
.row .col.col-298 {
  width: 298%;
}
.row .col.col-299 {
  width: 299%;
}
.row .col.col-300 {
  width: 300%;
}
.row .col.col-301 {
  width: 301%;
}
.row .col.col-302 {
  width: 302%;
}
.row .col.col-303 {
  width: 303%;
}
.row .col.col-304 {
  width: 304%;
}
.row .col.col-305 {
  width: 305%;
}
.row .col.col-306 {
  width: 306%;
}
.row .col.col-307 {
  width: 307%;
}
.row .col.col-308 {
  width: 308%;
}
.row .col.col-309 {
  width: 309%;
}
.row .col.col-310 {
  width: 310%;
}
.row .col.col-311 {
  width: 311%;
}
.row .col.col-312 {
  width: 312%;
}
.row .col.col-313 {
  width: 313%;
}
.row .col.col-314 {
  width: 314%;
}
.row .col.col-315 {
  width: 315%;
}
.row .col.col-316 {
  width: 316%;
}
.row .col.col-317 {
  width: 317%;
}
.row .col.col-318 {
  width: 318%;
}
.row .col.col-319 {
  width: 319%;
}
.row .col.col-320 {
  width: 320%;
}
.row .col.col-321 {
  width: 321%;
}
.row .col.col-322 {
  width: 322%;
}
.row .col.col-323 {
  width: 323%;
}
.row .col.col-324 {
  width: 324%;
}
.row .col.col-325 {
  width: 325%;
}
.row .col.col-326 {
  width: 326%;
}
.row .col.col-327 {
  width: 327%;
}
.row .col.col-328 {
  width: 328%;
}
.row .col.col-329 {
  width: 329%;
}
.row .col.col-330 {
  width: 330%;
}
.row .col.col-331 {
  width: 331%;
}
.row .col.col-332 {
  width: 332%;
}
.row .col.col-333 {
  width: 333%;
}
.row .col.col-334 {
  width: 334%;
}
.row .col.col-335 {
  width: 335%;
}
.row .col.col-336 {
  width: 336%;
}
.row .col.col-337 {
  width: 337%;
}
.row .col.col-338 {
  width: 338%;
}
.row .col.col-339 {
  width: 339%;
}
.row .col.col-340 {
  width: 340%;
}
.row .col.col-341 {
  width: 341%;
}
.row .col.col-342 {
  width: 342%;
}
.row .col.col-343 {
  width: 343%;
}
.row .col.col-344 {
  width: 344%;
}
.row .col.col-345 {
  width: 345%;
}
.row .col.col-346 {
  width: 346%;
}
.row .col.col-347 {
  width: 347%;
}
.row .col.col-348 {
  width: 348%;
}
.row .col.col-349 {
  width: 349%;
}
.row .col.col-350 {
  width: 350%;
}
.row .col.col-351 {
  width: 351%;
}
.row .col.col-352 {
  width: 352%;
}
.row .col.col-353 {
  width: 353%;
}
.row .col.col-354 {
  width: 354%;
}
.row .col.col-355 {
  width: 355%;
}
.row .col.col-356 {
  width: 356%;
}
.row .col.col-357 {
  width: 357%;
}
.row .col.col-358 {
  width: 358%;
}
.row .col.col-359 {
  width: 359%;
}
.row .col.col-360 {
  width: 360%;
}
.row .col.col-361 {
  width: 361%;
}
.row .col.col-362 {
  width: 362%;
}
.row .col.col-363 {
  width: 363%;
}
.row .col.col-364 {
  width: 364%;
}
.row .col.col-365 {
  width: 365%;
}
.row .col.col-366 {
  width: 366%;
}
.row .col.col-367 {
  width: 367%;
}
.row .col.col-368 {
  width: 368%;
}
.row .col.col-369 {
  width: 369%;
}
.row .col.col-370 {
  width: 370%;
}
.row .col.col-371 {
  width: 371%;
}
.row .col.col-372 {
  width: 372%;
}
.row .col.col-373 {
  width: 373%;
}
.row .col.col-374 {
  width: 374%;
}
.row .col.col-375 {
  width: 375%;
}
.row .col.col-376 {
  width: 376%;
}
.row .col.col-377 {
  width: 377%;
}
.row .col.col-378 {
  width: 378%;
}
.row .col.col-379 {
  width: 379%;
}
.row .col.col-380 {
  width: 380%;
}
.row .col.col-381 {
  width: 381%;
}
.row .col.col-382 {
  width: 382%;
}
.row .col.col-383 {
  width: 383%;
}
.row .col.col-384 {
  width: 384%;
}
.row .col.col-385 {
  width: 385%;
}
.row .col.col-386 {
  width: 386%;
}
.row .col.col-387 {
  width: 387%;
}
.row .col.col-388 {
  width: 388%;
}
.row .col.col-389 {
  width: 389%;
}
.row .col.col-390 {
  width: 390%;
}
.row .col.col-391 {
  width: 391%;
}
.row .col.col-392 {
  width: 392%;
}
.row .col.col-393 {
  width: 393%;
}
.row .col.col-394 {
  width: 394%;
}
.row .col.col-395 {
  width: 395%;
}
.row .col.col-396 {
  width: 396%;
}
.row .col.col-397 {
  width: 397%;
}
.row .col.col-398 {
  width: 398%;
}
.row .col.col-399 {
  width: 399%;
}
.row .col.col-400 {
  width: 400%;
}
.row .col.col-401 {
  width: 401%;
}
.row .col.col-402 {
  width: 402%;
}
.row .col.col-403 {
  width: 403%;
}
.row .col.col-404 {
  width: 404%;
}
.row .col.col-405 {
  width: 405%;
}
.row .col.col-406 {
  width: 406%;
}
.row .col.col-407 {
  width: 407%;
}
.row .col.col-408 {
  width: 408%;
}
.row .col.col-409 {
  width: 409%;
}
.row .col.col-410 {
  width: 410%;
}
.row .col.col-411 {
  width: 411%;
}
.row .col.col-412 {
  width: 412%;
}
.row .col.col-413 {
  width: 413%;
}
.row .col.col-414 {
  width: 414%;
}
.row .col.col-415 {
  width: 415%;
}
.row .col.col-416 {
  width: 416%;
}
.row .col.col-417 {
  width: 417%;
}
.row .col.col-418 {
  width: 418%;
}
.row .col.col-419 {
  width: 419%;
}
.row .col.col-420 {
  width: 420%;
}
.row .col.col-421 {
  width: 421%;
}
.row .col.col-422 {
  width: 422%;
}
.row .col.col-423 {
  width: 423%;
}
.row .col.col-424 {
  width: 424%;
}
.row .col.col-425 {
  width: 425%;
}
.row .col.col-426 {
  width: 426%;
}
.row .col.col-427 {
  width: 427%;
}
.row .col.col-428 {
  width: 428%;
}
.row .col.col-429 {
  width: 429%;
}
.row .col.col-430 {
  width: 430%;
}
.row .col.col-431 {
  width: 431%;
}
.row .col.col-432 {
  width: 432%;
}
.row .col.col-433 {
  width: 433%;
}
.row .col.col-434 {
  width: 434%;
}
.row .col.col-435 {
  width: 435%;
}
.row .col.col-436 {
  width: 436%;
}
.row .col.col-437 {
  width: 437%;
}
.row .col.col-438 {
  width: 438%;
}
.row .col.col-439 {
  width: 439%;
}
.row .col.col-440 {
  width: 440%;
}
.row .col.col-441 {
  width: 441%;
}
.row .col.col-442 {
  width: 442%;
}
.row .col.col-443 {
  width: 443%;
}
.row .col.col-444 {
  width: 444%;
}
.row .col.col-445 {
  width: 445%;
}
.row .col.col-446 {
  width: 446%;
}
.row .col.col-447 {
  width: 447%;
}
.row .col.col-448 {
  width: 448%;
}
.row .col.col-449 {
  width: 449%;
}
.row .col.col-450 {
  width: 450%;
}
.row .col.col-451 {
  width: 451%;
}
.row .col.col-452 {
  width: 452%;
}
.row .col.col-453 {
  width: 453%;
}
.row .col.col-454 {
  width: 454%;
}
.row .col.col-455 {
  width: 455%;
}
.row .col.col-456 {
  width: 456%;
}
.row .col.col-457 {
  width: 457%;
}
.row .col.col-458 {
  width: 458%;
}
.row .col.col-459 {
  width: 459%;
}
.row .col.col-460 {
  width: 460%;
}
.row .col.col-461 {
  width: 461%;
}
.row .col.col-462 {
  width: 462%;
}
.row .col.col-463 {
  width: 463%;
}
.row .col.col-464 {
  width: 464%;
}
.row .col.col-465 {
  width: 465%;
}
.row .col.col-466 {
  width: 466%;
}
.row .col.col-467 {
  width: 467%;
}
.row .col.col-468 {
  width: 468%;
}
.row .col.col-469 {
  width: 469%;
}
.row .col.col-470 {
  width: 470%;
}
.row .col.col-471 {
  width: 471%;
}
.row .col.col-472 {
  width: 472%;
}
.row .col.col-473 {
  width: 473%;
}
.row .col.col-474 {
  width: 474%;
}
.row .col.col-475 {
  width: 475%;
}
.row .col.col-476 {
  width: 476%;
}
.row .col.col-477 {
  width: 477%;
}
.row .col.col-478 {
  width: 478%;
}
.row .col.col-479 {
  width: 479%;
}
.row .col.col-480 {
  width: 480%;
}
.row .col.col-481 {
  width: 481%;
}
.row .col.col-482 {
  width: 482%;
}
.row .col.col-483 {
  width: 483%;
}
.row .col.col-484 {
  width: 484%;
}
.row .col.col-485 {
  width: 485%;
}
.row .col.col-486 {
  width: 486%;
}
.row .col.col-487 {
  width: 487%;
}
.row .col.col-488 {
  width: 488%;
}
.row .col.col-489 {
  width: 489%;
}
.row .col.col-490 {
  width: 490%;
}
.row .col.col-491 {
  width: 491%;
}
.row .col.col-492 {
  width: 492%;
}
.row .col.col-493 {
  width: 493%;
}
.row .col.col-494 {
  width: 494%;
}
.row .col.col-495 {
  width: 495%;
}
.row .col.col-496 {
  width: 496%;
}
.row .col.col-497 {
  width: 497%;
}
.row .col.col-498 {
  width: 498%;
}
.row .col.col-499 {
  width: 499%;
}
.row .col.col-500 {
  width: 500%;
}
.row .col.col-501 {
  width: 501%;
}
.row .col.col-502 {
  width: 502%;
}
.row .col.col-503 {
  width: 503%;
}
.row .col.col-504 {
  width: 504%;
}
.row .col.col-505 {
  width: 505%;
}
.row .col.col-506 {
  width: 506%;
}
.row .col.col-507 {
  width: 507%;
}
.row .col.col-508 {
  width: 508%;
}
.row .col.col-509 {
  width: 509%;
}
.row .col.col-510 {
  width: 510%;
}
.row .col.col-511 {
  width: 511%;
}
.row .col.col-512 {
  width: 512%;
}
.row .col.col-513 {
  width: 513%;
}
.row .col.col-514 {
  width: 514%;
}
.row .col.col-515 {
  width: 515%;
}
.row .col.col-516 {
  width: 516%;
}
.row .col.col-517 {
  width: 517%;
}
.row .col.col-518 {
  width: 518%;
}
.row .col.col-519 {
  width: 519%;
}
.row .col.col-520 {
  width: 520%;
}
.row .col.col-521 {
  width: 521%;
}
.row .col.col-522 {
  width: 522%;
}
.row .col.col-523 {
  width: 523%;
}
.row .col.col-524 {
  width: 524%;
}
.row .col.col-525 {
  width: 525%;
}
.row .col.col-526 {
  width: 526%;
}
.row .col.col-527 {
  width: 527%;
}
.row .col.col-528 {
  width: 528%;
}
.row .col.col-529 {
  width: 529%;
}
.row .col.col-530 {
  width: 530%;
}
.row .col.col-531 {
  width: 531%;
}
.row .col.col-532 {
  width: 532%;
}
.row .col.col-533 {
  width: 533%;
}
.row .col.col-534 {
  width: 534%;
}
.row .col.col-535 {
  width: 535%;
}
.row .col.col-536 {
  width: 536%;
}
.row .col.col-537 {
  width: 537%;
}
.row .col.col-538 {
  width: 538%;
}
.row .col.col-539 {
  width: 539%;
}
.row .col.col-540 {
  width: 540%;
}
.row .col.col-541 {
  width: 541%;
}
.row .col.col-542 {
  width: 542%;
}
.row .col.col-543 {
  width: 543%;
}
.row .col.col-544 {
  width: 544%;
}
.row .col.col-545 {
  width: 545%;
}
.row .col.col-546 {
  width: 546%;
}
.row .col.col-547 {
  width: 547%;
}
.row .col.col-548 {
  width: 548%;
}
.row .col.col-549 {
  width: 549%;
}
.row .col.col-550 {
  width: 550%;
}
.row .col.col-551 {
  width: 551%;
}
.row .col.col-552 {
  width: 552%;
}
.row .col.col-553 {
  width: 553%;
}
.row .col.col-554 {
  width: 554%;
}
.row .col.col-555 {
  width: 555%;
}
.row .col.col-556 {
  width: 556%;
}
.row .col.col-557 {
  width: 557%;
}
.row .col.col-558 {
  width: 558%;
}
.row .col.col-559 {
  width: 559%;
}
.row .col.col-560 {
  width: 560%;
}
.row .col.col-561 {
  width: 561%;
}
.row .col.col-562 {
  width: 562%;
}
.row .col.col-563 {
  width: 563%;
}
.row .col.col-564 {
  width: 564%;
}
.row .col.col-565 {
  width: 565%;
}
.row .col.col-566 {
  width: 566%;
}
.row .col.col-567 {
  width: 567%;
}
.row .col.col-568 {
  width: 568%;
}
.row .col.col-569 {
  width: 569%;
}
.row .col.col-570 {
  width: 570%;
}
.row .col.col-571 {
  width: 571%;
}
.row .col.col-572 {
  width: 572%;
}
.row .col.col-573 {
  width: 573%;
}
.row .col.col-574 {
  width: 574%;
}
.row .col.col-575 {
  width: 575%;
}
.row .col.col-576 {
  width: 576%;
}
.row .col.col-577 {
  width: 577%;
}
.row .col.col-578 {
  width: 578%;
}
.row .col.col-579 {
  width: 579%;
}
.row .col.col-580 {
  width: 580%;
}
.row .col.col-581 {
  width: 581%;
}
.row .col.col-582 {
  width: 582%;
}
.row .col.col-583 {
  width: 583%;
}
.row .col.col-584 {
  width: 584%;
}
.row .col.col-585 {
  width: 585%;
}
.row .col.col-586 {
  width: 586%;
}
.row .col.col-587 {
  width: 587%;
}
.row .col.col-588 {
  width: 588%;
}
.row .col.col-589 {
  width: 589%;
}
.row .col.col-590 {
  width: 590%;
}
.row .col.col-591 {
  width: 591%;
}
.row .col.col-592 {
  width: 592%;
}
.row .col.col-593 {
  width: 593%;
}
.row .col.col-594 {
  width: 594%;
}
.row .col.col-595 {
  width: 595%;
}
.row .col.col-596 {
  width: 596%;
}
.row .col.col-597 {
  width: 597%;
}
.row .col.col-598 {
  width: 598%;
}
.row .col.col-599 {
  width: 599%;
}
.row .col.col-600 {
  width: 600%;
}
.row .col.col-601 {
  width: 601%;
}
.row .col.col-602 {
  width: 602%;
}
.row .col.col-603 {
  width: 603%;
}
.row .col.col-604 {
  width: 604%;
}
.row .col.col-605 {
  width: 605%;
}
.row .col.col-606 {
  width: 606%;
}
.row .col.col-607 {
  width: 607%;
}
.row .col.col-608 {
  width: 608%;
}
.row .col.col-609 {
  width: 609%;
}
.row .col.col-610 {
  width: 610%;
}
.row .col.col-611 {
  width: 611%;
}
.row .col.col-612 {
  width: 612%;
}
.row .col.col-613 {
  width: 613%;
}
.row .col.col-614 {
  width: 614%;
}
.row .col.col-615 {
  width: 615%;
}
.row .col.col-616 {
  width: 616%;
}
.row .col.col-617 {
  width: 617%;
}
.row .col.col-618 {
  width: 618%;
}
.row .col.col-619 {
  width: 619%;
}
.row .col.col-620 {
  width: 620%;
}
.row .col.col-621 {
  width: 621%;
}
.row .col.col-622 {
  width: 622%;
}
.row .col.col-623 {
  width: 623%;
}
.row .col.col-624 {
  width: 624%;
}
.row .col.col-625 {
  width: 625%;
}
.row .col.col-626 {
  width: 626%;
}
.row .col.col-627 {
  width: 627%;
}
.row .col.col-628 {
  width: 628%;
}
.row .col.col-629 {
  width: 629%;
}
.row .col.col-630 {
  width: 630%;
}
.row .col.col-631 {
  width: 631%;
}
.row .col.col-632 {
  width: 632%;
}
.row .col.col-633 {
  width: 633%;
}
.row .col.col-634 {
  width: 634%;
}
.row .col.col-635 {
  width: 635%;
}
.row .col.col-636 {
  width: 636%;
}
.row .col.col-637 {
  width: 637%;
}
.row .col.col-638 {
  width: 638%;
}
.row .col.col-639 {
  width: 639%;
}
.row .col.col-640 {
  width: 640%;
}
.row .col.col-641 {
  width: 641%;
}
.row .col.col-642 {
  width: 642%;
}
.row .col.col-643 {
  width: 643%;
}
.row .col.col-644 {
  width: 644%;
}
.row .col.col-645 {
  width: 645%;
}
.row .col.col-646 {
  width: 646%;
}
.row .col.col-647 {
  width: 647%;
}
.row .col.col-648 {
  width: 648%;
}
.row .col.col-649 {
  width: 649%;
}
.row .col.col-650 {
  width: 650%;
}
.row .col.col-651 {
  width: 651%;
}
.row .col.col-652 {
  width: 652%;
}
.row .col.col-653 {
  width: 653%;
}
.row .col.col-654 {
  width: 654%;
}
.row .col.col-655 {
  width: 655%;
}
.row .col.col-656 {
  width: 656%;
}
.row .col.col-657 {
  width: 657%;
}
.row .col.col-658 {
  width: 658%;
}
.row .col.col-659 {
  width: 659%;
}
.row .col.col-660 {
  width: 660%;
}
.row .col.col-661 {
  width: 661%;
}
.row .col.col-662 {
  width: 662%;
}
.row .col.col-663 {
  width: 663%;
}
.row .col.col-664 {
  width: 664%;
}
.row .col.col-665 {
  width: 665%;
}
.row .col.col-666 {
  width: 666%;
}
.row .col.col-667 {
  width: 667%;
}
.row .col.col-668 {
  width: 668%;
}
.row .col.col-669 {
  width: 669%;
}
.row .col.col-670 {
  width: 670%;
}
.row .col.col-671 {
  width: 671%;
}
.row .col.col-672 {
  width: 672%;
}
.row .col.col-673 {
  width: 673%;
}
.row .col.col-674 {
  width: 674%;
}
.row .col.col-675 {
  width: 675%;
}
.row .col.col-676 {
  width: 676%;
}
.row .col.col-677 {
  width: 677%;
}
.row .col.col-678 {
  width: 678%;
}
.row .col.col-679 {
  width: 679%;
}
.row .col.col-680 {
  width: 680%;
}
.row .col.col-681 {
  width: 681%;
}
.row .col.col-682 {
  width: 682%;
}
.row .col.col-683 {
  width: 683%;
}
.row .col.col-684 {
  width: 684%;
}
.row .col.col-685 {
  width: 685%;
}
.row .col.col-686 {
  width: 686%;
}
.row .col.col-687 {
  width: 687%;
}
.row .col.col-688 {
  width: 688%;
}
.row .col.col-689 {
  width: 689%;
}
.row .col.col-690 {
  width: 690%;
}
.row .col.col-691 {
  width: 691%;
}
.row .col.col-692 {
  width: 692%;
}
.row .col.col-693 {
  width: 693%;
}
.row .col.col-694 {
  width: 694%;
}
.row .col.col-695 {
  width: 695%;
}
.row .col.col-696 {
  width: 696%;
}
.row .col.col-697 {
  width: 697%;
}
.row .col.col-698 {
  width: 698%;
}
.row .col.col-699 {
  width: 699%;
}
.row .col.col-700 {
  width: 700%;
}
.row .col.col-701 {
  width: 701%;
}
.row .col.col-702 {
  width: 702%;
}
.row .col.col-703 {
  width: 703%;
}
.row .col.col-704 {
  width: 704%;
}
.row .col.col-705 {
  width: 705%;
}
.row .col.col-706 {
  width: 706%;
}
.row .col.col-707 {
  width: 707%;
}
.row .col.col-708 {
  width: 708%;
}
.row .col.col-709 {
  width: 709%;
}
.row .col.col-710 {
  width: 710%;
}
.row .col.col-711 {
  width: 711%;
}
.row .col.col-712 {
  width: 712%;
}
.row .col.col-713 {
  width: 713%;
}
.row .col.col-714 {
  width: 714%;
}
.row .col.col-715 {
  width: 715%;
}
.row .col.col-716 {
  width: 716%;
}
.row .col.col-717 {
  width: 717%;
}
.row .col.col-718 {
  width: 718%;
}
.row .col.col-719 {
  width: 719%;
}
.row .col.col-720 {
  width: 720%;
}
.row .col.col-721 {
  width: 721%;
}
.row .col.col-722 {
  width: 722%;
}
.row .col.col-723 {
  width: 723%;
}
.row .col.col-724 {
  width: 724%;
}
.row .col.col-725 {
  width: 725%;
}
.row .col.col-726 {
  width: 726%;
}
.row .col.col-727 {
  width: 727%;
}
.row .col.col-728 {
  width: 728%;
}
.row .col.col-729 {
  width: 729%;
}
.row .col.col-730 {
  width: 730%;
}
.row .col.col-731 {
  width: 731%;
}
.row .col.col-732 {
  width: 732%;
}
.row .col.col-733 {
  width: 733%;
}
.row .col.col-734 {
  width: 734%;
}
.row .col.col-735 {
  width: 735%;
}
.row .col.col-736 {
  width: 736%;
}
.row .col.col-737 {
  width: 737%;
}
.row .col.col-738 {
  width: 738%;
}
.row .col.col-739 {
  width: 739%;
}
.row .col.col-740 {
  width: 740%;
}
.row .col.col-741 {
  width: 741%;
}
.row .col.col-742 {
  width: 742%;
}
.row .col.col-743 {
  width: 743%;
}
.row .col.col-744 {
  width: 744%;
}
.row .col.col-745 {
  width: 745%;
}
.row .col.col-746 {
  width: 746%;
}
.row .col.col-747 {
  width: 747%;
}
.row .col.col-748 {
  width: 748%;
}
.row .col.col-749 {
  width: 749%;
}
.row .col.col-750 {
  width: 750%;
}
.row .col.col-751 {
  width: 751%;
}
.row .col.col-752 {
  width: 752%;
}
.row .col.col-753 {
  width: 753%;
}
.row .col.col-754 {
  width: 754%;
}
.row .col.col-755 {
  width: 755%;
}
.row .col.col-756 {
  width: 756%;
}
.row .col.col-757 {
  width: 757%;
}
.row .col.col-758 {
  width: 758%;
}
.row .col.col-759 {
  width: 759%;
}
.row .col.col-760 {
  width: 760%;
}
.row .col.col-761 {
  width: 761%;
}
.row .col.col-762 {
  width: 762%;
}
.row .col.col-763 {
  width: 763%;
}
.row .col.col-764 {
  width: 764%;
}
.row .col.col-765 {
  width: 765%;
}
.row .col.col-766 {
  width: 766%;
}
.row .col.col-767 {
  width: 767%;
}
.row .col.col-768 {
  width: 768%;
}
.row .col.col-769 {
  width: 769%;
}
.row .col.col-770 {
  width: 770%;
}
.row .col.col-771 {
  width: 771%;
}
.row .col.col-772 {
  width: 772%;
}
.row .col.col-773 {
  width: 773%;
}
.row .col.col-774 {
  width: 774%;
}
.row .col.col-775 {
  width: 775%;
}
.row .col.col-776 {
  width: 776%;
}
.row .col.col-777 {
  width: 777%;
}
.row .col.col-778 {
  width: 778%;
}
.row .col.col-779 {
  width: 779%;
}
.row .col.col-780 {
  width: 780%;
}
.row .col.col-781 {
  width: 781%;
}
.row .col.col-782 {
  width: 782%;
}
.row .col.col-783 {
  width: 783%;
}
.row .col.col-784 {
  width: 784%;
}
.row .col.col-785 {
  width: 785%;
}
.row .col.col-786 {
  width: 786%;
}
.row .col.col-787 {
  width: 787%;
}
.row .col.col-788 {
  width: 788%;
}
.row .col.col-789 {
  width: 789%;
}
.row .col.col-790 {
  width: 790%;
}
.row .col.col-791 {
  width: 791%;
}
.row .col.col-792 {
  width: 792%;
}
.row .col.col-793 {
  width: 793%;
}
.row .col.col-794 {
  width: 794%;
}
.row .col.col-795 {
  width: 795%;
}
.row .col.col-796 {
  width: 796%;
}
.row .col.col-797 {
  width: 797%;
}
.row .col.col-798 {
  width: 798%;
}
.row .col.col-799 {
  width: 799%;
}
.row .col.col-800 {
  width: 800%;
}
.row .col.col-801 {
  width: 801%;
}
.row .col.col-802 {
  width: 802%;
}
.row .col.col-803 {
  width: 803%;
}
.row .col.col-804 {
  width: 804%;
}
.row .col.col-805 {
  width: 805%;
}
.row .col.col-806 {
  width: 806%;
}
.row .col.col-807 {
  width: 807%;
}
.row .col.col-808 {
  width: 808%;
}
.row .col.col-809 {
  width: 809%;
}
.row .col.col-810 {
  width: 810%;
}
.row .col.col-811 {
  width: 811%;
}
.row .col.col-812 {
  width: 812%;
}
.row .col.col-813 {
  width: 813%;
}
.row .col.col-814 {
  width: 814%;
}
.row .col.col-815 {
  width: 815%;
}
.row .col.col-816 {
  width: 816%;
}
.row .col.col-817 {
  width: 817%;
}
.row .col.col-818 {
  width: 818%;
}
.row .col.col-819 {
  width: 819%;
}
.row .col.col-820 {
  width: 820%;
}
.row .col.col-821 {
  width: 821%;
}
.row .col.col-822 {
  width: 822%;
}
.row .col.col-823 {
  width: 823%;
}
.row .col.col-824 {
  width: 824%;
}
.row .col.col-825 {
  width: 825%;
}
.row .col.col-826 {
  width: 826%;
}
.row .col.col-827 {
  width: 827%;
}
.row .col.col-828 {
  width: 828%;
}
.row .col.col-829 {
  width: 829%;
}
.row .col.col-830 {
  width: 830%;
}
.row .col.col-831 {
  width: 831%;
}
.row .col.col-832 {
  width: 832%;
}
.row .col.col-833 {
  width: 833%;
}
.row .col.col-834 {
  width: 834%;
}
.row .col.col-835 {
  width: 835%;
}
.row .col.col-836 {
  width: 836%;
}
.row .col.col-837 {
  width: 837%;
}
.row .col.col-838 {
  width: 838%;
}
.row .col.col-839 {
  width: 839%;
}
.row .col.col-840 {
  width: 840%;
}
.row .col.col-841 {
  width: 841%;
}
.row .col.col-842 {
  width: 842%;
}
.row .col.col-843 {
  width: 843%;
}
.row .col.col-844 {
  width: 844%;
}
.row .col.col-845 {
  width: 845%;
}
.row .col.col-846 {
  width: 846%;
}
.row .col.col-847 {
  width: 847%;
}
.row .col.col-848 {
  width: 848%;
}
.row .col.col-849 {
  width: 849%;
}
.row .col.col-850 {
  width: 850%;
}
.row .col.col-851 {
  width: 851%;
}
.row .col.col-852 {
  width: 852%;
}
.row .col.col-853 {
  width: 853%;
}
.row .col.col-854 {
  width: 854%;
}
.row .col.col-855 {
  width: 855%;
}
.row .col.col-856 {
  width: 856%;
}
.row .col.col-857 {
  width: 857%;
}
.row .col.col-858 {
  width: 858%;
}
.row .col.col-859 {
  width: 859%;
}
.row .col.col-860 {
  width: 860%;
}
.row .col.col-861 {
  width: 861%;
}
.row .col.col-862 {
  width: 862%;
}
.row .col.col-863 {
  width: 863%;
}
.row .col.col-864 {
  width: 864%;
}
.row .col.col-865 {
  width: 865%;
}
.row .col.col-866 {
  width: 866%;
}
.row .col.col-867 {
  width: 867%;
}
.row .col.col-868 {
  width: 868%;
}
.row .col.col-869 {
  width: 869%;
}
.row .col.col-870 {
  width: 870%;
}
.row .col.col-871 {
  width: 871%;
}
.row .col.col-872 {
  width: 872%;
}
.row .col.col-873 {
  width: 873%;
}
.row .col.col-874 {
  width: 874%;
}
.row .col.col-875 {
  width: 875%;
}
.row .col.col-876 {
  width: 876%;
}
.row .col.col-877 {
  width: 877%;
}
.row .col.col-878 {
  width: 878%;
}
.row .col.col-879 {
  width: 879%;
}
.row .col.col-880 {
  width: 880%;
}
.row .col.col-881 {
  width: 881%;
}
.row .col.col-882 {
  width: 882%;
}
.row .col.col-883 {
  width: 883%;
}
.row .col.col-884 {
  width: 884%;
}
.row .col.col-885 {
  width: 885%;
}
.row .col.col-886 {
  width: 886%;
}
.row .col.col-887 {
  width: 887%;
}
.row .col.col-888 {
  width: 888%;
}
.row .col.col-889 {
  width: 889%;
}
.row .col.col-890 {
  width: 890%;
}
.row .col.col-891 {
  width: 891%;
}
.row .col.col-892 {
  width: 892%;
}
.row .col.col-893 {
  width: 893%;
}
.row .col.col-894 {
  width: 894%;
}
.row .col.col-895 {
  width: 895%;
}
.row .col.col-896 {
  width: 896%;
}
.row .col.col-897 {
  width: 897%;
}
.row .col.col-898 {
  width: 898%;
}
.row .col.col-899 {
  width: 899%;
}
.row .col.col-900 {
  width: 900%;
}
.row .col.col-901 {
  width: 901%;
}
.row .col.col-902 {
  width: 902%;
}
.row .col.col-903 {
  width: 903%;
}
.row .col.col-904 {
  width: 904%;
}
.row .col.col-905 {
  width: 905%;
}
.row .col.col-906 {
  width: 906%;
}
.row .col.col-907 {
  width: 907%;
}
.row .col.col-908 {
  width: 908%;
}
.row .col.col-909 {
  width: 909%;
}
.row .col.col-910 {
  width: 910%;
}
.row .col.col-911 {
  width: 911%;
}
.row .col.col-912 {
  width: 912%;
}
.row .col.col-913 {
  width: 913%;
}
.row .col.col-914 {
  width: 914%;
}
.row .col.col-915 {
  width: 915%;
}
.row .col.col-916 {
  width: 916%;
}
.row .col.col-917 {
  width: 917%;
}
.row .col.col-918 {
  width: 918%;
}
.row .col.col-919 {
  width: 919%;
}
.row .col.col-920 {
  width: 920%;
}
.row .col.col-921 {
  width: 921%;
}
.row .col.col-922 {
  width: 922%;
}
.row .col.col-923 {
  width: 923%;
}
.row .col.col-924 {
  width: 924%;
}
.row .col.col-925 {
  width: 925%;
}
.row .col.col-926 {
  width: 926%;
}
.row .col.col-927 {
  width: 927%;
}
.row .col.col-928 {
  width: 928%;
}
.row .col.col-929 {
  width: 929%;
}
.row .col.col-930 {
  width: 930%;
}
.row .col.col-931 {
  width: 931%;
}
.row .col.col-932 {
  width: 932%;
}
.row .col.col-933 {
  width: 933%;
}
.row .col.col-934 {
  width: 934%;
}
.row .col.col-935 {
  width: 935%;
}
.row .col.col-936 {
  width: 936%;
}
.row .col.col-937 {
  width: 937%;
}
.row .col.col-938 {
  width: 938%;
}
.row .col.col-939 {
  width: 939%;
}
.row .col.col-940 {
  width: 940%;
}
.row .col.col-941 {
  width: 941%;
}
.row .col.col-942 {
  width: 942%;
}
.row .col.col-943 {
  width: 943%;
}
.row .col.col-944 {
  width: 944%;
}
.row .col.col-945 {
  width: 945%;
}
.row .col.col-946 {
  width: 946%;
}
.row .col.col-947 {
  width: 947%;
}
.row .col.col-948 {
  width: 948%;
}
.row .col.col-949 {
  width: 949%;
}
.row .col.col-950 {
  width: 950%;
}
.row .col.col-951 {
  width: 951%;
}
.row .col.col-952 {
  width: 952%;
}
.row .col.col-953 {
  width: 953%;
}
.row .col.col-954 {
  width: 954%;
}
.row .col.col-955 {
  width: 955%;
}
.row .col.col-956 {
  width: 956%;
}
.row .col.col-957 {
  width: 957%;
}
.row .col.col-958 {
  width: 958%;
}
.row .col.col-959 {
  width: 959%;
}
.row .col.col-960 {
  width: 960%;
}
.row .col.col-961 {
  width: 961%;
}
.row .col.col-962 {
  width: 962%;
}
.row .col.col-963 {
  width: 963%;
}
.row .col.col-964 {
  width: 964%;
}
.row .col.col-965 {
  width: 965%;
}
.row .col.col-966 {
  width: 966%;
}
.row .col.col-967 {
  width: 967%;
}
.row .col.col-968 {
  width: 968%;
}
.row .col.col-969 {
  width: 969%;
}
.row .col.col-970 {
  width: 970%;
}
.row .col.col-971 {
  width: 971%;
}
.row .col.col-972 {
  width: 972%;
}
.row .col.col-973 {
  width: 973%;
}
.row .col.col-974 {
  width: 974%;
}
.row .col.col-975 {
  width: 975%;
}
.row .col.col-976 {
  width: 976%;
}
.row .col.col-977 {
  width: 977%;
}
.row .col.col-978 {
  width: 978%;
}
.row .col.col-979 {
  width: 979%;
}
.row .col.col-980 {
  width: 980%;
}
.row .col.col-981 {
  width: 981%;
}
.row .col.col-982 {
  width: 982%;
}
.row .col.col-983 {
  width: 983%;
}
.row .col.col-984 {
  width: 984%;
}
.row .col.col-985 {
  width: 985%;
}
.row .col.col-986 {
  width: 986%;
}
.row .col.col-987 {
  width: 987%;
}
.row .col.col-988 {
  width: 988%;
}
.row .col.col-989 {
  width: 989%;
}
.row .col.col-990 {
  width: 990%;
}
.row .col.col-991 {
  width: 991%;
}
.row .col.col-992 {
  width: 992%;
}
.row .col.col-993 {
  width: 993%;
}
.row .col.col-994 {
  width: 994%;
}
.row .col.col-995 {
  width: 995%;
}
.row .col.col-996 {
  width: 996%;
}
.row .col.col-997 {
  width: 997%;
}
.row .col.col-998 {
  width: 998%;
}
.row .col.col-999 {
  width: 999%;
}
.row .col.col-1000 {
  width: 1000%;
}
.row .col.col-1220 {
  width: 1220px;
}
.row.h-130 {
  height: 130px;
}
.row.h-255 {
  height: 255px;
}
.row.h-510 {
  height: 510px;
}
.row.h-640 {
  height: 640px;
}
.row.h-calc {
  height: calc(100vh - 640px);
}
.row.gutter {
  margin-left: -10px;
  margin-right: -10px;
  align-items: stretch;
}
.row.gutter .col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.row.gutter .col .mb-0 {
  margin-bottom: 0;
}
.row.between {
  justify-content: space-between;
}

h2 {
  font-size: 58px;
  color: #262F2E;
  font-weight: normal;
}
h2 span {
  font-weight: 500;
  color: #07AF03;
}
h2 strong {
  font-weight: 500;
}
h2.small {
  font-size: 40px;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

.infoBox {
  width: 100%;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 50px;
  color: #fff;
  position: relative;
}
.infoBox span.icon {
  position: absolute;
  top: 35px;
  right: 35px;
}
.infoBox p {
  font-size: 20px;
}
.infoBox p span {
  font-size: 46px;
  font-weight: 600;
  display: block;
}
.infoBox p span.inline {
  display: inline;
}
.infoBox p span.big {
  font-size: 58px;
}
.infoBox p span small {
  font-size: 22px;
}
.infoBox p span i {
  font-style: normal;
}
.infoBox ul li {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.infoBox ul li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  top: 8px;
  left: 0;
}
.infoBox.h160 {
  height: 160px;
}
.infoBox.h204 {
  height: 204px;
}
.infoBox.h215 {
  height: 215px;
}
.infoBox.h234 {
  height: 234px;
}
.infoBox.h280 {
  height: 280px;
}
.infoBox.h302 {
  height: 302px;
}
.infoBox.h366 {
  height: 366px;
}
.infoBox.blue {
  background: #27397C;
}
.infoBox.lightBlue {
  background: #3B9DFF;
}
.infoBox.lightBlue2 {
  background: #364CFF;
}
.infoBox.green {
  background: #07AF03;
}
.infoBox.white {
  background: #fff;
}
.infoBox.white span {
  color: #07AF03;
}
.infoBox.white p {
  color: #27397C;
}

.owl-nav {
  width: 210px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.owl-nav button {
  display: block;
  width: 105px;
  height: 17px;
}
.owl-nav button span {
  display: block;
  border-top-left-radius: 0 0;
  border-bottom-left-radius: 300px 180px;
  border-top-right-radius: 300px 180px;
  border-bottom-right-radius: 0;
  width: 94px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav button.owl-prev span {
  background: #27397C;
}
.owl-nav button.owl-next span {
  background: #07AF03;
}
.owl-nav button:hover span {
  width: 100%;
}

i.animatedIcon {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  position: relative;
}
i.animatedIcon img {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  max-width: 80%;
  position: absolute;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 60px 45px 0;
}
header a.logo {
  width: 318px;
  height: 48px;
  background: url(../images/logo.svg) no-repeat left center;
  display: block;
  background-size: auto 100%;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0 10px 0 60px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
header nav ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  color: #262F2E;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
  line-height: 80px;
}
header nav ul li a:hover, header nav ul li a.selected {
  color: #27397C;
}
header nav ul li .subMenu {
  position: absolute;
  background: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  width: 360px;
  top: 200%;
  left: -65px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
header nav ul li .subMenu ul {
  width: 100%;
  padding: 15px 0;
}
header nav ul li .subMenu ul li {
  width: 100%;
  position: relative;
  padding: 0 15px;
}
header nav ul li .subMenu ul li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 60px;
}
header nav ul li .subMenu ul li a span {
  font-size: 15px;
  width: 100%;
  border-bottom: 1px solid #B8B8B8;
  padding-left: 15px;
  background: transparent right center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li .subMenu ul li a i {
  width: 35%;
  border-left: 1px solid #B8B8B8;
  height: 100%;
  padding-left: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header nav ul li .subMenu ul li a i img {
  display: block;
  height: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: grayscale(1);
  opacity: 0.5;
}
header nav ul li .subMenu ul li a:hover span {
  color: #07AF03;
  background: url(../images/icons/navArrow.svg) no-repeat right center;
}
header nav ul li .subMenu ul li a:hover i img {
  filter: grayscale(0);
  opacity: 1;
}
header nav ul li .subMenu ul li:last-child a span {
  border-bottom: none;
}
header nav ul li .subMenu ul li ul {
  position: absolute;
  left: 120%;
  top: 0;
  min-width: 420px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 20px 20px 0px;
  -webkit-border-radius: 0 20px 20px 0px;
  -moz-border-radius: 0 20px 20px 0px;
}
header nav ul li .subMenu ul li:hover ul {
  opacity: 1;
  left: 100%;
  visibility: visible;
}
header nav ul li .subMenu ul li:hover ul li a span {
  font-size: 13px;
}
header nav ul li .subMenu.companies {
  width: 740px;
}
header nav ul li .subMenu.companies ul li a span {
  width: 60%;
}
header nav ul li:hover .subMenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
header div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header.scrolled {
  padding: 0;
  background: #fff;
}
header.scrolled .content {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
header a.lang {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 20px 8px 70px;
  background: #27397C;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  position: relative;
  height: 60px;
  line-height: 44px;
}
header a.lang:before {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 8px;
  top: 8px;
  background: #07AF03 url(../images/icons/lang.svg) no-repeat 8px center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
header a.lang span {
  display: block;
  position: relative;
}
header a.lang:hover:before {
  width: calc(100% - 16px);
}
header a.menuLink {
  width: 44px;
  height: 40px;
  display: none;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #27397C;
  padding-top: 10px;
}
header a.menuLink span {
  display: block;
  height: 100%;
  position: relative;
  width: 25px;
  margin: auto;
}
header a.menuLink span i {
  background: #fff;
  width: 25px;
  height: 3px;
  position: absolute;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header a.menuLink span i:first-child {
  right: 0;
  top: 0;
  width: 15px;
}
header a.menuLink span i:nth-child(2) {
  left: 0;
  top: 9px;
}
header a.menuLink span i:last-child {
  left: 0;
  top: 18px;
  width: 15px;
}
header a.menuLink.opened span i {
  width: 10px !important;
}
header a.menuLink.opened span i:nth-child(1) {
  width: 29px !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  left: -3px;
  top: 9px;
}
header a.menuLink.opened span i:nth-child(2) {
  opacity: 0;
}
header a.menuLink.opened span i:nth-child(3) {
  width: 29px !important;
  transform: rotate(-5deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(-45deg);
  left: -3px;
  top: 9px;
}

main .decor {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
main .decor.d1 {
  width: 100%;
  height: 100%;
  top: 300px;
  left: 0;
  animation: zoomIn ease-in-out 5s infinite alternate;
}
main .decor.d1:before {
  position: absolute;
  width: 821.22px;
  height: 326.81px;
  left: 0%;
  top: 0;
  background: #E71D92;
  opacity: 0.12;
  filter: blur(66px);
  transform: rotate(39.64deg);
  content: "";
}
main .decor.d1:after {
  position: absolute;
  width: 851.62px;
  height: 124.69px;
  left: -10%;
  top: 0;
  background: #898BE6;
  opacity: 0.45;
  filter: blur(66px);
  transform: rotate(39.64deg);
  content: "";
}
main .decor.d2 {
  width: 100%;
  height: 100%;
  top: 80vh;
  left: 0;
  animation: zoomOut ease-in-out 5s infinite alternate;
}
main .decor.d2:before {
  position: absolute;
  width: 821.22px;
  height: 326.81px;
  right: 0%;
  top: 0;
  background: #E71D92;
  opacity: 0.12;
  filter: blur(66px);
  transform: rotate(144.64deg);
  content: "";
}
main .decor.d2:after {
  position: absolute;
  width: 851.62px;
  height: 124.69px;
  right: -10%;
  top: 0;
  background: #898BE6;
  opacity: 0.45;
  filter: blur(66px);
  transform: rotate(144.64deg);
  content: "";
}

section.mainSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  padding: 0;
  position: sticky;
  top: 0;
}
section.mainSlider .content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 100px 100px;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
section.mainSlider .item {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
}
section.mainSlider .item .content {
  height: 100%;
}
section.mainSlider .item .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
  left: 5%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 1s;
}
section.mainSlider .item .caption h1 {
  font-weight: 500;
  font-size: 70px;
}
section.mainSlider .item .caption h1 span {
  display: block;
  color: #07AF03;
}
section.mainSlider .item .caption p {
  font-size: 55px;
  padding-bottom: 50px;
}
section.mainSlider .item .caption p span {
  color: #07AF03;
}
section.mainSlider .item .caption p.small {
  font-size: 22px;
  max-width: 600px;
}
section.mainSlider .active .item .caption {
  opacity: 1;
}
section.mainSlider .owl-nav {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
section.mainSlider ul {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.mainSlider ul li {
  width: 25%;
  max-width: 250px;
  border-bottom: 1px solid #787878;
}
section.mainSlider ul li a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  position: relative;
  height: 100px;
  padding: 10px 0 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainSlider ul li a:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icons/btnArrow.svg) no-repeat top right;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainSlider ul li a:after {
  display: block;
  width: 0;
  height: 1px;
  background: #07AF03;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}
section.mainSlider ul li a span {
  padding-right: 60px;
}
section.mainSlider ul li a:hover {
  backdrop-filter: blur(10px);
}
section.mainSlider ul li a:hover:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
section.mainSlider ul li a:hover:after {
  width: 100%;
}

section.mainAbout {
  position: sticky;
  top: 0;
  background: #fff;
}
section.mainAbout .content {
  background: #F6F6F6;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 60px;
  margin-bottom: 60px;
}
section.mainAbout .left {
  padding-right: 50px;
}
section.mainAbout .left p {
  padding-top: 30px;
  max-width: 570px;
}
section.mainAbout .left p strong {
  font-weight: 600;
  display: block;
  text-decoration: underline;
}

#companiesSlider {
  margin: 100px 0 60px;
}
#companiesSlider .item img {
  width: auto !important;
  max-width: 90% !important;
  margin: Auto;
}

section.mainVideo {
  padding: 0;
  position: sticky;
  top: 0;
}
section.mainVideo video {
  width: 100%;
  height: auto;
  display: block;
}
section.mainVideo p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 54px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
}
section.mainVideo p img {
  display: block;
  margin: auto;
  margin-bottom: 60px;
}
section.mainVideo p span {
  color: #CDFFCC;
}

section.mainInvestment {
  background: #fff;
  padding-top: 140px;
}
section.mainInvestment .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 95px;
  align-items: start;
}
section.mainInvestment .content .left {
  width: 45%;
  position: relative;
  z-index: 2;
  background: #F3F4F6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 60px;
  margin-top: -30px;
}
section.mainInvestment .content .right {
  width: 70%;
  position: relative;
  margin-left: -15%;
}
section.mainInvestment .content .right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
}
section.mainInvestment ul {
  width: 100%;
  padding-top: 55px;
}
section.mainInvestment ul li {
  border-bottom: 1px solid #A5A5A5;
  width: 100%;
  position: relative;
}
section.mainInvestment ul li > a {
  color: #262F2E;
  font-size: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 20px 0;
  font-weight: 500;
  cursor: pointer;
}
section.mainInvestment ul li > a svg {
  margin-right: 25px;
  position: relative;
  z-index: 2;
}
section.mainInvestment ul li > a svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainInvestment ul li > a span {
  position: relative;
  z-index: 2;
}
section.mainInvestment ul li > a:before {
  display: block;
  width: 0;
  height: 100%;
  background: #E8E8E8 url(../images/icons/greenArrow.svg) no-repeat 95% center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.mainInvestment ul li > a:hover {
  color: #07AF03;
}
section.mainInvestment ul li > a:hover:before {
  width: 100%;
}
section.mainInvestment ul li > a:hover svg path {
  fill: #27397C;
}
section.mainInvestment ul li div {
  position: absolute;
  left: 105%;
  top: 0;
  width: 100%;
  padding: 0 0 0 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  max-width: 560px;
}
section.mainInvestment ul li div p {
  display: block;
  width: 100%;
  background: #F3F4F6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 30px;
}
section.mainInvestment ul li div p img {
  display: block;
  margin-bottom: 10px;
  max-height: 50px;
  width: auto;
}
section.mainInvestment ul li div p a {
  margin-top: 10px;
}
section.mainInvestment ul li:hover div {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.iItem {
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  display: block;
  width: 100%;
  height: 600px;
  width: 780px;
}
.iItem span.img {
  display: block;
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 40px 40px 380px 0;
  -webkit-border-radius: 40px 40px 380px 0;
  -moz-border-radius: 40px 40px 380px 0;
}
.iItem span.img img {
  display: block;
  height: 380px;
  width: auto;
}
.iItem span.txt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 40px;
  color: #000;
}
.iItem span.txt strong {
  width: 40%;
  font-size: 30px;
}
.iItem span.txt span {
  width: 60%;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iItem span.txt span i {
  display: block;
  font-style: normal;
  color: #07AF03;
  margin-top: 30px;
}

section.mainInvestmentSlider {
  background: #fff;
  padding-right: 0;
}
section.mainInvestmentSlider h2 {
  margin-bottom: 80px;
}
section.mainInvestmentSlider .owl-nav {
  position: absolute;
  top: -80px;
  right: 60px;
}
section.mainInvestmentSlider .active .iItem {
  width: 780px;
}
section.mainInvestmentSlider .active .iItem span.txt span {
  opacity: 1;
}
section.mainInvestmentSlider .active + .active .iItem {
  width: 570px;
}
section.mainInvestmentSlider .active + .active .iItem span.txt span {
  opacity: 0;
}

.aItem {
  color: #fff;
  display: block;
  width: 100%;
  border-right: 1px solid #fff;
  padding: 10px 35px;
  position: relative;
}
.aItem:before {
  display: block;
  width: 0;
  height: 100%;
  background: #07AF03;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.aItem span.txt {
  font-size: 22px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  min-height: 175px;
}
.aItem span.date {
  display: block;
  font-size: 15px;
  position: relative;
}
.aItem span.date strong {
  font-size: 77px;
  font-weight: 600;
  display: block;
}
.aItem:hover:before {
  width: 100%;
}

section.mainAnnouncement {
  background: #071C31;
}
section.mainAnnouncement .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.mainAnnouncement .content .right {
  width: 80%;
}
section.mainAnnouncement h2 {
  color: #fff;
  width: 20%;
}
section.mainAnnouncement .owl-nav {
  position: absolute;
  bottom: 0px;
  left: -20%;
}

footer {
  padding: 65px 45px;
  background: #fff;
}
footer .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F6F6F6;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 60px;
}
footer .content .left {
  width: 30%;
  padding-bottom: 30px;
  border-right: 1px solid #CFCFCF;
}
footer .content .left img {
  display: block;
  max-width: 100%;
}
footer .content .left p {
  font-size: 16px;
  padding: 20px 0 50px;
  max-width: 360px;
}
footer .content .left .social {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer .content .left .social a {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #CFCFCF;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
footer .content .left .social a svg {
  display: block;
  margin: auto;
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
footer .content .left .social a svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #27397C;
}
footer .content .left .social a:hover {
  background: #27397C;
  border-color: #27397C;
}
footer .content .left .social a:hover svg path {
  fill: #fff !important;
}
footer .content .left a.mail {
  display: block;
  margin-top: 90px;
  background: url(../images/icons/mail.svg) no-repeat left center;
  padding-left: 25px;
  color: #000;
  font-size: 16px;
}
footer .content .right {
  width: 70%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 120px;
}
footer .content .right ul li a {
  color: #000;
  font-size: 16px;
  padding: 8px 0;
  display: block;
}
footer .content .right ul li a:hover {
  color: #27397C;
}
footer .content .right ul li:first-child {
  margin-bottom: 15px;
}
footer .content .right ul li:first-child a {
  font-weight: 600;
}
footer .bottom {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #CFCFCF;
}
footer .bottom .copyright {
  color: #000;
  font-size: 16px;
}
footer .bottom div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer .bottom div a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  margin-left: 20px;
}
footer .bottom div a:hover {
  color: #27397C;
}

section.subPage {
  background: #fff;
  padding: 200px 0 0;
  position: relative;
  overflow: hidden;
}
section.subPage.sticky {
  overflow: visible;
  padding-top: 0;
}
section.subPage.darkBlueBg {
  background-color: #071C31;
}
section.subPage.p50 {
  padding: 50px 0px;
}
section.subPage .content {
  padding: 0 7.5%;
  position: relative;
}
section.subPage .content.mid {
  padding: 0 13%;
}
section.subPage .content.small {
  padding: 0 19%;
}
section.subPage .pageHeader {
  width: 1005;
}
section.subPage .pageHeader h1 {
  width: 100%;
  text-align: center;
}
section.subPage .pageHeader h1 span {
  font-size: 18px;
  color: #262F2E;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: 1px solid #000;
  font-weight: normal;
}
section.subPage .pageHeader p {
  color: #000;
  font-size: 38px;
  max-width: 1100px;
  margin: 40px auto;
  text-align: center;
}
section.subPage .pageHeader p strong {
  font-weight: 500;
  color: #07AF03;
}
section.subPage .pageHeader .headerImg {
  width: 100%;
  min-height: 300px;
  padding-bottom: 30%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
section.subPage .pageHeader .headerImg video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
section.subPage p {
  font-size: 21px;
  color: #4C4C4C;
}
section.subPage p strong.green {
  color: #07AF03;
  font-weight: 600;
}
section.subPage p small {
  color: rgba(76, 76, 76, 0.8);
}
section.subPage h2 {
  font-size: 38px;
  color: #000;
  margin: 40px 0;
}

.imgItem {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  display: block;
  width: 100%;
}

a.green {
  color: #07AF03;
}
a.underline {
  text-decoration: underline;
}

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

.managmentTeamLeader {
  justify-content: space-between;
}
.managmentTeamLeader .managmentTeamLeaderContent {
  color: #4E4E4E;
  font-size: 14px;
  padding-top: 55px !important;
  line-height: 1.5;
  padding-left: 60px !important;
}
.managmentTeamLeader .managmentTeamLeaderContent strong {
  color: #07AF03;
  font-size: 25px;
  display: block;
}
.managmentTeamLeader .managmentTeamLeaderContent span {
  color: #414141;
  font-size: 18px;
  display: block;
  padding: 12px 0 45px;
}

.managmentTeamItemWrapper {
  justify-content: space-between;
  margin-top: 150px;
}
.managmentTeamItemWrapper .managmentTeamItem {
  width: 48%;
  margin-bottom: 40px;
}
.managmentTeamItemWrapper .managmentTeamItem a {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 25px;
}
.managmentTeamItemWrapper .managmentTeamItem a:hover span:last-child {
  display: block;
}
.managmentTeamItemWrapper .managmentTeamItem a span:first-child {
  font-size: 18px;
}
.managmentTeamItemWrapper .managmentTeamItem a span:first-child strong {
  display: block;
  color: #07AF03;
  padding-bottom: 15px;
  font-size: 24px;
}
.managmentTeamItemWrapper .managmentTeamItem a span:last-child {
  display: none;
  color: #07AF03;
  font-size: 20px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.managmentTeamItemWrapper .managmentTeamItem a span:last-child::after {
  content: "";
  background: url(../images/icons/right-top-arrow.svg) no-repeat center;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 0;
}

.resume-item {
  max-width: 58% !important;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 50px !important;
}
.resume-item p {
  padding-top: 40px;
  color: #4E4E4E !important;
  font-size: 14px !important;
}
.resume-item p:first-child {
  color: #000 !important;
  font-size: 18px !important;
  padding-top: 0px;
  border-bottom: 1px solid #B6B6B6;
  width: 60%;
  padding-bottom: 20px;
}
.resume-item p:first-child strong {
  color: #07AF03;
  font-size: 24px;
  display: block;
  padding-bottom: 10px;
}
.resume-item .fancybox-button {
  top: 30px !important;
  right: 30px !important;
  padding: 0;
}

.bussinessModelItem {
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 100px;
}
.bussinessModelItem p strong {
  font-size: 40px;
  font-weight: normal;
}
.bussinessModelItem .col-55 {
  padding: 0 80px;
}

.contact-map {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.contact {
  justify-content: space-between;
}
.contact .contactAdress {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  background: #F9F9F9;
  padding: 35px 60px 100px !important;
}
.contact .contactAdress p {
  margin-bottom: 110px;
  color: #000;
  font-size: 28px;
}
.contact .contactAdress .contactAdressItemWrapper {
  padding: 0 30px;
  justify-content: space-between;
}
.contact .contactAdress .contactAdressItemWrapper .contactAdressItem {
  width: 45%;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #131313;
}
.contact .contactAdress .contactAdressItemWrapper .contactAdressItem:last-child {
  margin-top: 100px;
}
.contact .contactAdress .contactAdressItemWrapper .contactAdressItem strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.contact .contactAdress .contactAdressItemWrapper .contactAdressItem span {
  display: block;
  margin: 26px 0;
}
.contact .contactAdress .contactAdressItemWrapper .contactAdressItem a {
  color: #07AF03;
  display: block;
}
.contact .contact-form {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  background: #F3F6FF;
  padding: 50px 60px 100px !important;
  position: relative;
}
.contact .contact-form::after {
  content: "";
  background: url(../images/icons/message.gif) no-repeat center;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: 50px;
  top: 30px;
  background-color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.contact .contact-form p {
  margin-bottom: 110px;
  color: #000;
  font-size: 28px;
}
.contact .contact-form form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}
.contact .contact-form form .inputArea {
  width: 100%;
  margin-bottom: 30px;
}
.contact .contact-form form .inputArea label {
  color: #344054;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}
.contact .contact-form form .inputArea input, .contact .contact-form form .inputArea textarea {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  width: 100%;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 15px;
  background: transparent;
}
.contact .contact-form form .inputArea input::placeholder, .contact .contact-form form .inputArea textarea::placeholder {
  color: #667085;
}
.contact .contact-form form .inputArea.checkboxArea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact .contact-form form .inputArea.checkboxArea label {
  display: inline !important;
  width: 95%;
  font-size: 14px;
  line-height: 27px;
}
.contact .contact-form form .inputArea.checkboxArea input {
  width: auto !important;
}
.contact .contact-form form .inputArea.half {
  width: 45%;
}
.contact .contact-form form .inputArea .telArea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  align-items: center;
  width: 100%;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 0px 15px;
}
.contact .contact-form form .inputArea .telArea span {
  color: #344054;
  font-size: 16px;
}
.contact .contact-form form .inputArea .telArea input {
  border: none;
  padding: none;
  border-radius: none !important;
  box-shadow: none;
  width: 95%;
}

.media-wrapper .media-item {
  margin: 40px 15px;
  padding: 0 0 50px;
  position: relative;
}
.media-wrapper .media-item strong {
  font-size: 25px;
  line-height: 29px;
  color: #000;
  margin: 30px 0 10px;
  font-weight: normal;
  display: block;
}
.media-wrapper .media-item span {
  display: flex;
}
.media-wrapper .media-item span:nth-child(3) {
  color: #414141;
  font-size: 18px;
  line-height: 29px;
}
.media-wrapper .media-item span:last-child {
  color: #07AF03 !important;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.media-wrapper .media-item span:last-child img {
  margin-left: 18px;
}

.services-content {
  justify-content: space-between;
}
.services-content ul {
  width: 100%;
  padding-top: 55px;
  border-right: 1px solid #B6B6B6;
  padding-right: 75px !important;
}
.services-content ul li {
  border-bottom: 1px solid #A5A5A5;
  width: 100%;
  position: relative;
}
.services-content ul li > a {
  color: #262F2E;
  font-size: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 20px 0;
  font-weight: 500;
  cursor: pointer;
}
.services-content ul li > a svg {
  margin-right: 25px;
  position: relative;
  z-index: 2;
}
.services-content ul li > a svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services-content ul li > a span {
  position: relative;
  z-index: 2;
}
.services-content ul li > a:before {
  display: block;
  width: 0;
  height: 100%;
  background: #E8E8E8 url(../images/icons/greenArrow.svg) no-repeat 95% center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.services-content ul li > a:hover {
  color: #07AF03;
}
.services-content ul li.selected a {
  color: #07AF03;
}
.services-content ul li.selected a:before {
  width: 100%;
}
.services-content .content-slider {
  margin-top: 80px;
}
.services-content .content-slider .item p {
  color: #4E4E4E;
  font-size: 14px;
}
.services-content .content-slider .item p strong {
  display: block;
  color: #414141;
  font-size: 18px;
  padding-bottom: 10px;
}
.services-content .content-slider .item .content-slider-img {
  margin-top: 45px;
}
.services-content .content-slider .item .content-slider-img img {
  width: 100%;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
}

.mileStones {
  background: #27397C url(../images/icons/mBg.png) no-repeat bottom center;
  background-size: 100% auto;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  margin-top: 60px;
}
.mileStones .mTop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 50px 0;
}
.mileStones .mTop h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}
.mileStones .mTop h2 span {
  display: block;
}
.mileStones ul.mThumbs {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  padding: 180px 0 90px 0;
}
.mileStones ul.mThumbs li {
  position: relative;
  cursor: pointer;
}
.mileStones ul.mThumbs li strong {
  color: #fff;
  background: transparent;
  font-size: 15px;
  font-weight: normal;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  padding: 6px 12px;
  display: inline-block;
}
.mileStones ul.mThumbs li:hover strong {
  color: #07AF03;
}
.mileStones ul.mThumbs li.selected strong {
  background: #07AF03;
  color: #fff;
}
.mileStones .mItem {
  color: #fff;
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  height: 320px;
}
.mileStones .mItem div {
  width: 100%;
}
.mileStones .mItem strong {
  font-size: 120px;
  font-weight: 500;
  display: block;
  width: 100%;
}
.mileStones .mItem p {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mileStones .mItem p img {
  height: 35px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.mileStones .mItem p span {
  color: #07AF03;
}
.mileStones .center .mItem {
  height: max-content;
}
.mileStones .center .mItem p {
  opacity: 1;
  height: 180px;
}

.groupCompanies {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.groupCompanies .left {
  width: 50%;
  padding: 0 90px;
}
.groupCompanies .left .item h2 {
  font-size: 40px;
  color: #000;
  font-weight: normal;
}
.groupCompanies .left .item p {
  font-size: 21px;
  color: #4C4C4C;
  padding: 20px 0 50px;
  line-height: 1.5;
}
.groupCompanies .left .item p strong {
  color: #07AF03;
}
.groupCompanies .left .owl-nav {
  position: absolute;
  right: 60px;
  bottom: -30px;
}
.groupCompanies .right {
  width: 50%;
}
.groupCompanies .right #groupCompaniesImgSlider .item img {
  width: 38vw !important;
}

.visionMission .about {
  background: url(../images/visionMission/1.jpg) no-repeat center;
  background-size: cover;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  width: 85%;
  margin: auto;
  padding: 35px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.visionMission .about span {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  display: block;
  margin-bottom: 74px;
  line-height: 35px;
}
.visionMission .about a {
  width: 80%;
  display: block;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  padding: 14px 0px;
  text-align: center;
  margin: auto;
}
.visionMission .about a:hover {
  background-color: #27397C;
  color: #fff;
}

.infoArea {
  background-color: #F9FBFF;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 55px 55px 120px 55px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.infoArea div {
  width: 48%;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.infoArea div span {
  color: #07AF03;
  display: block;
  font-weight: 600;
  font-size: 57px;
  position: relative;
}
.infoArea div span i {
  font-style: normal;
}
.infoArea div span sub {
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  padding-left: 10px;
}
.infoArea div small {
  font-weight: 400;
  font-size: 18px;
}

.center {
  margin: 0 auto;
}

.awardsArea {
  margin-bottom: 80px;
}
.awardsArea .top {
  background-color: #fff;
  position: relative;
  width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  margin-bottom: 70px;
}
.awardsArea .top ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.awardsArea .top ul li {
  padding: 0 25px;
  padding: 16px;
}
.awardsArea .top ul li a {
  display: inline-block;
  padding: 10px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  font-size: 27px;
  font-weight: 600;
}
.awardsArea .top ul li a.active {
  background-color: #07AF03;
  color: #fff;
}
.awardsArea .bottom .awardsSlider .owl-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.awardsArea .bottom .awardsSlider .item {
  text-align: center;
}
.awardsArea .bottom .awardsSlider .item img {
  width: auto;
  margin-bottom: 50px;
}
.awardsArea .bottom .awardsSlider .item small {
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
}

.movieWrapper a {
  display: block;
  position: relative;
}
.movieWrapper a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.movieWrapper a:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 80px;
  background: url(../images/icons/play.svg) no-repeat center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movieWrapper a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.movieWrapper a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  font-weight: 400;
  font-size: 55px;
  line-height: 65px;
  color: #fff;
}
.movieWrapper a span strong {
  color: #07AF03;
}

.careerPage .careerInfo {
  margin-left: 120px;
  margin-top: 75px;
  position: relative;
  overflow-y: hidden;
}
.careerPage .careerInfo:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #B6B6B6;
  left: 20px;
  top: 0;
}
.careerPage .careerInfo .inner {
  overflow-y: scroll;
  height: auto;
  scrollbar-color: #071C31 #071C31;
  padding-left: 64px;
}
.careerPage .careerInfo .inner .item {
  padding-bottom: 35px;
  border-bottom: 1px solid #B6B6B6;
  margin-bottom: 100px;
  position: relative;
}
.careerPage .careerInfo .inner .item:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #07AF03;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  top: 10px;
  left: -60px;
}
.careerPage .careerInfo .inner .item span {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 39px;
  margin-bottom: 35px;
}
.careerPage .careerInfo .inner .item p {
  color: #fff;
  font-size: 16px;
}
.careerPage .careerInfo .inner .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.careerPage .supportList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.careerPage .supportList .item {
  width: 26%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.careerPage .supportList .item small {
  margin-left: 35px;
}
.careerPage .careerInfoGraphics {
  background-color: #27397C;
  padding: 60px 40px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 170px;
}
.careerPage .careerInfoGraphics .item {
  width: 23%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.careerPage .careerInfoGraphics .item .rounded {
  width: 154px;
  height: 154px;
  background-color: #364785;
  border: 1px solid #07AF03;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-right: 20px;
}
.careerPage .careerInfoGraphics .item .rounded.youngEmployees {
  background: url(../images/career/2.png) no-repeat center;
  background-size: 100% auto;
  border: transparent;
}
.careerPage .careerInfoGraphics .item .rounded.womanEmployees {
  background: url(../images/career/3.png) no-repeat center;
  background-size: 100% auto;
  border: transparent;
}
.careerPage .careerInfoGraphics .item .rounded span {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}
.careerPage .careerInfoGraphics .item small {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 20px;
}
.careerPage .col-31 img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: block;
  width: 100%;
}

.groupCompanyPage .blueBg {
  background-color: #27397C;
  padding: 70px 0px 70px 120px;
  margin: 70px 0px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  position: relative;
}
.groupCompanyPage .blueBg .desc {
  color: #fff;
  font-weight: 400;
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 45px;
}
.groupCompanyPage .blueBg .desc strong {
  color: #07AF03;
}
.groupCompanyPage .blueBg .infoArea {
  background-color: transparent;
  padding: 0;
}
.groupCompanyPage .blueBg .infoArea div span {
  color: #fff;
}
.groupCompanyPage .blueBg .infoArea div small {
  color: #fff;
}
.groupCompanyPage .blueBg .absoluteImg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.groupCompanyPage .blueBg .absoluteImg.center {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.groupCompanyPage .blueBg.greyBg {
  background-color: #F6F6F6;
}
.groupCompanyPage .blueBg.greyBg .desc {
  color: #000;
}
.groupCompanyPage .services {
  padding: 0px 60px;
}
.groupCompanyPage .services .row.flexEnd {
  height: 100%;
  justify-content: flex-end;
}
.groupCompanyPage .services .row .col.pr0 {
  padding-right: 0;
}
.groupCompanyPage .services .infoBox p {
  color: #fff;
}
.groupCompanyPage .services .infoBox.white {
  border: 1px solid #A5A5A5;
}
.groupCompanyPage .services .infoBox.white p {
  color: #07AF03;
}
.groupCompanyPage .affiliates {
  margin-bottom: 50px;
}
.groupCompanyPage .affiliates .item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B6B6B6;
}
.groupCompanyPage .affiliates .item span {
  color: #07AF03;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}
.groupCompanyPage .affiliates .item small {
  font-weight: 400;
  font-size: 18px;
}
.groupCompanyPage .logosNav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
  align-items: center;
}
.groupCompanyPage .logosNav a img {
  filter: grayscale(1);
}
.groupCompanyPage .logosNav a.active img {
  filter: grayscale(0);
}

.investorRelations {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.investorRelations .investorSidebar {
  width: 36%;
  height: 717px;
  background-color: #fff;
  border: 1px solid #A5A5A5;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  position: sticky;
  top: 100px;
}
.investorRelations .investorSidebar ul {
  width: 100%;
  padding-top: 20px;
}
.investorRelations .investorSidebar ul li {
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.investorRelations .investorSidebar ul li a {
  color: #262F2E;
  font-size: 18px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 12px 0 12px 10px;
  font-weight: 500;
  cursor: pointer;
}
.investorRelations .investorSidebar ul li a svg {
  margin-right: 25px;
  position: relative;
  z-index: 2;
}
.investorRelations .investorSidebar ul li a svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.investorRelations .investorSidebar ul li a span {
  position: relative;
  z-index: 2;
}
.investorRelations .investorSidebar ul li a:before {
  display: block;
  width: 0px;
  height: 100%;
  background: #E8E8E8 url(../images/icons/greenArrow.svg) no-repeat 95% center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.investorRelations .investorSidebar ul li a:hover, .investorRelations .investorSidebar ul li a.active {
  color: #07AF03;
}
.investorRelations .investorSidebar ul li a:hover:before, .investorRelations .investorSidebar ul li a.active:before {
  width: 100%;
}
.investorRelations .investorContent {
  width: 62%;
}
.investorRelations .investorContent p {
  font-size: 18px;
}
.investorRelations .investorContent span {
  font-size: 18px;
  font-weight: 400;
}
.investorRelations .investorContent span strong {
  font-weight: 600;
  color: #07AF03;
}
.investorRelations .investorContent span.black {
  position: relative;
}
.investorRelations .investorContent span.black:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  left: -20px;
  top: 8px;
}
.investorRelations .investorContent span.black strong {
  color: #000;
}
.investorRelations .investorContent .table {
  border: 1px solid #A5A5A5;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
}
.investorRelations .investorContent .table .row {
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #A5A5A5;
}
.investorRelations .investorContent .table .row .col {
  padding: 25px 35px;
}
.investorRelations .investorContent .table .row .col:last-child {
  text-align: right;
}
.investorRelations .investorContent .table .row:last-child {
  border-bottom: none;
}
.investorRelations .investorContent .table .row.lines .col {
  border-right: 1px solid #A5A5A5;
  padding: 25px 0px;
}
.investorRelations .investorContent .table .row.lines .col:last-child {
  border-right: none;
}
.investorRelations .investorContent .table .row.center .col {
  text-align: center;
}
.investorRelations .investorContent .table .row.size16 .col span {
  font-size: 16px;
}
.investorRelations .investorContent .text {
  padding-left: 40px;
}

#investorSlider .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#investorSlider .item:before {
  position: absolute;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 89.86%);
  border-radius: 35px;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}
#investorSlider .item img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  z-index: 1;
}
#investorSlider .item p {
  color: #000;
  font-size: 18px;
  padding-top: 30px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 40px 60px;
  color: #fff;
  z-index: 3;
  font-size: 17px;
}
#investorSlider .item p span {
  font-size: 54px;
  display: block;
}
#investorSlider .item p span small {
  font-size: 19px;
}
#investorSlider .owl-nav {
  position: absolute;
  right: 60px;
  bottom: 40px;
}

a.iLink {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 1px solid #A5A5A5;
  padding: 25px;
  position: relative;
  color: #4E4E4E;
}
a.iLink img {
  display: block;
  margin-bottom: 15px;
}
a.iLink span {
  font-size: 21px;
}
a.iLink span small {
  display: block;
  font-size: 14px;
  padding-top: 10px;
  line-height: 1.5;
}
a.iLink:before {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/icons/greyArrow.svg) no-repeat right top;
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.iLink:hover {
  background: #07AF03;
  color: #fff;
}
a.iLink:hover:before {
  transform: rotate(45deg);
  background: url(../images/icons/whiteArrow.svg) no-repeat right top;
}
a.iLink:has(img) {
  background: #fff !important;
  color: #4E4E4E !important;
}

.iBox {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 1px solid #A5A5A5;
  padding: 30px;
}

.docTabs {
  width: 100%;
}
.docTabs .docTabHead {
  background-color: #fff;
  position: relative;
  width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  margin-bottom: 70px;
}
.docTabs .docTabHead ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.docTabs .docTabHead ul li {
  padding: 10px;
}
.docTabs .docTabHead ul li a {
  display: inline-block;
  padding: 10px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
.docTabs .docTabHead ul li a.active {
  background-color: #07AF03;
  color: #fff;
}
.docTabs .tabItem {
  display: none;
}
.docTabs .tabItem:first-child {
  display: block;
}

.docList {
  width: 100%;
}
.docList a {
  display: block;
  width: 100%;
  font-size: 22px;
  background: url(../images/icons/logoIcon.svg) no-repeat left center;
  padding: 30px 30px 30px 70px;
  border-bottom: 1px solid #A5A5A5;
  margin: 15px 0;
  position: relative;
}
.docList a small {
  display: block;
  font-size: 15px;
  color: #ccc;
}
.docList a:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icons/greyArrow.svg) no-repeat top right;
  position: absolute;
  right: 0;
  top: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.docList a:hover {
  color: #07AF03;
  text-decoration: underline;
}
.docList a:hover:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.chart {
  width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px;
}

.chartArea {
  width: 100%;
}
.chartArea .gTools {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.chartArea .gTools a {
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #27397C;
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
}
.chartArea small.note {
  display: block;
  padding: 5px 0 15px;
  color: #fff;
  font-size: 10px;
}
.chartArea small.note img {
  display: inline;
  height: 15px;
  margin: 0;
}

.price {
  margin: 30px 0;
}
.price strong {
  display: block;
  color: #07AF03;
  font-size: 36px;
}
.price strong small {
  font-size: 16px;
}
.price span {
  color: #000;
  font-size: 17px;
}

table.table {
  width: 100%;
  border-spacing: 0;
}
table.table td {
  font-size: 18px;
  padding: 20px 30px;
  border-bottom: 1px solid #A5A5A5;
}
table.table td:first-child {
  color: #07AF03;
  font-weight: 600;
}
table.table td:last-child {
  text-align: right;
}
table.table tr:last-child td {
  border-bottom: none;
}

.notFoundPage {
  min-height: 1100px;
}
.notFoundPage .caption {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.notFoundPage .caption h1 {
  margin-bottom: 20px;
}
.notFoundPage .caption p {
  margin: 20px;
}
.notFoundPage .caption .btn {
  display: inline-block;
}
.notFoundPage .caption .btn span {
  padding-right: 40px;
}

.anim_area {
  height: 1000px;
  width: 1000px;
  position: absolute;
  top: 0;
  left: -500px;
}
.anim_area.align-center {
  top: 50%;
}
.anim_area.j-center {
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
}
.anim_area.t750 {
  top: 750px;
}
.anim_area.righted {
  left: auto;
  right: -500px;
}
.anim_area .round-planet {
  width: 862px;
  height: 862px;
  border: 2px solid rgba(229, 227, 253, 0.502);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: -moz-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.502) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.502) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.502) 100%);
}

.anim_area .round-planet.planet {
  top: 51%;
}

.anim_area .round-planet.planet2 {
  width: 750px;
  height: 750px;
}

.anim_area .round-planet.planet3 {
  width: 642px;
  height: 642px;
}

.anim_area .round-planet .star {
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
}

.anim_area .round-planet .star.star1 {
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: #07AF03;
  -webkit-animation: spinnerRotate 20s linear infinite;
  animation: spinnerRotate 20s linear infinite;
}

.anim_area .round-planet .star.star2 {
  -webkit-animation: spinnerRotateone 20s linear infinite;
  animation: spinnerRotateone 20s linear infinite;
  width: 18px;
  height: 18px;
  background: #27397C;
  margin-top: -9px;
  margin-left: -9px;
}

.anim_area .round-planet .star.star3 {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-animation: spinnerRotatetwo 20s linear infinite;
  animation: spinnerRotatetwo 20s linear infinite;
  background: #07AF03;
}

.anim_area .round-planet .star.star4 {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-animation: spinnerRotatethree 20s linear infinite;
  animation: spinnerRotatethree 20s linear infinite;
  background: #27397C;
}

.anim_area .round-planet .star.star5 {
  -webkit-animation: spinnerRotatefour 25s linear infinite;
  animation: spinnerRotatefour 25s linear infinite;
}

.anim_area .round-planet .star.star6 {
  -webkit-animation: spinnerRotatefive 25s linear infinite;
  animation: spinnerRotatefive 25s linear infinite;
}

.anim_area .round-planet .star.star7 {
  -webkit-animation: spinnerRotatesix 25s linear infinite;
  animation: spinnerRotatesix 25s linear infinite;
}

.anim_area .round-planet .star.star8 {
  -webkit-animation: spinnerRotateseven 25s linear infinite;
  animation: spinnerRotateseven 25s linear infinite;
}

/*spinner keyframe
=======================================================*/
@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(320px);
    transform: rotate(0deg) translateX(320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(320px);
    transform: rotate(360deg) translateX(320px);
  }
}
@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(320px);
    transform: rotate(0deg) translateX(320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(320px);
    transform: rotate(360deg) translateX(320px);
  }
}
@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(320px);
    transform: rotate(0deg) translateY(320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(320px);
    transform: rotate(360deg) translateY(320px);
  }
}
@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(320px);
    transform: rotate(0deg) translateY(320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(320px);
    transform: rotate(360deg) translateY(320px);
  }
}
@-webkit-keyframes spinnerRotatetwo {
  0% {
    -webkit-transform: rotate(0deg) translateY(-320px);
    transform: rotate(0deg) translateY(-320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-320px);
    transform: rotate(360deg) translateY(-320px);
  }
}
@keyframes spinnerRotatetwo {
  0% {
    -webkit-transform: rotate(0deg) translateY(-320px);
    transform: rotate(0deg) translateY(-320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-320px);
    transform: rotate(360deg) translateY(-320px);
  }
}
@-webkit-keyframes spinnerRotatethree {
  0% {
    -webkit-transform: rotate(0deg) translateX(-320px);
    transform: rotate(0deg) translateX(-320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-320px);
    transform: rotate(360deg) translateX(-320px);
  }
}
@keyframes spinnerRotatethree {
  0% {
    -webkit-transform: rotate(0deg) translateX(-320px);
    transform: rotate(0deg) translateX(-320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-320px);
    transform: rotate(360deg) translateX(-320px);
  }
}
@-webkit-keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg) translateX(375px);
    transform: rotate(0deg) translateX(375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(375px);
    transform: rotate(360deg) translateX(375px);
  }
}
@keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg) translateX(375px);
    transform: rotate(0deg) translateX(375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(375px);
    transform: rotate(360deg) translateX(375px);
  }
}
@-webkit-keyframes spinnerRotatefive {
  0% {
    -webkit-transform: rotate(0deg) translateY(375px);
    transform: rotate(0deg) translateY(375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(375px);
    transform: rotate(360deg) translateY(375px);
  }
}
@keyframes spinnerRotatefive {
  0% {
    -webkit-transform: rotate(0deg) translateY(375px);
    transform: rotate(0deg) translateY(375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(375px);
    transform: rotate(360deg) translateY(375px);
  }
}
@-webkit-keyframes spinnerRotatesix {
  0% {
    -webkit-transform: rotate(0deg) translateY(-375px);
    transform: rotate(0deg) translateY(-375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-375px);
    transform: rotate(360deg) translateY(-375px);
  }
}
@keyframes spinnerRotatesix {
  0% {
    -webkit-transform: rotate(0deg) translateY(-375px);
    transform: rotate(0deg) translateY(-375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-375px);
    transform: rotate(360deg) translateY(-375px);
  }
}
@-webkit-keyframes spinnerRotateseven {
  0% {
    -webkit-transform: rotate(0deg) translateX(-375px);
    transform: rotate(0deg) translateX(-375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-375px);
    transform: rotate(360deg) translateX(-375px);
  }
}
@keyframes spinnerRotateseven {
  0% {
    -webkit-transform: rotate(0deg) translateX(-375px);
    transform: rotate(0deg) translateX(-375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-375px);
    transform: rotate(360deg) translateX(-375px);
  }
}
@media screen and (max-width: 1540px) {
  header a.logo {
    width: 268px;
    height: 40px;
  }

  section.mainSlider .caption {
    top: 60%;
  }
  section.mainSlider .caption h1 {
    font-size: 60px;
  }
  section.mainSlider .caption p {
    font-size: 45px;
  }

  h2 {
    font-size: 48px;
  }

  .infoBox p span.big {
    font-size: 48px;
  }
  .infoBox p span.big i {
    font-size: 48px;
  }

  section.mainVideo p {
    font-size: 40px;
  }

  .iItem {
    height: 500px;
    width: 680px;
  }
  .iItem span.img {
    height: 280px;
  }

  section.mainAnnouncement .owl-nav {
    left: -24%;
  }

  .infoArea div span {
    font-size: 38px;
  }

  section.subPage .pageHeader p {
    font-size: 30px;
  }
  section.subPage .content.mid {
    padding: 0 7.5%;
  }

  .groupCompanyPage .blueBg .desc {
    font-size: 28px;
  }
  .groupCompanyPage .services {
    padding: 0;
  }

  .media-wrapper .media-item strong {
    font-size: 18px;
  }
  .media-wrapper .media-item span:nth-child(3) {
    font-size: 15px;
  }

  .mileStones ul.mThumbs li strong {
    padding: 6px;
  }
}
@media screen and (max-width: 780px) {
  .btn {
    font-size: 15px;
  }
  .btn span {
    line-height: 40px;
  }

  section {
    padding: 30px 20px;
  }

  h2 {
    font-size: 30px;
  }

  .row.gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.gutter .col {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .col-m-100 {
    width: 100% !important;
  }

  .col-m-50 {
    width: 50% !important;
  }

  p {
    font-size: 14px;
  }

  .infoBox {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 20px;
  }
  .infoBox span.icon {
    top: 10px;
    right: 10px;
  }
  .infoBox span.icon img {
    max-width: 25px;
    height: auto;
  }
  .infoBox p {
    font-size: 14px;
  }
  .infoBox p span {
    font-size: 18px;
  }
  .infoBox p span.big {
    font-size: 22px;
  }
  .infoBox p span.big i {
    font-size: 28px;
  }

  .iItem {
    width: 100% !important;
    height: 400px;
  }
  .iItem span.img {
    height: 200px;
    width: 100%;
  }
  .iItem span.img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .iItem span.txt {
    padding: 30px;
  }
  .iItem span.txt strong {
    width: 100%;
    font-size: 22px;
    padding-bottom: 10px;
  }
  .iItem span.txt strong br {
    display: none;
  }
  .iItem span.txt span {
    width: 100%;
    font-size: 14px;
  }

  .aItem {
    padding: 10px 0;
    border: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
  .aItem span.txt {
    width: 50%;
    padding-bottom: 0;
    font-size: 18px;
    min-height: auto;
  }
  .aItem span.date {
    width: 50%;
    text-align: right;
    opacity: 0.5;
  }

  .owl-nav {
    width: 152px;
  }
  .owl-nav button {
    width: 76px;
  }
  .owl-nav button span {
    width: 66px;
  }

  header {
    padding: 20px;
  }
  header .content {
    padding: 10px;
  }
  header nav {
    top: -100vh;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 0;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  header nav ul {
    width: 100%;
  }
  header nav ul li {
    width: 100%;
    padding: 0 20px;
  }
  header nav ul li:has(.subMenu) > a {
    background: url(../images/icons/down.svg) no-repeat right center;
  }
  header nav ul li a {
    line-height: 50px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #B8B8B8;
  }
  header nav ul li:last-child a {
    border-bottom: none;
  }
  header nav ul li .subMenu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    box-shadow: none;
  }
  header nav ul li .subMenu ul {
    padding: 0;
  }
  header nav ul li .subMenu ul li {
    padding: 0;
  }
  header nav ul li .subMenu ul li a {
    border: none;
    line-height: 35px;
    padding-left: 5px;
  }
  header nav ul li .subMenu ul li a span {
    border: none;
  }
  header nav ul li .subMenu ul li ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0 !important;
    box-shadow: none;
    min-width: auto;
    display: none;
  }
  header nav ul li .subMenu ul li ul li a {
    padding-left: 10px;
  }
  header nav ul li .subMenu ul li ul li a span {
    font-size: 12px;
  }
  header a.lang {
    width: 44px;
    height: 40px;
    padding: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 5px;
    background: none;
  }
  header a.lang:before {
    top: 0;
    left: 0;
    width: 44px !important;
    height: 40px !important;
  }
  header a.lang span {
    display: none;
  }
  header a.menuLink {
    display: block;
  }
  header a.logo {
    width: 200px;
    height: 30px;
  }
  header.opened .content {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
  }
  header.opened nav {
    top: 100%;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
  }

  section.mainSlider .item .caption {
    top: auto;
    bottom: 150px !important;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    left: 0;
    padding: 0 20px;
  }
  section.mainSlider .item .caption h1 {
    font-size: 32px;
  }
  section.mainSlider .item .caption p {
    font-size: 28px;
  }
  section.mainSlider .item .caption p.small {
    font-size: 16px;
  }
  section.mainSlider .item .caption br {
    display: none;
  }
  section.mainSlider .owl-nav {
    bottom: 100px;
  }

  html[lang=en] section.mainSlider .item .caption h1 {
    font-size: 22px;
  }
  html[lang=en] section.mainSlider .item .caption p {
    font-size: 16px;
  }
  html[lang=en] section.mainSlider .item .caption p.small {
    font-size: 16px;
  }

  #companiesSlider {
    margin: 0;
  }

  section.mainAbout {
    position: relative;
  }
  section.mainAbout .content {
    padding: 20px;
  }
  section.mainAbout .left {
    padding-right: 0;
    padding-bottom: 30px;
  }

  section.mainVideo {
    height: 100vh;
  }
  section.mainVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.mainVideo p {
    font-size: 22px;
    width: 80%;
  }
  section.mainVideo p img {
    width: 200px;
  }

  section.mainInvestmentSlider {
    padding-right: 20px;
  }
  section.mainInvestmentSlider .owl-nav {
    right: 0;
    top: -40px;
  }

  section.mainAnnouncement h2 {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  section.mainAnnouncement .content .right {
    width: 100%;
  }
  section.mainAnnouncement .owl-nav {
    left: auto;
    right: 0;
    top: -70px;
  }

  footer {
    padding: 30px 20px;
  }
  footer .content {
    padding: 30px;
  }
  footer .content .left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #CFCFCF;
  }
  footer .content .left p {
    padding-bottom: 20px;
  }
  footer .content .left a.mail {
    margin-top: 20px;
  }
  footer .content .right {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  footer .content .right ul {
    margin-bottom: 20px;
  }
  footer .content .right ul li:first-child {
    margin-bottom: 0px;
  }
  footer .bottom {
    padding: 0;
  }
  footer .bottom .copyright {
    font-size: 11px;
    text-align: center;
  }
  footer .bottom div {
    padding-top: 25px;
    width: 100%;
    justify-content: center;
  }
  footer .bottom div a {
    font-size: 12px;
  }

  section.subPage {
    padding-top: 120px;
  }
  section.subPage .pageHeader p {
    font-size: 20px;
  }
  section.subPage .pageHeader .headerImg {
    min-height: auto;
    padding-bottom: 0;
  }
  section.subPage .pageHeader .headerImg img {
    display: block;
    width: 100%;
  }
  section.subPage p {
    font-size: 15px;
  }
  section.subPage .content.small {
    padding: 0 7.5%;
  }
  section.subPage.sticky {
    overflow: hidden;
  }

  .mileStones .mTop {
    padding: 20px;
  }
  .mileStones .mTop h2 {
    font-size: 22px;
    width: calc(100% - 80px);
  }
  .mileStones .mItem {
    height: auto;
  }
  .mileStones .mItem strong {
    font-size: 80px;
  }
  .mileStones .mItem p {
    font-size: 20px;
    height: 100px;
  }
  .mileStones ul.mThumbs {
    padding: 30px 0;
  }
  .mileStones ul.mThumbs li strong {
    font-size: 14px;
    padding: 6px;
  }

  .infoArea {
    margin: 30px 0;
    padding: 20px;
  }
  .infoArea div span {
    font-size: 22px;
  }
  .infoArea div span sub {
    font-size: 11px;
  }

  .visionMission .about span {
    font-size: 20px;
  }

  .managmentTeamLeader .col {
    width: 100% !important;
  }
  .managmentTeamLeader .managmentTeamLeaderContent {
    padding: 30px 0 !important;
  }
  .managmentTeamLeader .managmentTeamLeaderContent span {
    padding-bottom: 0;
  }

  .managmentTeamItemWrapper {
    margin-top: 60px;
  }
  .managmentTeamItemWrapper .managmentTeamItem {
    width: 100%;
  }
  .managmentTeamItemWrapper .managmentTeamItem a {
    display: block;
  }
  .managmentTeamItemWrapper .managmentTeamItem a span {
    display: block !important;
    width: 100%;
  }
  .managmentTeamItemWrapper .managmentTeamItem a span:last-child {
    padding-top: 15px;
  }

  .resume-item {
    max-width: 95% !important;
  }

  .contact .col.contact-form {
    width: 100% !important;
    padding: 20px !important;
  }
  .contact .col.contactAdress {
    width: 100% !important;
    padding: 20px !important;
  }
  .contact .col.contactAdress p {
    margin-bottom: 30px;
  }
  .contact .col.contactAdress .contactAdressItemWrapper {
    padding: 0;
  }
  .contact .col.contactAdress .contactAdressItemWrapper .contactAdressItem {
    width: 100%;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
  }

  .imgItem {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }

  .media-wrapper .media-item {
    width: 100% !important;
    margin: 0 0 40px 0;
    padding-bottom: 0;
  }
  .media-wrapper .media-item span:last-child {
    font-size: 12px;
    right: 0;
  }

  .iBox img {
    max-width: 100%;
  }

  a.iLink {
    padding: 20px;
  }
  a.iLink img {
    max-width: 30px;
  }
  a.iLink span {
    font-size: 16px;
  }
  a.iLink span small {
    font-size: 12px;
  }

  #investorSlider .item p {
    padding: 0 20px 80px 20px;
  }
  #investorSlider .item p span {
    font-size: 40px;
  }
  #investorSlider .item img {
    height: 320px;
    object-fit: cover;
    object-position: center;
  }
  #investorSlider .owl-nav {
    right: 20px;
  }

  .investorRelations .investorSidebar {
    display: none;
  }
  .investorRelations .investorContent {
    width: 100%;
  }
  .investorRelations .investorContent span, .investorRelations .investorContent p {
    font-size: 14px;
  }
  .investorRelations .investorContent .table .row {
    flex-wrap: wrap;
    width: 100%;
  }
  .investorRelations .investorContent .table .row .col {
    width: 100%;
    padding: 20px;
  }
  .investorRelations .investorContent .table .row .col:last-child {
    text-align: left;
    padding-top: 0;
  }

  .docTabs .docTabHead {
    margin-bottom: 30px;
  }
  .docTabs .docTabHead ul li {
    padding: 10px 0;
  }
  .docTabs .docTabHead ul li a {
    font-size: 16px;
  }

  .docList a {
    padding: 15px 15px 15px 40px;
    font-size: 16px;
    background-size: 20px auto;
  }
  .docList a small {
    font-size: 12px;
  }

  .groupCompanyPage .blueBg {
    padding: 20px 20px 0;
  }
  .groupCompanyPage .blueBg .absoluteImg {
    position: relative;
    width: 100%;
  }
  .groupCompanyPage .blueBg .anim_area {
    opacity: 0.2;
  }
  .groupCompanyPage .blueBg .desc {
    font-size: 20px;
    line-height: 1.5;
  }
  .groupCompanyPage .blueBg .infoArea div {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .groupCompanyPage .row .col {
    width: 100% !important;
  }
  .groupCompanyPage .btn {
    margin-bottom: 40px;
  }
  .groupCompanyPage .infoBox {
    height: auto !important;
  }
  .groupCompanyPage .logosNav {
    display: none;
  }

  table.table td {
    font-size: 15px;
    padding: 10px 15px;
  }

  .chartArea .gTools a {
    padding: 5px 10px;
  }
}