@charset "UTF-8";
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-Black.woff") format("woff"), url("../fonts/woff2/IRANSansX-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-ExtraBold.woff") format("woff"), url("../fonts/woff2/IRANSansX-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-DemiBold.woff") format("woff"), url("../fonts/woff2/IRANSansX-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-Medium.woff") format("woff"), url("../fonts/woff2/IRANSansX-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-Light.woff") format("woff"), url("../fonts/woff2/IRANSansX-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-UltraLight.woff") format("woff"), url("../fonts/woff2/IRANSansX-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-Thin.woff") format("woff"), url("../fonts/woff2/IRANSansX-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-Bold.woff") format("woff"), url("../fonts/woff2/IRANSansX-Bold.woff2") format("woff2");
  font-weight: Bold;
  font-style: normal;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/woff/IRANSansX-Regular.woff") format("woff"), url("../fonts/woff2/IRANSansX-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

::selection {
  background: rgba(39, 203, 204, 0.15);
}

::-moz-selection {
  background: rgba(39, 203, 204, 0.15);
}

a {
  color: #707070;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a, li, input, textarea, form select, button, header, h1, h2, h3, h4, h5, select {
  font-family: IRANSansX;
  font-size: 15px;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

input, select, textarea {
  outline: none;
}

button {
  outline: none;
}

textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  border: none;
  user-select: none;
}

ul, li {
  text-decoration: none;
  list-style-position: inside;
}

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tt,
u, ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

embed {
  vertical-align: top;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  direction: rtl;
  font-family: IRANSansX;
  color: #2d2d2d;
  background-color: #e9fdfd;
  font-size: 15px;
  line-height: 27px;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}
body.not_scroll {
  overflow: hidden;
}

.clear {
  clear: both;
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 1250px;
  position: relative;
}

.grid_container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 1290px;
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea,
button,
select,
a,
svg,
circle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ltr {
  direction: ltr;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0) {
  .row {
    padding: 20px 0;
  }
  .row .c_xs_1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_1:nth-child(1n+1) {
    padding-left: 0px;
    padding-right: 0;
  }
  .row .c_xs_2 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_2:nth-child(2n+1) {
    padding-left: 20px;
    padding-right: 0;
  }
  .row .c_xs_2:nth-child(2n+2) {
    padding-right: 20px;
    padding-left: 0;
  }
  .row .c_xs_3 {
    width: 33.3333333333%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_3:nth-child(3n+1) {
    padding-left: 26.6666666667px;
    padding-right: 0;
  }
  .row .c_xs_3:nth-child(3n+2) {
    padding-right: 13.3333333333px;
    padding-left: 13.3333333333px;
  }
  .row .c_xs_3:nth-child(3n+3) {
    padding-right: 26.6666666667px;
    padding-left: 0;
  }
  .row .c_xs_4 {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_4:nth-child(4n+1) {
    padding-left: 30px;
    padding-right: 0;
  }
  .row .c_xs_4:nth-child(4n+2) {
    padding-right: 10px;
    padding-left: 20px;
  }
  .row .c_xs_4:nth-child(4n+3) {
    padding-right: 20px;
    padding-left: 10px;
  }
  .row .c_xs_4:nth-child(4n+4) {
    padding-right: 30px;
    padding-left: 0;
  }
  .row .c_xs_5 {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_5:nth-child(5n+1) {
    padding-left: 32px;
    padding-right: 0;
  }
  .row .c_xs_5:nth-child(5n+2) {
    padding-right: 8px;
    padding-left: 24px;
  }
  .row .c_xs_5:nth-child(5n+3) {
    padding-right: 16px;
    padding-left: 16px;
  }
  .row .c_xs_5:nth-child(5n+4) {
    padding-right: 24px;
    padding-left: 8px;
  }
  .row .c_xs_5:nth-child(5n+5) {
    padding-right: 32px;
    padding-left: 0;
  }
  .row .c_xs_6 {
    width: 16.6666666667%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_6:nth-child(6n+1) {
    padding-left: 33.3333333333px;
    padding-right: 0;
  }
  .row .c_xs_6:nth-child(6n+2) {
    padding-right: 6.6666666667px;
    padding-left: 26.6666666667px;
  }
  .row .c_xs_6:nth-child(6n+3) {
    padding-right: 13.3333333333px;
    padding-left: 20px;
  }
  .row .c_xs_6:nth-child(6n+4) {
    padding-right: 20px;
    padding-left: 13.3333333333px;
  }
  .row .c_xs_6:nth-child(6n+5) {
    padding-right: 26.6666666667px;
    padding-left: 6.6666666667px;
  }
  .row .c_xs_6:nth-child(6n+6) {
    padding-right: 33.3333333333px;
    padding-left: 0;
  }
  .row .c_xs_7 {
    width: 14.2857142857%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_7:nth-child(7n+1) {
    padding-left: 34.2857142857px;
    padding-right: 0;
  }
  .row .c_xs_7:nth-child(7n+2) {
    padding-right: 5.7142857143px;
    padding-left: 28.5714285714px;
  }
  .row .c_xs_7:nth-child(7n+3) {
    padding-right: 11.4285714286px;
    padding-left: 22.8571428571px;
  }
  .row .c_xs_7:nth-child(7n+4) {
    padding-right: 17.1428571429px;
    padding-left: 17.1428571429px;
  }
  .row .c_xs_7:nth-child(7n+5) {
    padding-right: 22.8571428571px;
    padding-left: 11.4285714286px;
  }
  .row .c_xs_7:nth-child(7n+6) {
    padding-right: 28.5714285714px;
    padding-left: 5.7142857143px;
  }
  .row .c_xs_7:nth-child(7n+7) {
    padding-right: 34.2857142857px;
    padding-left: 0;
  }
  .row .c_xs_8 {
    width: 12.5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_8:nth-child(8n+1) {
    padding-left: 35px;
    padding-right: 0;
  }
  .row .c_xs_8:nth-child(8n+2) {
    padding-right: 5px;
    padding-left: 30px;
  }
  .row .c_xs_8:nth-child(8n+3) {
    padding-right: 10px;
    padding-left: 25px;
  }
  .row .c_xs_8:nth-child(8n+4) {
    padding-right: 15px;
    padding-left: 20px;
  }
  .row .c_xs_8:nth-child(8n+5) {
    padding-right: 20px;
    padding-left: 15px;
  }
  .row .c_xs_8:nth-child(8n+6) {
    padding-right: 25px;
    padding-left: 10px;
  }
  .row .c_xs_8:nth-child(8n+7) {
    padding-right: 30px;
    padding-left: 5px;
  }
  .row .c_xs_8:nth-child(8n+8) {
    padding-right: 35px;
    padding-left: 0;
  }
  .row .c_xs_9 {
    width: 11.1111111111%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_9:nth-child(9n+1) {
    padding-left: 35.5555555556px;
    padding-right: 0;
  }
  .row .c_xs_9:nth-child(9n+2) {
    padding-right: 4.4444444444px;
    padding-left: 31.1111111111px;
  }
  .row .c_xs_9:nth-child(9n+3) {
    padding-right: 8.8888888889px;
    padding-left: 26.6666666667px;
  }
  .row .c_xs_9:nth-child(9n+4) {
    padding-right: 13.3333333333px;
    padding-left: 22.2222222222px;
  }
  .row .c_xs_9:nth-child(9n+5) {
    padding-right: 17.7777777778px;
    padding-left: 17.7777777778px;
  }
  .row .c_xs_9:nth-child(9n+6) {
    padding-right: 22.2222222222px;
    padding-left: 13.3333333333px;
  }
  .row .c_xs_9:nth-child(9n+7) {
    padding-right: 26.6666666667px;
    padding-left: 8.8888888889px;
  }
  .row .c_xs_9:nth-child(9n+8) {
    padding-right: 31.1111111111px;
    padding-left: 4.4444444444px;
  }
  .row .c_xs_9:nth-child(9n+9) {
    padding-right: 35.5555555556px;
    padding-left: 0;
  }
  .row .c_xs_10 {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xs_10:nth-child(10n+1) {
    padding-left: 36px;
    padding-right: 0;
  }
  .row .c_xs_10:nth-child(10n+2) {
    padding-right: 4px;
    padding-left: 32px;
  }
  .row .c_xs_10:nth-child(10n+3) {
    padding-right: 8px;
    padding-left: 28px;
  }
  .row .c_xs_10:nth-child(10n+4) {
    padding-right: 12px;
    padding-left: 24px;
  }
  .row .c_xs_10:nth-child(10n+5) {
    padding-right: 16px;
    padding-left: 20px;
  }
  .row .c_xs_10:nth-child(10n+6) {
    padding-right: 20px;
    padding-left: 16px;
  }
  .row .c_xs_10:nth-child(10n+7) {
    padding-right: 24px;
    padding-left: 12px;
  }
  .row .c_xs_10:nth-child(10n+8) {
    padding-right: 28px;
    padding-left: 8px;
  }
  .row .c_xs_10:nth-child(10n+9) {
    padding-right: 32px;
    padding-left: 4px;
  }
  .row .c_xs_10:nth-child(10n+10) {
    padding-right: 36px;
    padding-left: 0;
  }
  .row .c_p_xs_1 {
    width: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_2 {
    width: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_3 {
    width: 3%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_4 {
    width: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_5 {
    width: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_6 {
    width: 6%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_7 {
    width: 7%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_8 {
    width: 8%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_9 {
    width: 9%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_10 {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_11 {
    width: 11%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_12 {
    width: 12%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_13 {
    width: 13%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_14 {
    width: 14%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_15 {
    width: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_16 {
    width: 16%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_17 {
    width: 17%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_18 {
    width: 18%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_19 {
    width: 19%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_20 {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_21 {
    width: 21%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_22 {
    width: 22%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_23 {
    width: 23%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_24 {
    width: 24%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_25 {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_26 {
    width: 26%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_27 {
    width: 27%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_28 {
    width: 28%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_29 {
    width: 29%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_30 {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_31 {
    width: 31%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_32 {
    width: 32%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_33 {
    width: 33%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_34 {
    width: 34%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_35 {
    width: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_36 {
    width: 36%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_37 {
    width: 37%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_38 {
    width: 38%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_39 {
    width: 39%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_40 {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_41 {
    width: 41%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_42 {
    width: 42%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_43 {
    width: 43%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_44 {
    width: 44%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_45 {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_46 {
    width: 46%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_47 {
    width: 47%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_48 {
    width: 48%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_49 {
    width: 49%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_50 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_51 {
    width: 51%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_52 {
    width: 52%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_53 {
    width: 53%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_54 {
    width: 54%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_55 {
    width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_56 {
    width: 56%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_57 {
    width: 57%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_58 {
    width: 58%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_59 {
    width: 59%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_60 {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_61 {
    width: 61%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_62 {
    width: 62%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_63 {
    width: 63%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_64 {
    width: 64%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_65 {
    width: 65%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_66 {
    width: 66%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_67 {
    width: 67%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_68 {
    width: 68%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_69 {
    width: 69%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_70 {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_71 {
    width: 71%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_72 {
    width: 72%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_73 {
    width: 73%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_74 {
    width: 74%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_75 {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_76 {
    width: 76%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_77 {
    width: 77%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_78 {
    width: 78%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_79 {
    width: 79%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_80 {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_81 {
    width: 81%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_82 {
    width: 82%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_83 {
    width: 83%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_84 {
    width: 84%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_85 {
    width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_86 {
    width: 86%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_87 {
    width: 87%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_88 {
    width: 88%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_89 {
    width: 89%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_90 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_91 {
    width: 91%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_92 {
    width: 92%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_93 {
    width: 93%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_94 {
    width: 94%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_95 {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_96 {
    width: 96%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_97 {
    width: 97%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_98 {
    width: 98%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_99 {
    width: 99%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xs_100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    padding: 20px 0;
  }
  .row .c_s_1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_1:nth-child(1n+1) {
    padding-left: 0px;
    padding-right: 0;
  }
  .row .c_s_2 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_2:nth-child(2n+1) {
    padding-left: 20px;
    padding-right: 0;
  }
  .row .c_s_2:nth-child(2n+2) {
    padding-right: 20px;
    padding-left: 0;
  }
  .row .c_s_3 {
    width: 33.3333333333%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_3:nth-child(3n+1) {
    padding-left: 26.6666666667px;
    padding-right: 0;
  }
  .row .c_s_3:nth-child(3n+2) {
    padding-right: 13.3333333333px;
    padding-left: 13.3333333333px;
  }
  .row .c_s_3:nth-child(3n+3) {
    padding-right: 26.6666666667px;
    padding-left: 0;
  }
  .row .c_s_4 {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_4:nth-child(4n+1) {
    padding-left: 30px;
    padding-right: 0;
  }
  .row .c_s_4:nth-child(4n+2) {
    padding-right: 10px;
    padding-left: 20px;
  }
  .row .c_s_4:nth-child(4n+3) {
    padding-right: 20px;
    padding-left: 10px;
  }
  .row .c_s_4:nth-child(4n+4) {
    padding-right: 30px;
    padding-left: 0;
  }
  .row .c_s_5 {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_5:nth-child(5n+1) {
    padding-left: 32px;
    padding-right: 0;
  }
  .row .c_s_5:nth-child(5n+2) {
    padding-right: 8px;
    padding-left: 24px;
  }
  .row .c_s_5:nth-child(5n+3) {
    padding-right: 16px;
    padding-left: 16px;
  }
  .row .c_s_5:nth-child(5n+4) {
    padding-right: 24px;
    padding-left: 8px;
  }
  .row .c_s_5:nth-child(5n+5) {
    padding-right: 32px;
    padding-left: 0;
  }
  .row .c_s_6 {
    width: 16.6666666667%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_6:nth-child(6n+1) {
    padding-left: 33.3333333333px;
    padding-right: 0;
  }
  .row .c_s_6:nth-child(6n+2) {
    padding-right: 6.6666666667px;
    padding-left: 26.6666666667px;
  }
  .row .c_s_6:nth-child(6n+3) {
    padding-right: 13.3333333333px;
    padding-left: 20px;
  }
  .row .c_s_6:nth-child(6n+4) {
    padding-right: 20px;
    padding-left: 13.3333333333px;
  }
  .row .c_s_6:nth-child(6n+5) {
    padding-right: 26.6666666667px;
    padding-left: 6.6666666667px;
  }
  .row .c_s_6:nth-child(6n+6) {
    padding-right: 33.3333333333px;
    padding-left: 0;
  }
  .row .c_s_7 {
    width: 14.2857142857%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_7:nth-child(7n+1) {
    padding-left: 34.2857142857px;
    padding-right: 0;
  }
  .row .c_s_7:nth-child(7n+2) {
    padding-right: 5.7142857143px;
    padding-left: 28.5714285714px;
  }
  .row .c_s_7:nth-child(7n+3) {
    padding-right: 11.4285714286px;
    padding-left: 22.8571428571px;
  }
  .row .c_s_7:nth-child(7n+4) {
    padding-right: 17.1428571429px;
    padding-left: 17.1428571429px;
  }
  .row .c_s_7:nth-child(7n+5) {
    padding-right: 22.8571428571px;
    padding-left: 11.4285714286px;
  }
  .row .c_s_7:nth-child(7n+6) {
    padding-right: 28.5714285714px;
    padding-left: 5.7142857143px;
  }
  .row .c_s_7:nth-child(7n+7) {
    padding-right: 34.2857142857px;
    padding-left: 0;
  }
  .row .c_s_8 {
    width: 12.5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_8:nth-child(8n+1) {
    padding-left: 35px;
    padding-right: 0;
  }
  .row .c_s_8:nth-child(8n+2) {
    padding-right: 5px;
    padding-left: 30px;
  }
  .row .c_s_8:nth-child(8n+3) {
    padding-right: 10px;
    padding-left: 25px;
  }
  .row .c_s_8:nth-child(8n+4) {
    padding-right: 15px;
    padding-left: 20px;
  }
  .row .c_s_8:nth-child(8n+5) {
    padding-right: 20px;
    padding-left: 15px;
  }
  .row .c_s_8:nth-child(8n+6) {
    padding-right: 25px;
    padding-left: 10px;
  }
  .row .c_s_8:nth-child(8n+7) {
    padding-right: 30px;
    padding-left: 5px;
  }
  .row .c_s_8:nth-child(8n+8) {
    padding-right: 35px;
    padding-left: 0;
  }
  .row .c_s_9 {
    width: 11.1111111111%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_9:nth-child(9n+1) {
    padding-left: 35.5555555556px;
    padding-right: 0;
  }
  .row .c_s_9:nth-child(9n+2) {
    padding-right: 4.4444444444px;
    padding-left: 31.1111111111px;
  }
  .row .c_s_9:nth-child(9n+3) {
    padding-right: 8.8888888889px;
    padding-left: 26.6666666667px;
  }
  .row .c_s_9:nth-child(9n+4) {
    padding-right: 13.3333333333px;
    padding-left: 22.2222222222px;
  }
  .row .c_s_9:nth-child(9n+5) {
    padding-right: 17.7777777778px;
    padding-left: 17.7777777778px;
  }
  .row .c_s_9:nth-child(9n+6) {
    padding-right: 22.2222222222px;
    padding-left: 13.3333333333px;
  }
  .row .c_s_9:nth-child(9n+7) {
    padding-right: 26.6666666667px;
    padding-left: 8.8888888889px;
  }
  .row .c_s_9:nth-child(9n+8) {
    padding-right: 31.1111111111px;
    padding-left: 4.4444444444px;
  }
  .row .c_s_9:nth-child(9n+9) {
    padding-right: 35.5555555556px;
    padding-left: 0;
  }
  .row .c_s_10 {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_s_10:nth-child(10n+1) {
    padding-left: 36px;
    padding-right: 0;
  }
  .row .c_s_10:nth-child(10n+2) {
    padding-right: 4px;
    padding-left: 32px;
  }
  .row .c_s_10:nth-child(10n+3) {
    padding-right: 8px;
    padding-left: 28px;
  }
  .row .c_s_10:nth-child(10n+4) {
    padding-right: 12px;
    padding-left: 24px;
  }
  .row .c_s_10:nth-child(10n+5) {
    padding-right: 16px;
    padding-left: 20px;
  }
  .row .c_s_10:nth-child(10n+6) {
    padding-right: 20px;
    padding-left: 16px;
  }
  .row .c_s_10:nth-child(10n+7) {
    padding-right: 24px;
    padding-left: 12px;
  }
  .row .c_s_10:nth-child(10n+8) {
    padding-right: 28px;
    padding-left: 8px;
  }
  .row .c_s_10:nth-child(10n+9) {
    padding-right: 32px;
    padding-left: 4px;
  }
  .row .c_s_10:nth-child(10n+10) {
    padding-right: 36px;
    padding-left: 0;
  }
  .row .c_p_s_1 {
    width: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_2 {
    width: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_3 {
    width: 3%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_4 {
    width: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_5 {
    width: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_6 {
    width: 6%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_7 {
    width: 7%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_8 {
    width: 8%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_9 {
    width: 9%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_10 {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_11 {
    width: 11%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_12 {
    width: 12%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_13 {
    width: 13%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_14 {
    width: 14%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_15 {
    width: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_16 {
    width: 16%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_17 {
    width: 17%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_18 {
    width: 18%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_19 {
    width: 19%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_20 {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_21 {
    width: 21%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_22 {
    width: 22%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_23 {
    width: 23%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_24 {
    width: 24%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_25 {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_26 {
    width: 26%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_27 {
    width: 27%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_28 {
    width: 28%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_29 {
    width: 29%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_30 {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_31 {
    width: 31%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_32 {
    width: 32%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_33 {
    width: 33%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_34 {
    width: 34%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_35 {
    width: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_36 {
    width: 36%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_37 {
    width: 37%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_38 {
    width: 38%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_39 {
    width: 39%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_40 {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_41 {
    width: 41%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_42 {
    width: 42%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_43 {
    width: 43%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_44 {
    width: 44%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_45 {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_46 {
    width: 46%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_47 {
    width: 47%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_48 {
    width: 48%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_49 {
    width: 49%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_50 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_51 {
    width: 51%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_52 {
    width: 52%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_53 {
    width: 53%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_54 {
    width: 54%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_55 {
    width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_56 {
    width: 56%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_57 {
    width: 57%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_58 {
    width: 58%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_59 {
    width: 59%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_60 {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_61 {
    width: 61%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_62 {
    width: 62%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_63 {
    width: 63%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_64 {
    width: 64%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_65 {
    width: 65%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_66 {
    width: 66%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_67 {
    width: 67%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_68 {
    width: 68%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_69 {
    width: 69%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_70 {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_71 {
    width: 71%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_72 {
    width: 72%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_73 {
    width: 73%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_74 {
    width: 74%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_75 {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_76 {
    width: 76%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_77 {
    width: 77%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_78 {
    width: 78%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_79 {
    width: 79%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_80 {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_81 {
    width: 81%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_82 {
    width: 82%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_83 {
    width: 83%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_84 {
    width: 84%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_85 {
    width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_86 {
    width: 86%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_87 {
    width: 87%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_88 {
    width: 88%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_89 {
    width: 89%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_90 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_91 {
    width: 91%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_92 {
    width: 92%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_93 {
    width: 93%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_94 {
    width: 94%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_95 {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_96 {
    width: 96%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_97 {
    width: 97%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_98 {
    width: 98%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_99 {
    width: 99%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_s_100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .row {
    padding: 20px 0;
  }
  .row .c_l_1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_1:nth-child(1n+1) {
    padding-left: 0px;
    padding-right: 0;
  }
  .row .c_l_2 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_2:nth-child(2n+1) {
    padding-left: 20px;
    padding-right: 0;
  }
  .row .c_l_2:nth-child(2n+2) {
    padding-right: 20px;
    padding-left: 0;
  }
  .row .c_l_3 {
    width: 33.3333333333%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_3:nth-child(3n+1) {
    padding-left: 26.6666666667px;
    padding-right: 0;
  }
  .row .c_l_3:nth-child(3n+2) {
    padding-right: 13.3333333333px;
    padding-left: 13.3333333333px;
  }
  .row .c_l_3:nth-child(3n+3) {
    padding-right: 26.6666666667px;
    padding-left: 0;
  }
  .row .c_l_4 {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_4:nth-child(4n+1) {
    padding-left: 30px;
    padding-right: 0;
  }
  .row .c_l_4:nth-child(4n+2) {
    padding-right: 10px;
    padding-left: 20px;
  }
  .row .c_l_4:nth-child(4n+3) {
    padding-right: 20px;
    padding-left: 10px;
  }
  .row .c_l_4:nth-child(4n+4) {
    padding-right: 30px;
    padding-left: 0;
  }
  .row .c_l_5 {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_5:nth-child(5n+1) {
    padding-left: 32px;
    padding-right: 0;
  }
  .row .c_l_5:nth-child(5n+2) {
    padding-right: 8px;
    padding-left: 24px;
  }
  .row .c_l_5:nth-child(5n+3) {
    padding-right: 16px;
    padding-left: 16px;
  }
  .row .c_l_5:nth-child(5n+4) {
    padding-right: 24px;
    padding-left: 8px;
  }
  .row .c_l_5:nth-child(5n+5) {
    padding-right: 32px;
    padding-left: 0;
  }
  .row .c_l_6 {
    width: 16.6666666667%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_6:nth-child(6n+1) {
    padding-left: 33.3333333333px;
    padding-right: 0;
  }
  .row .c_l_6:nth-child(6n+2) {
    padding-right: 6.6666666667px;
    padding-left: 26.6666666667px;
  }
  .row .c_l_6:nth-child(6n+3) {
    padding-right: 13.3333333333px;
    padding-left: 20px;
  }
  .row .c_l_6:nth-child(6n+4) {
    padding-right: 20px;
    padding-left: 13.3333333333px;
  }
  .row .c_l_6:nth-child(6n+5) {
    padding-right: 26.6666666667px;
    padding-left: 6.6666666667px;
  }
  .row .c_l_6:nth-child(6n+6) {
    padding-right: 33.3333333333px;
    padding-left: 0;
  }
  .row .c_l_7 {
    width: 14.2857142857%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_7:nth-child(7n+1) {
    padding-left: 34.2857142857px;
    padding-right: 0;
  }
  .row .c_l_7:nth-child(7n+2) {
    padding-right: 5.7142857143px;
    padding-left: 28.5714285714px;
  }
  .row .c_l_7:nth-child(7n+3) {
    padding-right: 11.4285714286px;
    padding-left: 22.8571428571px;
  }
  .row .c_l_7:nth-child(7n+4) {
    padding-right: 17.1428571429px;
    padding-left: 17.1428571429px;
  }
  .row .c_l_7:nth-child(7n+5) {
    padding-right: 22.8571428571px;
    padding-left: 11.4285714286px;
  }
  .row .c_l_7:nth-child(7n+6) {
    padding-right: 28.5714285714px;
    padding-left: 5.7142857143px;
  }
  .row .c_l_7:nth-child(7n+7) {
    padding-right: 34.2857142857px;
    padding-left: 0;
  }
  .row .c_l_8 {
    width: 12.5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_8:nth-child(8n+1) {
    padding-left: 35px;
    padding-right: 0;
  }
  .row .c_l_8:nth-child(8n+2) {
    padding-right: 5px;
    padding-left: 30px;
  }
  .row .c_l_8:nth-child(8n+3) {
    padding-right: 10px;
    padding-left: 25px;
  }
  .row .c_l_8:nth-child(8n+4) {
    padding-right: 15px;
    padding-left: 20px;
  }
  .row .c_l_8:nth-child(8n+5) {
    padding-right: 20px;
    padding-left: 15px;
  }
  .row .c_l_8:nth-child(8n+6) {
    padding-right: 25px;
    padding-left: 10px;
  }
  .row .c_l_8:nth-child(8n+7) {
    padding-right: 30px;
    padding-left: 5px;
  }
  .row .c_l_8:nth-child(8n+8) {
    padding-right: 35px;
    padding-left: 0;
  }
  .row .c_l_9 {
    width: 11.1111111111%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_9:nth-child(9n+1) {
    padding-left: 35.5555555556px;
    padding-right: 0;
  }
  .row .c_l_9:nth-child(9n+2) {
    padding-right: 4.4444444444px;
    padding-left: 31.1111111111px;
  }
  .row .c_l_9:nth-child(9n+3) {
    padding-right: 8.8888888889px;
    padding-left: 26.6666666667px;
  }
  .row .c_l_9:nth-child(9n+4) {
    padding-right: 13.3333333333px;
    padding-left: 22.2222222222px;
  }
  .row .c_l_9:nth-child(9n+5) {
    padding-right: 17.7777777778px;
    padding-left: 17.7777777778px;
  }
  .row .c_l_9:nth-child(9n+6) {
    padding-right: 22.2222222222px;
    padding-left: 13.3333333333px;
  }
  .row .c_l_9:nth-child(9n+7) {
    padding-right: 26.6666666667px;
    padding-left: 8.8888888889px;
  }
  .row .c_l_9:nth-child(9n+8) {
    padding-right: 31.1111111111px;
    padding-left: 4.4444444444px;
  }
  .row .c_l_9:nth-child(9n+9) {
    padding-right: 35.5555555556px;
    padding-left: 0;
  }
  .row .c_l_10 {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_l_10:nth-child(10n+1) {
    padding-left: 36px;
    padding-right: 0;
  }
  .row .c_l_10:nth-child(10n+2) {
    padding-right: 4px;
    padding-left: 32px;
  }
  .row .c_l_10:nth-child(10n+3) {
    padding-right: 8px;
    padding-left: 28px;
  }
  .row .c_l_10:nth-child(10n+4) {
    padding-right: 12px;
    padding-left: 24px;
  }
  .row .c_l_10:nth-child(10n+5) {
    padding-right: 16px;
    padding-left: 20px;
  }
  .row .c_l_10:nth-child(10n+6) {
    padding-right: 20px;
    padding-left: 16px;
  }
  .row .c_l_10:nth-child(10n+7) {
    padding-right: 24px;
    padding-left: 12px;
  }
  .row .c_l_10:nth-child(10n+8) {
    padding-right: 28px;
    padding-left: 8px;
  }
  .row .c_l_10:nth-child(10n+9) {
    padding-right: 32px;
    padding-left: 4px;
  }
  .row .c_l_10:nth-child(10n+10) {
    padding-right: 36px;
    padding-left: 0;
  }
  .row .c_p_l_1 {
    width: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_2 {
    width: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_3 {
    width: 3%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_4 {
    width: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_5 {
    width: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_6 {
    width: 6%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_7 {
    width: 7%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_8 {
    width: 8%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_9 {
    width: 9%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_10 {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_11 {
    width: 11%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_12 {
    width: 12%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_13 {
    width: 13%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_14 {
    width: 14%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_15 {
    width: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_16 {
    width: 16%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_17 {
    width: 17%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_18 {
    width: 18%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_19 {
    width: 19%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_20 {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_21 {
    width: 21%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_22 {
    width: 22%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_23 {
    width: 23%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_24 {
    width: 24%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_25 {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_26 {
    width: 26%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_27 {
    width: 27%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_28 {
    width: 28%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_29 {
    width: 29%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_30 {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_31 {
    width: 31%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_32 {
    width: 32%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_33 {
    width: 33%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_34 {
    width: 34%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_35 {
    width: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_36 {
    width: 36%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_37 {
    width: 37%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_38 {
    width: 38%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_39 {
    width: 39%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_40 {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_41 {
    width: 41%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_42 {
    width: 42%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_43 {
    width: 43%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_44 {
    width: 44%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_45 {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_46 {
    width: 46%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_47 {
    width: 47%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_48 {
    width: 48%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_49 {
    width: 49%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_50 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_51 {
    width: 51%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_52 {
    width: 52%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_53 {
    width: 53%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_54 {
    width: 54%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_55 {
    width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_56 {
    width: 56%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_57 {
    width: 57%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_58 {
    width: 58%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_59 {
    width: 59%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_60 {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_61 {
    width: 61%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_62 {
    width: 62%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_63 {
    width: 63%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_64 {
    width: 64%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_65 {
    width: 65%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_66 {
    width: 66%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_67 {
    width: 67%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_68 {
    width: 68%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_69 {
    width: 69%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_70 {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_71 {
    width: 71%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_72 {
    width: 72%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_73 {
    width: 73%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_74 {
    width: 74%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_75 {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_76 {
    width: 76%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_77 {
    width: 77%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_78 {
    width: 78%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_79 {
    width: 79%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_80 {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_81 {
    width: 81%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_82 {
    width: 82%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_83 {
    width: 83%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_84 {
    width: 84%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_85 {
    width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_86 {
    width: 86%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_87 {
    width: 87%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_88 {
    width: 88%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_89 {
    width: 89%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_90 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_91 {
    width: 91%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_92 {
    width: 92%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_93 {
    width: 93%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_94 {
    width: 94%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_95 {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_96 {
    width: 96%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_97 {
    width: 97%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_98 {
    width: 98%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_99 {
    width: 99%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_l_100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    padding: 20px 0;
  }
  .row .c_xl_1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_1:nth-child(1n+1) {
    padding-left: 0px;
    padding-right: 0;
  }
  .row .c_xl_2 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_2:nth-child(2n+1) {
    padding-left: 20px;
    padding-right: 0;
  }
  .row .c_xl_2:nth-child(2n+2) {
    padding-right: 20px;
    padding-left: 0;
  }
  .row .c_xl_3 {
    width: 33.3333333333%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_3:nth-child(3n+1) {
    padding-left: 26.6666666667px;
    padding-right: 0;
  }
  .row .c_xl_3:nth-child(3n+2) {
    padding-right: 13.3333333333px;
    padding-left: 13.3333333333px;
  }
  .row .c_xl_3:nth-child(3n+3) {
    padding-right: 26.6666666667px;
    padding-left: 0;
  }
  .row .c_xl_4 {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_4:nth-child(4n+1) {
    padding-left: 30px;
    padding-right: 0;
  }
  .row .c_xl_4:nth-child(4n+2) {
    padding-right: 10px;
    padding-left: 20px;
  }
  .row .c_xl_4:nth-child(4n+3) {
    padding-right: 20px;
    padding-left: 10px;
  }
  .row .c_xl_4:nth-child(4n+4) {
    padding-right: 30px;
    padding-left: 0;
  }
  .row .c_xl_5 {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_5:nth-child(5n+1) {
    padding-left: 32px;
    padding-right: 0;
  }
  .row .c_xl_5:nth-child(5n+2) {
    padding-right: 8px;
    padding-left: 24px;
  }
  .row .c_xl_5:nth-child(5n+3) {
    padding-right: 16px;
    padding-left: 16px;
  }
  .row .c_xl_5:nth-child(5n+4) {
    padding-right: 24px;
    padding-left: 8px;
  }
  .row .c_xl_5:nth-child(5n+5) {
    padding-right: 32px;
    padding-left: 0;
  }
  .row .c_xl_6 {
    width: 16.6666666667%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_6:nth-child(6n+1) {
    padding-left: 33.3333333333px;
    padding-right: 0;
  }
  .row .c_xl_6:nth-child(6n+2) {
    padding-right: 6.6666666667px;
    padding-left: 26.6666666667px;
  }
  .row .c_xl_6:nth-child(6n+3) {
    padding-right: 13.3333333333px;
    padding-left: 20px;
  }
  .row .c_xl_6:nth-child(6n+4) {
    padding-right: 20px;
    padding-left: 13.3333333333px;
  }
  .row .c_xl_6:nth-child(6n+5) {
    padding-right: 26.6666666667px;
    padding-left: 6.6666666667px;
  }
  .row .c_xl_6:nth-child(6n+6) {
    padding-right: 33.3333333333px;
    padding-left: 0;
  }
  .row .c_xl_7 {
    width: 14.2857142857%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_7:nth-child(7n+1) {
    padding-left: 34.2857142857px;
    padding-right: 0;
  }
  .row .c_xl_7:nth-child(7n+2) {
    padding-right: 5.7142857143px;
    padding-left: 28.5714285714px;
  }
  .row .c_xl_7:nth-child(7n+3) {
    padding-right: 11.4285714286px;
    padding-left: 22.8571428571px;
  }
  .row .c_xl_7:nth-child(7n+4) {
    padding-right: 17.1428571429px;
    padding-left: 17.1428571429px;
  }
  .row .c_xl_7:nth-child(7n+5) {
    padding-right: 22.8571428571px;
    padding-left: 11.4285714286px;
  }
  .row .c_xl_7:nth-child(7n+6) {
    padding-right: 28.5714285714px;
    padding-left: 5.7142857143px;
  }
  .row .c_xl_7:nth-child(7n+7) {
    padding-right: 34.2857142857px;
    padding-left: 0;
  }
  .row .c_xl_8 {
    width: 12.5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_8:nth-child(8n+1) {
    padding-left: 35px;
    padding-right: 0;
  }
  .row .c_xl_8:nth-child(8n+2) {
    padding-right: 5px;
    padding-left: 30px;
  }
  .row .c_xl_8:nth-child(8n+3) {
    padding-right: 10px;
    padding-left: 25px;
  }
  .row .c_xl_8:nth-child(8n+4) {
    padding-right: 15px;
    padding-left: 20px;
  }
  .row .c_xl_8:nth-child(8n+5) {
    padding-right: 20px;
    padding-left: 15px;
  }
  .row .c_xl_8:nth-child(8n+6) {
    padding-right: 25px;
    padding-left: 10px;
  }
  .row .c_xl_8:nth-child(8n+7) {
    padding-right: 30px;
    padding-left: 5px;
  }
  .row .c_xl_8:nth-child(8n+8) {
    padding-right: 35px;
    padding-left: 0;
  }
  .row .c_xl_9 {
    width: 11.1111111111%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_9:nth-child(9n+1) {
    padding-left: 35.5555555556px;
    padding-right: 0;
  }
  .row .c_xl_9:nth-child(9n+2) {
    padding-right: 4.4444444444px;
    padding-left: 31.1111111111px;
  }
  .row .c_xl_9:nth-child(9n+3) {
    padding-right: 8.8888888889px;
    padding-left: 26.6666666667px;
  }
  .row .c_xl_9:nth-child(9n+4) {
    padding-right: 13.3333333333px;
    padding-left: 22.2222222222px;
  }
  .row .c_xl_9:nth-child(9n+5) {
    padding-right: 17.7777777778px;
    padding-left: 17.7777777778px;
  }
  .row .c_xl_9:nth-child(9n+6) {
    padding-right: 22.2222222222px;
    padding-left: 13.3333333333px;
  }
  .row .c_xl_9:nth-child(9n+7) {
    padding-right: 26.6666666667px;
    padding-left: 8.8888888889px;
  }
  .row .c_xl_9:nth-child(9n+8) {
    padding-right: 31.1111111111px;
    padding-left: 4.4444444444px;
  }
  .row .c_xl_9:nth-child(9n+9) {
    padding-right: 35.5555555556px;
    padding-left: 0;
  }
  .row .c_xl_10 {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_xl_10:nth-child(10n+1) {
    padding-left: 36px;
    padding-right: 0;
  }
  .row .c_xl_10:nth-child(10n+2) {
    padding-right: 4px;
    padding-left: 32px;
  }
  .row .c_xl_10:nth-child(10n+3) {
    padding-right: 8px;
    padding-left: 28px;
  }
  .row .c_xl_10:nth-child(10n+4) {
    padding-right: 12px;
    padding-left: 24px;
  }
  .row .c_xl_10:nth-child(10n+5) {
    padding-right: 16px;
    padding-left: 20px;
  }
  .row .c_xl_10:nth-child(10n+6) {
    padding-right: 20px;
    padding-left: 16px;
  }
  .row .c_xl_10:nth-child(10n+7) {
    padding-right: 24px;
    padding-left: 12px;
  }
  .row .c_xl_10:nth-child(10n+8) {
    padding-right: 28px;
    padding-left: 8px;
  }
  .row .c_xl_10:nth-child(10n+9) {
    padding-right: 32px;
    padding-left: 4px;
  }
  .row .c_xl_10:nth-child(10n+10) {
    padding-right: 36px;
    padding-left: 0;
  }
  .row .c_p_xl_1 {
    width: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_2 {
    width: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_3 {
    width: 3%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_4 {
    width: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_5 {
    width: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_6 {
    width: 6%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_7 {
    width: 7%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_8 {
    width: 8%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_9 {
    width: 9%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_10 {
    width: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_11 {
    width: 11%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_12 {
    width: 12%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_13 {
    width: 13%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_14 {
    width: 14%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_15 {
    width: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_16 {
    width: 16%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_17 {
    width: 17%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_18 {
    width: 18%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_19 {
    width: 19%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_20 {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_21 {
    width: 21%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_22 {
    width: 22%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_23 {
    width: 23%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_24 {
    width: 24%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_25 {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_26 {
    width: 26%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_27 {
    width: 27%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_28 {
    width: 28%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_29 {
    width: 29%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_30 {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_31 {
    width: 31%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_32 {
    width: 32%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_33 {
    width: 33%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_34 {
    width: 34%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_35 {
    width: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_36 {
    width: 36%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_37 {
    width: 37%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_38 {
    width: 38%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_39 {
    width: 39%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_40 {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_41 {
    width: 41%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_42 {
    width: 42%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_43 {
    width: 43%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_44 {
    width: 44%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_45 {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_46 {
    width: 46%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_47 {
    width: 47%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_48 {
    width: 48%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_49 {
    width: 49%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_50 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_51 {
    width: 51%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_52 {
    width: 52%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_53 {
    width: 53%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_54 {
    width: 54%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_55 {
    width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_56 {
    width: 56%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_57 {
    width: 57%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_58 {
    width: 58%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_59 {
    width: 59%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_60 {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_61 {
    width: 61%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_62 {
    width: 62%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_63 {
    width: 63%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_64 {
    width: 64%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_65 {
    width: 65%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_66 {
    width: 66%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_67 {
    width: 67%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_68 {
    width: 68%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_69 {
    width: 69%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_70 {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_71 {
    width: 71%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_72 {
    width: 72%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_73 {
    width: 73%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_74 {
    width: 74%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_75 {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_76 {
    width: 76%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_77 {
    width: 77%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_78 {
    width: 78%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_79 {
    width: 79%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_80 {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_81 {
    width: 81%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_82 {
    width: 82%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_83 {
    width: 83%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_84 {
    width: 84%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_85 {
    width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_86 {
    width: 86%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_87 {
    width: 87%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_88 {
    width: 88%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_89 {
    width: 89%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_90 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_91 {
    width: 91%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_92 {
    width: 92%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_93 {
    width: 93%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_94 {
    width: 94%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_95 {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_96 {
    width: 96%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_97 {
    width: 97%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_98 {
    width: 98%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_99 {
    width: 99%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .c_p_xl_100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row [class*=c_] .inner:not(.no_pad) {
  padding: 15px;
}
.row.no_pad {
  padding: 0;
}
.row.dir_row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row.dir_row_reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.dir_col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row.dir_col_reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.row.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.wrap_nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.row.wrap_reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.row.jc_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.row.jc_flex_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.row.jc_flex_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.row.jc_space_around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.row.jcـspaceـbetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.row.ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.row.ai_flex_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.row.ai_flex_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.row.ai_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.row.ac_baseline {
  -webkit-align-content: baseline;
  -moz-align-content: baseline;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}
.row.ac_center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.row.ac_flex_end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.row.ac_flex_start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.row.ac_stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.row.ac_space_around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-flex-line-pack: space-around;
  align-content: space-around;
}
.row.acـspaceـbetween {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

header {
  width: 100%;
  height: 70vh;
  position: relative;
  background-color: #27cbcc;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}
header .data {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  padding: 70px 0 0;
  position: absolute;
  width: 1250px;
}
header .data .web_name {
  text-align: center;
}
header .data .web_name .small {
  color: #084848;
  font-size: 17px;
}
header .data .web_name .big {
  font-size: 50px;
  margin-right: 10px;
  color: #ebf1f6;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
header .slogans {
  margin-top: 80px;
}
header .slogans .slogan {
  color: #084848;
  font-weight: 500;
  font-size: 17px;
}
header .slogans .slogan:nth-child(2) {
  text-align: center;
}
header .slogans .slogan:nth-child(3) {
  text-align: left;
}

#particles {
  width: 100%;
  height: 100%;
}

.pics {
  margin-top: -200px;
}
.pics .pic {
  width: 100%;
  border: 4px solid #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

footer {
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  box-shadow: 0 0 15px 0 rgba(10, 86, 86, 0.03);
  -webkit-box-shadow: 0 0 15px 0 rgba(10, 86, 86, 0.03);
  -moz-box-shadow: 0 0 15px 0 rgba(10, 86, 86, 0.03);
  -ms-box-shadow: 0 0 15px 0 rgba(10, 86, 86, 0.03);
}
footer .owner {
  margin: 0 auto;
  padding: 2px 10px;
  background-color: #e9fdfd;
  font-size: 10px;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
footer .owner a {
  color: #27cbcc;
  font-weight: 500;
}
footer .contact {
  color: #084848;
  padding: 15px 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
footer .contact #address::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("../images/location.svg");
}
footer .contact #phone::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("../images/telephone.svg");
}

@media (min-width: 768px) and (max-width: 1000px) {
  .container {
    width: 100%;
    padding: 80px;
  }
}
@media (min-width: 1000px) and (max-width: 1290px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1150px) and (max-width: 1450px) {
  .container {
    width: 1100px;
  }
}
@media (min-width: 1800px) {
  body {
    font-size: 18px;
  }

  .container {
    width: 1600px;
  }
}
@media (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  header .data {
    width: 100%;
    padding: 70px 30px 0;
  }
  header .slogans {
    margin-top: 60px;
  }
  header .slogans .slogan {
    text-align: center !important;
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
    padding: 60px 30px 0 !important;
  }

  .pics {
    margin-top: -260px;
  }

  footer .contact {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .contact #phone {
    margin: 10px 0;
  }
  footer .contact #phone::after {
    display: none;
  }
  footer .contact #phone::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../images/telephone.svg");
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 60px;
  }
}

/*# sourceMappingURL=style.css.map */
