/*===============================================
    Theme Name: jiffyTechSolution - SEO analytics HTML5 Template
    Author: jiffytechsolutions
    Version: 1.0
===============================================*/

/*================ TABLE OF CONTENTS ============
  01. THEME DEFAULT
	02. MEANMENU CSS START
	03. HEADER CSS START
	04. ABOUT CSS START
	05. SERVICE CSS START
	06. PROJECT CSS START
	07. FAQ CSS START
	08. CTA CSS START
  09. BLOG CSS START
  10 SERVICE 
  11. INTEGRATION CSS START
  12. TESTIMONIAL CSS START
  13. PRICE CSS START
  14. TEAM CSS START
  15. CAREER CSS START
  16. CONTACT CSS START
  17. FOOTER CSS START
=================================================*/
/*=========================================*/
/*       01. THEME DEFAULT CSS START       */
/*=========================================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&amp;family=Montserrat+Alternates:wght@300;400;500;600;700;800&amp;family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&amp;family=Urbanist:wght@300;400;500;600;700;800&amp;display=swap");

:root {
  /**
  @font family declaration
  */
  --jiffy-ff-body: 'Plus Jakarta Sans', sans-serif;
  --jiffy-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --jiffy-ff-mont: 'Montserrat Alternates', sans-serif;
  --jiffy-ff-urban: 'Urbanist', sans-serif;
  /**
  color declaration
  */
  --jiffy-common-white: #ffffff;
  --jiffy-common-black: #000229;
  --jiffy-common-dark-black: #000000;
  --jiffy-common-orange: #FF7A41;
  --jiffy-common-purple: #FF75F9;
  --jiffy-common-green: #5FC33B;
  --jiffy-common-green-2: #21B641;
  --jiffy-common-yellow: #FFAB0A;
  --jiffy-common-yellow-2: #FFCE57;
  --jiffy-common-yellow-3: #F8FF35;
  --jiffy-common-yellow-4: #FFC530;
  --jiffy-common-blue: #6865FF;
  --jiffy-common-blue-2: #1117A0;
  --jiffy-common-blue-3: #5138EE;
  --jiffy-common-blue-4: #600EE4;
  --jiffy-common-red: #FF3C82;
  --jiffy-heading-primary: #000229;
  --jiffy-grey-1: #5F6368;
  --jiffy-grey-2: #9A9DA7;
  --jiffy-grey-3: #F5F5F5;
  --jiffy-grey-4: #F2F3F5;
  --jiffy-grey-5: #888B95;
  --jiffy-grey-6: #EEEEF5;
  --jiffy-grey-7: #F6F5FA;
  --jiffy-grey-8: #F7F9FB;
  --jiffy-text-body: #cbcdcf;
  --jiffy-theme-1: #6865FF;
  --jiffy-theme-2: #AEE87C;
  --jiffy-theme-3: #FFA8B8;
  --jiffy-theme-4: #F1A0AF;
  --jiffy-border-1: #EDF5FA;
  --jiffy-border-2: #EBECF0;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--jiffy-ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--jiffy-text-body);
  line-height: 1.3;
  overflow-x: hidden;
  background-color: var(--jiffy-common-dark-black);
}

body.monserat {
  font-family: var(--jiffy-ff-monserat);
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--jiffy-ff-heading);
  color: var(--jiffy-grey-8);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: var(--jiffy-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.z-index {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: #fff;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
  color: var(--jiffy-common-black);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70737D;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70737D;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #70737D;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #70737D;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--jiffy-theme-1);
  color: var(--jiffy-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--jiffy-theme-1);
  color: var(--jiffy-common-white);
  text-shadow: none;
}

::selection {
  background: var(--jiffy-theme-1);
  color: var(--jiffy-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--jiffy-common-black);
  font-size: var(--jiffy-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--jiffy-common-black);
  font-size: var(--jiffy-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-50 {
  --bs-gutter-x: 12px;
}

.gx-60 {
  --bs-gutter-x: 65px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}

/*--
    - Spacing
-----------------------------------------*/
.jiffy-btn {
  display: inline-block;
  background-color: var(--jiffy-common-yellow-2);
  color: var(--jiffy-common-white);
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.jiffy-btn span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--jiffy-common-dark-black);
}

.jiffy-btn:hover span {
  color: var(--jiffy-common-dark-black);
  transition-delay: 0.1s;
}

.jiffy-btn-white {
  background-color: var(--jiffy-common-white);
  color: var(--jiffy-common-black);
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  transition: color 0.5s ease;
  transition-duration: 0.4s;
}

.jiffy-btn-white span {
  position: relative;
  z-index: 5;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.jiffy-btn-white:hover {
  color: var(--jiffy-common-black);
  transition-duration: 0.5s;
}

.jiffy-btn-white:hover span.white-text {
  color: var(--jiffy-common-white);
}

.jiffy-btn-blue-lg {
  display: inline-block;
  background: var(--jiffy-common-yellow-2);

  border-radius: 6px;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-urban);
  height: 60px;
  line-height: 61px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  transition-duration: 1s;
}

@media (max-width: 767px) {
  .jiffy-btn-blue-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.jiffy-btn-blue-lg.purple-bg {
  background-color: var(--jiffy-common-blue-4);
}

.jiffy-btn-blue-lg.circle-effect {
  position: relative;
}

.jiffy-btn-blue-lg.circle-effect::after {
  background-color: var(--jiffy-common-black);
  border-radius: 6px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.jiffy-btn-blue-lg.circle-effect-black {
  position: relative;
}

.jiffy-btn-blue-lg.circle-effect-black::after {
  background-color: var(--jiffy-common-black);
  border-radius: 6px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.jiffy-btn-blue-lg span {
  position: relative;
  z-index: 5;
  transition: 0.5s;
  color: var(--jiffy-common-dark-black);
}

.jiffy-btn-blue-lg:hover {
  color: var(--jiffy-common-white);
}

.jiffy-btn-blue-lg:hover.circle-effect::after {
  transform: scaleY(1);
  transform-origin: top;
}

.jiffy-btn-blue-lg:hover.circle-effect-black {
  color: var(--jiffy-common-white);
  transition: 0.3s;
}

.jiffy-btn-blue-lg:hover.circle-effect-black::after {
  transform: scaleY(1);
  transform-origin: top;
}

.jiffy-btn-blue-lg:hover.purple-bg {
  background-color: transparent;
}

.jiffy-btn-blue-lg:hover span.text-color-black {
  color: var(--jiffy-common-black);
}


.jiffy-btn-border {
  display: inline-block;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-urban);
  border: 1px solid var(--jiffy-common-yellow-2);
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

@media (max-width: 767px) {
  .jiffy-btn-border {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.jiffy-btn-border span {
  position: relative;
  z-index: 5;
  transition: 0.7s;
  color: var(--jiffy-common-yellow-2);
}

.jiffy-btn-border:hover {
  border-color: var(--jiffy-common-black);
}

.jiffy-btn-border:hover span {
  color: var(--jiffy-common-dark-black);
}

.jiffy-btn-white-solid {
  display: inline-block;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-urban);
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  height: 36px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.jiffy-btn-white-solid:hover {
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-dark-black);
}

.jiffy-btn-yellow-lg {
  display: inline-block;
  color: var(--jiffy-common-black);
  background: #FFCE5A;
  border-radius: 6px;
  height: 60px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 1s;
}

@media (max-width: 767px) {
  .jiffy-btn-yellow-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.jiffy-btn-yellow-lg::after {
  background-color: var(--jiffy-common-white);
  border-radius: 6px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.jiffy-btn-yellow-lg:hover {
  background-color: transparent;
  color: var(--jiffy-common-black);
}

.jiffy-btn-yellow-lg:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}

.jiffy-btn-yellow-lg.yellow-bg {
  background-color: #F8FF35;
}

.jiffy-btn-service {
  height: 40px;
  line-height: 35px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  color: var(--jiffy-common-yellow-3);
  border-radius: 6px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.jiffy-btn-service:hover {
  background-color: var(--jiffy-common-yellow-3);
  color: var(--jiffy-common-black);
  border-color: var(--jiffy-common-yellow-3);
}


.jiffy-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.jiffy-btn-hover b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: var(--jiffy-common-yellow);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.jiffy-btn-hover:hover b {
  width: 400px;
  height: 400px;
  display: inline-block;
}

.jiffy-btn-hover.alt-color b {
  background-color: var(--jiffy-theme-1);
}

.jiffy-btn-hover.alt-color-black b {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-btn-hover.alt-color-white b {
  background-color: var(--jiffy-common-white);
}

.jiffy-btn-price {
  display: inline-block;
  background: var(--jiffy-common-yellow-2);
  color: var(--jiffy-common-dark-black);
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-btn {
  background-color: var(--jiffy-common-yellow);
  text-align: center;
  height: 55px;
  padding: 0px 20px;
  display: inline-block;
  line-height: 55px;
  color: var(--jiffy-common-dark-black);
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
}

.submit-btn:hover {
  color: var(--jiffy-common-white);
}

.signin-btn {
  background-color: var(--jiffy-common-yellow-2);
  text-align: center;
  height: 55px;
  padding: 0px 100px;
  display: inline-block;
  line-height: 55px;
  color: var(--jiffy-common-dark-black);
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  width: 100%;
  display: block;
}

.signin-btn:hover {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-btn-inner {
  display: inline-block;
  background: var(--jiffy-common-yellow-2);
  color: var(--jiffy-common-dark-black);
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.jiffy-btn-inner.white-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
}

.jiffy-btn-inner span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--jiffy-common-dark-black);
  display: inline-block;
  transform: translateY(-2px);
}

.jiffy-btn-inner:hover span {
  color: var(--jiffy-common-white);
  transition-delay: 0.1s;
}

.jiffy-btn-inner-border {
  display: inline-block;
  color: var(--jiffy-common-white);
  height: 40px;
  line-height: 36px;
  border-radius: 6px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.jiffy-btn-inner-border i {
  padding-left: 7px;
  transform: rotate(45deg) translateY(-3px);
}

.jiffy-btn-inner-border:hover {
  color: var(--jiffy-common-yellow-3);
}

/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -560;
  }
}


@keyframes tptranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

@keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

@-webkit-keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  25% {
    transform: translatex(20px);
  }

  50% {
    transform: translatey(-20px);
  }

  75% {
    transform: translatex(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}

@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes tfLeftToRight2 {
  0% {
    transform: translateX(30%) translateY(1px);
  }

  49% {
    transform: translateX(30%) translateY(1px);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%) translateY(1px);
  }

  51% {
    opacity: 1;
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate3 {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes leftright {
  0% {
    transform: translatex(0);
  }

  50% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}





@keyframes circle-animation {
  0% {
    right: 0;
  }

  50% {
    right: 100%;
  }

  100% {
    right: 0%;
  }
}

@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }

  50% {
    stroke-dashoffset: 560;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }

  75% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes circle-animation-2 {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes scroll1 {
  0% {
    top: 0%;
  }

  50% {
    top: 95%;
  }

  100% {
    top: 0%;
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }

  50% {
    -webkit-transform: translateY(calc(100vh - 100%));
    transform: translateY(calc(100vh - 100%));
  }

  51% {
    -webkit-transform: translateY(calc(100vh - 100%)) rotateX(180deg);
    transform: translateY(calc(100vh - 100%)) rotateX(180deg);
  }

  100% {
    -webkit-transform: translateY(0) rotateX(180deg);
    transform: translateY(0) rotateX(180deg);
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px);
    transform: translateZ(150px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-2 {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px) translateY(150px);
    transform: translateZ(150px) translateY(150px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.7);
  }
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(-1px, -3px, -2px) rotateZ(0.01deg);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes widthcalc {
  0% {
    width: 20%;
  }

  50% {
    width: 50%;
  }

  75% {
    width: 90%;
  }

  90% {
    opacity: 75%;
  }

  90% {
    opacity: 100%;
  }
}

/* right bounce */
@keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* /right bounce */
@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes light-one {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  75% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

/*--- preloader ---*/
.dark #preloader {
  background-color: var(--jiffy-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--jiffy-theme-1);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 9;
  color: var(--jiffy-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--jiffy-common-yellow);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.grey-bg {
  background: var(--jiffy-grey-7);
}

.grey-bg-2 {
  background: var(--jiffy-grey-6);
}

.grey-bg-3 {
  background: var(--jiffy-grey-8);
}

.white-bg {
  background: var(--jiffy-common-white);
}

.black-bg {
  background: var(--jiffy-common-black);
}

.yellow-bg {
  background: var(--jiffy-common-yellow-2);
}

.theme-bg {
  background: var(--jiffy-theme-1);
}

.theme-bg-3 {
  background: var(--jiffy-theme-3);
}

.blue-bg {
  background: var(--jiffy-common-blue-2);
}

.blue-bg-2 {
  background: var(--jiffy-common-blue-4);
}


.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}



.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  background-color: var(--jiffy-common-dark-black);
  z-index: 9999;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}

.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .tpoffcanvas {
    width: 100%;
  }
}



.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.tpoffcanvas__logo {
  margin-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}

.tpoffcanvas__logo img {
  width: 157px;
  height: 100%;
}


.tpoffcanvas__close-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  border-bottom: 1px solid #282727;
  margin-bottom: 35px;
}

.tpoffcanvas__close-btn>h3 {
  font-size: 20px;
  margin: 0;
}

.tpoffcanvas__close-btn button {
  right: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  color: var(--jiffy-common-white);
}

.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}

.tpoffcanvas__content {
  margin-bottom: 30px;
}

.tpoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.tpoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.tpoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--jiffy-common-white);
  display: inline-block;
}

@media (max-width: 767px) {
  .tpoffcanvas__content a {
    font-size: 27px;
  }
}

.tpoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--jiffy-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}

.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--jiffy-theme-1);
  color: var(--jiffy-common-yellow);
}

.mobile-menu.mean-container {
  margin-bottom: 50px;
}

.offcan-social-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.tpoffcanvas-social {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-shape-1 {
  position: absolute;
  top: 10%;
  left: 0;
}

.about-shape-2 {
  position: absolute;
  top: 0%;
  right: 0%;
}

.about-banner {
  background-color: #600EE4;
  height: 540px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner {
    height: 580px;
  }
}

@media (max-width: 767px) {
  .about-banner {
    height: 400px;
  }
}

.about-banner-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--jiffy-common-white);
  position: relative;
  z-index: -1;
  margin-top: 190px;
  display: inline-block;
  margin-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner-title {
    font-size: 90px;
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .about-banner-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: 132px;
  }
}

.about-img-height {
  min-height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin-top: -215px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-img-height {
    min-height: 550px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-height {
    min-height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-height {
    min-height: 400px;
    margin-top: -320px;
  }
}

@media (max-width: 767px) {
  .about-img-height {
    min-height: 300px;
    margin-top: -200px;
  }
}

.about-img-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #600EE4;
  margin-left: 100px;
  margin-top: -140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-title {
    font-size: 90px;
    margin-top: -115px;
  }
}

@media (max-width: 767px) {
  .about-img-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: -67px;
  }
}

.breadcrumb__shape-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.breadcrumb__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumb-height {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content {
    transform: translateY(20px);
  }
}

.breadcrumb__img {
  display: inline-block;
}

.breadcrumb__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 1.2;
  }

  .breadcrumb-height {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.breadcrumb__list {
  display: inline-block;
}

.breadcrumb__list span {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .breadcrumb__list span {
    font-size: 15px;
  }
}

.breadcrumb__list span.child-one {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.breadcrumb__list span.dvdr i {
  font-weight: 400;
  font-size: 17px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0px 8px;
  transform: translateY(1px);
}

.jiffy-custom-accordion .accordion-items {
  border-bottom: 1px solid #181818;
  padding: 0 20px;
  position: relative;
  transition: 0.3s;
}

.jiffy-custom-accordion .accordion-items.boxsadow {
  box-shadow: none;
  border-radius: none;
}

.jiffy-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  font-family: var(--jiffy-ff-mont);
  text-align: left;
  padding: 35px 0;
}

@media (max-width: 767px) {
  .jiffy-custom-accordion .accordion-buttons {
    font-size: 14px;
  }
}

.jiffy-custom-accordion .accordion-buttons .accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #C0C2C8;
  border-radius: 6px;
  transition: 0.3s;
}

.jiffy-custom-accordion .accordion-buttons .accordion-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
}

.jiffy-custom-accordion .accordion-buttons .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
  transition: 0.4s;
}

.jiffy-custom-accordion .accordion-buttons:not(.collapsed) {
  padding-bottom: 22px;
}

.jiffy-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn {
  border-color: var(--jiffy-common-black);
}

.jiffy-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.jiffy-custom-accordion .accordion-body {
  padding: 0px 0 40px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--jiffy-ff-mont);
  padding-right: 35px;
}

@media (max-width: 767px) {
  .jiffy-custom-accordion .accordion-body {
    font-size: 13px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-custom-accordio-2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .jiffy-custom-accordio-2 {
    margin-bottom: 50px;
  }
}

.jiffy-custom-accordio-2 .accordion-items {
  margin-bottom: 15px;
  background: #1e1f20;
  border-radius: 6px;
}

.jiffy-custom-accordio-2 .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 30px 35px;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  /* background: #F7F9FB; */
  border-radius: 16px;
}

@media (max-width: 767px) {
  .jiffy-custom-accordio-2 .accordion-buttons {
    font-size: 19px;
  }
}

.jiffy-custom-accordio-2 .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 35px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 20px;
  opacity: 1;
  height: 30px;
  width: 30px;
  line-height: 27px;
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-white);
  text-align: center;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.5s;
  font-weight: 300;
}

.jiffy-custom-accordio-2 .accordion-buttons.collapsed::after {
  background-color: #606064;
  color: var(--jiffy-common-white);
  transform: rotate(90deg);
}

.jiffy-custom-accordio-2 .accordion-body {
  padding: 40px 35px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #595B62;
  border-top: 1px solid #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-custom-accordio-2 .accordion-body {
    font-size: 14px;
    line-height: 23px;
    padding: 30px 35px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .jiffy-custom-accordio-2 .accordion-body {
    font-size: 15px;
    line-height: 24px;
  }
}

.jiffy-inner-font .accordion-items button {
  font-family: var(--jiffy-ff-body);
}

.jiffy-inner-font .accordion-items .accordion-body {
  font-family: var(--jiffy-ff-body);
}

.jiffy-section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.jiffy-section-title span {
  color: var(--jiffy-common-yellow);
  position: relative;
}

.jiffy-section-title span::after {
  content: '';
  width: 100%;
  height: 23px;
  background-image: url('data:image/svg+xml,<svg width="3215" height="422" viewBox="0 0 3215 422" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M64.545 104.028C132.003 77.1649 181.367 82.6383 245.534 75.6299C279.191 72.0776 315.336 68.2232 352.967 64.6048C461.876 48.7621 604.029 26.6505 712.221 21.1182C720.573 20.5766 728.689 20.0756 737.241 19.5712C837.832 13.7135 939.325 10.3037 1038.79 7.5655C1044.3 7.41463 1047.64 8.63686 1050.14 8.57109C1073.71 7.941 1113.21 5.54005 1136.56 5.0799C1185.76 4.03554 1271.29 1.93264 1316.37 2.46294C1335.5 2.66369 1355.14 2.59549 1362.61 5.66194C1369.59 5.72497 1373.36 2.8105 1375.19 2.63002C1375.21 2.63257 1375.24 2.63513 1375.26 2.63767C1381.15 2.07353 1396.01 3.8984 1399.27 3.7369C1399.77 3.71182 1396.72 1.67138 1404.68 2.20679C1405.39 2.25285 1404.75 3.66968 1411.46 3.61606C1413.23 3.59769 1435.5 1.20892 1441.97 1.02518C1463.2 0.385211 1514.15 1.79967 1539.65 1.7703C1543.55 1.76626 1545.78 0.93954 1549.88 0.923885C1551.98 0.914833 1555.18 1.81125 1555.84 1.80667C1558.74 1.77377 1571.29 -2.27801 1566.78 5.74391C1579.84 5.25617 1575.98 2.59859 1576.29 0.874503C1590.44 0.658981 1597.38 4.47618 1601.07 0.485476C1622.56 0.735822 1644.3 1.05961 1665.69 1.46841C1714.27 2.39422 1762.61 3.77315 1811.08 5.81322C1811.13 5.16111 1811.17 4.50901 1811.22 3.85691C1831.91 7.20847 1839.08 3.10324 1850.78 7.39283C1857.97 6.86857 1865.49 6.37571 1872.76 5.88984C1990.93 13.3243 2110.24 22.4595 2228.8 44.8948C2297.21 57.8088 2364.5 73.892 2430.33 91.3628C2437.88 93.3655 2439.4 95.204 2451.81 98.5408C2465.5 102.223 2485.12 105.877 2503.03 110.785C2518.75 115.088 2541.52 122.677 2558.89 127.591C2562.81 128.698 2565.89 128.617 2566.33 128.741C2568.92 129.477 2568.69 130.857 2571.2 131.575C2574.21 132.43 2578.12 132.414 2581.59 133.41C2594.54 137.125 2608.8 140.515 2610.44 140.97C2618.34 143.182 2619.73 144.948 2620.38 145.135C2629.16 147.591 2626.17 145.538 2628.34 146.178C2639.62 149.481 2646.92 154.531 2663.22 155.571C2662.52 156.571 2661.82 157.571 2661.12 158.571C2672.88 162.161 2665.74 157.261 2668.31 157.335C2669.35 157.41 2694.94 164.028 2696.89 164.52C2703.73 166.351 2703.57 167.864 2704.16 168.026C2705.62 168.431 2723.36 170.807 2731.94 174.081C2742.14 177.978 2729.05 178.196 2731.54 179.349C2731.82 179.476 2736.67 180.452 2740.36 181.459C2741.27 181.621 2743.92 182.42 2744.81 182.667C2746.75 183.394 2748.35 184.1 2748.75 184.582C2749.49 185.434 2746.81 184.828 2744.31 184.214C2743.45 183.976 2740.89 183.203 2740.01 183.047C2738.07 182.762 2736.25 182.461 2736.27 182.661C2736.28 182.759 2737.79 183.373 2739.76 184.192C2740.62 184.344 2743.11 185.098 2743.95 185.33C2748.22 187.575 2754.63 191.035 2752.25 191.308C2751.14 191.536 2747.35 190.384 2742.82 188.827C2742.05 188.613 2739.75 187.919 2738.96 187.779C2731.69 186.022 2722.67 183.419 2719.74 183.174C2718.96 183.11 2719.99 185.174 2719.3 185.084C2716.54 184.807 2666.91 172.983 2664.69 172.031C2667.47 171.884 2670.25 171.735 2673.03 171.583C2669.61 170.657 2666.19 169.728 2662.78 168.795C2667.81 169.375 2672.89 169.958 2677.89 170.511C2672.24 162.272 2648.79 163.381 2647.06 166.369C2646.28 167.766 2658.7 174.991 2645.68 174.087C2647.47 174.95 2649.27 175.812 2651.07 176.674C2655.15 177.029 2659.19 177.369 2663.26 177.706C2660.75 176.663 2658.26 175.619 2655.77 174.572C2656.83 174.361 2657.9 174.15 2658.97 173.938C2666.42 175.032 2673.92 176.112 2681.37 177.155C2685.04 178.397 2683.94 179.539 2686.46 180.419C2717.86 191.318 2697.84 182.224 2718.78 187.713C2721.64 189.125 2724.46 190.52 2727.31 191.918C2727.04 189.669 2731.33 190.954 2737.95 192.339C2738.65 192.464 2740.7 193.082 2741.39 193.273C2744.19 194.14 2747.4 195.067 2750.86 195.771C2749.22 196.277 2747.58 196.782 2745.94 197.287C2762.25 202 2793.59 217.332 2786.39 209.301C2789.95 210.939 2793.47 212.562 2797.07 214.212C2800.49 214.382 2803.89 214.547 2807.28 214.707C2811.52 216.181 2815.9 217.701 2820.18 219.187C2820.05 219.651 2819.92 220.115 2819.79 220.579C2816.35 219.472 2812.86 218.35 2809.41 217.241C2811.54 219.467 2813.72 221.708 2815.86 223.937C2818.48 224.528 2821.1 225.115 2823.7 225.7C2813.51 220.957 2828.16 223.304 2832.24 222.584C2841.47 224.81 2846.41 229.035 2849.43 230.124C2850.84 230.636 2868.88 231.781 2860.83 234.307C2869.67 236.525 2878.4 238.706 2887.18 240.898C2890.4 242.319 2893.67 243.758 2896.93 245.191C2888.94 245.016 2909.27 254.38 2893.39 250.294C2881.52 247.24 2879.34 244.313 2873.77 242.542C2868.83 240.969 2865.77 241.485 2860.3 239.796C2823.79 228.484 2794.18 218.641 2759.74 206.859C2752.92 204.524 2746.54 203.2 2741.94 201.613C2737.65 200.13 2741.77 200.153 2739.47 199.221C2738.89 199.062 2737.18 198.546 2736.6 198.442C2736.11 198.296 2735.34 198.136 2734.17 197.952C2727.02 196.828 2725.19 197.904 2723.33 197.513C2722.17 197.268 2718.81 195.156 2715.43 194.377C2701.6 191.219 2681.02 187.572 2679.05 187.076C2676.85 186.587 2638.02 175.675 2636.23 174.941C2635.26 174.572 2638.52 170.401 2628.63 173.203C2625.92 172.605 2623.23 172.009 2620.51 171.402C2621.18 170.576 2621.86 169.75 2622.54 168.924C2605.7 168.343 2611.7 167.787 2596.29 164.023C2559.39 155.022 2505.41 139.288 2464.87 128.663C2455.83 126.296 2452.08 126.486 2441.36 123.698C2431.42 121.089 2406.27 110.881 2410.71 117.018C2389.56 107.184 2384.19 113.239 2374.14 106.067C2372.63 106.355 2371.12 106.643 2369.61 106.934C2358.19 101.183 2353.85 102.627 2340.5 99.7169C2334.75 98.4744 2342.05 97.1767 2329.73 97.6127C2327.58 96.8445 2325.42 96.078 2323.26 95.3133C2323.94 94.7365 2324.62 94.1599 2325.31 93.5836C2312.33 91.1136 2311.57 90.5771 2312.43 93.5327C2306.32 91.6033 2300.25 89.7075 2294.12 87.82C2293.15 88.5055 2292.18 89.1914 2291.21 89.8778C2294.1 91.4313 2434.69 124.096 2453.98 129.067C2476.14 137.098 2522.15 147.117 2540.23 152.511C2547.47 154.676 2550.16 157.475 2560.7 160.57C2571.24 163.663 2585.03 165.471 2590.7 166.904C2609.51 171.895 2698.51 194.626 2637.32 181.786C2638.82 183.171 2640.32 184.556 2641.82 185.941C2666.74 188.786 2657.52 188.589 2677.44 193.818C2685.86 196.033 2706.41 198.636 2704.28 202.663C2688.38 199.805 2672.11 194.407 2658.46 191.079C2657.12 190.761 2640.51 188.679 2632.36 186.019C2624.99 183.611 2631.22 180.879 2613.76 181.238C2602.87 173.628 2594.81 175.825 2591.52 175.415C2585.83 174.705 2585.79 172.336 2580.35 170.612C2574.43 168.729 2569.91 169.082 2569.09 168.871C2560.86 166.724 2517.94 155.265 2516.21 153.829C2518.04 153.91 2519.87 153.99 2521.7 154.07C2510.73 150.404 2512.45 153.288 2509.45 152.758C2507.27 152.154 2505.09 151.551 2502.91 150.947C2503.9 150.716 2504.89 150.486 2505.88 150.256C2492.69 146.763 2502.33 151.131 2483.64 145.992C2471.78 142.728 2459.98 137.62 2458.79 137.44C2458.44 137.386 2461.86 139.6 2456.97 138.45C2448.87 136.541 2434.99 132.787 2433.87 130.737C2429.87 129.916 2429.78 131.608 2429.24 131.505C2426.93 131.021 2387.38 121.211 2380.26 119.541C2360.59 114.78 2338.78 109.001 2317.33 104.232C2315.13 103.742 2316.78 103.037 2314.56 102.552C2311.01 101.756 2292.46 99.2047 2289.7 98.72C2282.87 97.4578 2265.1 92.9061 2262.19 92.7935C2261.77 92.775 2267.36 95.4404 2260.38 94.4034C2252.62 93.2592 2257.14 92.2446 2256.73 92.1368C2241.49 88.2564 2231.43 87.5757 2220.82 85.7891C2220.69 85.767 2220.56 85.7448 2220.43 85.7224C2217.02 85.1401 2210.77 82.4645 2205.86 81.9941C2205.29 81.9378 2206.16 83.4663 2205.59 83.4288C2198.01 82.7386 2191.61 79.0761 2188.36 78.3451C2180.61 76.602 2184.55 79.1549 2184.14 79.0963C2178.89 78.2519 2172.01 76.4214 2163.94 75.2209C2128.34 69.9774 2099.25 66.2709 2061.33 62.0077C2056.52 61.4715 2051.04 59.597 2050.31 59.5211C2048.06 59.3 2048.58 60.881 2042.01 60.1864C2028.35 58.7424 2015.53 57.6371 2001.94 56.4498C1999.21 56.2119 1998.16 54.7049 1996.06 54.4998C1988.99 53.796 1964.86 55.6739 1964.82 51.0705C1950.46 54.1179 1941.57 50.0074 1930.39 49.3385C1903.88 47.7136 1862.17 46.4471 1835.74 44.889C1830.21 44.5525 1827.68 43.2747 1824.58 43.0923C1818.97 42.7339 1787.13 42.3202 1785.54 42.1072C1782.28 41.6542 1784.51 36.5023 1767.44 40.5531C1757.66 40.6097 1758.87 38.513 1756.85 38.3443C1740.87 37.0728 1725.52 41.5236 1728.45 37.2202C1709.78 38.0122 1698.02 40.2393 1690.42 36.0389C1690.48 38.0313 1681.92 39.0887 1671.38 38.1942C1682.28 35.0022 1680.62 32.8088 1706.79 33.8694C1707.2 33.8865 1706.39 35.312 1706.8 35.329C1710.51 35.4921 1718.11 34.9076 1724.53 35.1188C1730.87 35.3291 1727.33 36.2398 1729.86 36.2744C1732.17 36.3046 1732.13 34.9253 1735.45 34.9795C1746.14 35.1631 1756.04 35.0348 1762.1 35.1721C1765.91 35.2591 1770.32 36.5923 1773.35 36.6792C1785.07 36.992 1809.65 36.842 1824.69 37.5612C1827.78 37.7108 1826.45 39.016 1833.15 39.3935C1833.9 39.4372 1836.9 38.1368 1842.88 38.0925C1848.86 38.0489 1853.36 38.9513 1857.15 38.9746C1860.38 38.9983 1859.11 37.6783 1865.68 37.9046C1870.95 37.9697 1932.92 42.3114 1936.09 42.8409C1940.92 43.4427 1943.13 45.3615 1946.08 45.3436C1946.6 45.3324 1947.59 43.6885 1949.39 43.6883C1979.09 43.5289 2044.51 51.4913 2078.26 55.5717C2127.73 61.2506 2174.76 67.7528 2222.61 76.6397C2242.91 80.4109 2263.36 84.5128 2284.27 89.0382C2285.58 89.0254 2286.89 89.0134 2288.2 89.0022C2281.16 87.4139 2274.03 85.8381 2266.97 84.3097C2267.09 83.5149 2267.22 82.72 2267.34 81.9251C2257.77 79.7462 2258.63 81.8853 2258.67 83.0615C2255.21 81.8322 2251.78 80.6198 2248.32 79.4075C2245.8 80.8525 2234.01 78.1388 2222.81 75.5931C2217.83 74.4531 2212.76 73.3095 2209 72.6107C2200.96 71.1082 2191.22 70.4725 2187.01 69.6652C2178.13 67.9665 2178.58 66.3096 2177.89 66.1618C2176.75 65.925 2163.99 65.363 2154.94 63.9259C2141.66 61.8291 2140.55 58.9539 2121.94 58.6629C2098.65 54.102 2072.55 51.7221 2047.23 49.3807C2052.3 47.4229 2029.34 47.4431 2019.15 46.5091C1956.7 40.4998 1880.19 35.1556 1816.95 31.9409C1808.76 31.5194 1802.83 29.8754 1798.25 29.7717C1795.78 29.7151 1794.65 31.3812 1791.21 31.0464C1790.59 30.9842 1790.25 29.3777 1783.96 28.9458C1768.04 27.823 1728.98 29.5502 1718.9 26.3249C1701.19 26.1321 1683.39 26.0082 1665.39 25.9459C1629.3 25.8251 1593.26 25.9505 1557.23 26.2486C1555.87 25.5975 1554.5 24.9467 1553.14 24.2961C1543.04 27.602 1502.48 25.7381 1482.81 26.0269C1448.11 26.4941 1403.86 27.9823 1373.47 28.5134C1366.88 28.6268 1361.47 27.7599 1355.22 27.8704C1352.53 27.9194 1349.2 29.1916 1346.4 29.2405C1315 29.8016 1272.44 29.3283 1240.79 30.0497C1168.96 31.6741 1101.22 33.3585 1028.48 35.903C931.727 39.3382 835.494 43.7155 739.122 49.9458C610.872 57.1112 478.279 75.8036 356.056 94.4433C336.763 96.4128 317.498 98.5541 298.257 100.851C294.995 101.241 294.986 99.8269 292.458 100.13C277.522 101.873 244.389 107.476 227.586 109.897C214.185 111.77 192.613 112.939 188.348 115.824C236.391 111.509 286.539 104.528 336.344 99.9553C339.883 99.6308 340.465 100.913 340.902 100.89C348.99 100.485 343.726 99.189 355.378 97.8832C355.61 97.8575 355.958 97.8351 356.405 97.815C362.966 97.7471 393.847 96.947 389.449 93.4947C397.787 94.0947 457.986 85.0609 469.614 82.8942C473.162 82.1904 470.446 81.3244 471.147 81.1553C474.25 80.412 475.777 81.9404 478.525 81.5831C485.918 80.5891 504.136 76.645 507.781 76.1856C515.876 75.0869 540.443 73.4294 551.114 71.8945C561.023 70.453 558.873 68.8749 567.383 67.7685C574.115 66.9148 567.065 69.1886 581.966 68.0812C589.572 67.4847 615.15 63.9101 621.694 63.3418C627.802 62.7858 635.234 63.2148 643.758 62.4099C656.468 61.1923 683.331 58.5048 696.353 57.2512C697.104 57.1781 698.819 55.6432 700.677 55.5423C704.53 55.3319 703.494 57.1494 706.434 57.1233C708.11 57.1025 723.706 56.0119 739.436 55.0085C752.065 54.1953 765.146 53.3976 768.889 53.1921C774.792 52.8626 778.879 51.595 782.207 51.4186C784.806 51.2838 785.239 52.7122 787.806 52.587C788.607 52.5428 795.375 50.9093 802.35 50.5679C809.121 50.2272 833.722 50.1732 836.766 50.0414C838.619 49.9549 836.528 49.0255 842.021 48.7804C847.035 48.5602 850.424 49.7369 853.314 49.6181C860.076 49.3379 867.416 47.8514 874.485 47.5216C894.965 46.5738 893.891 48.2948 895.129 48.2909C898.502 48.2921 899.793 46.7163 900.902 46.6365C905.544 46.3051 917.238 45.5245 921.306 45.2962C926.485 45.0057 928.748 46.3558 934.297 46.1329C938.441 45.962 946.768 44.2155 956.124 43.779C977.478 42.7748 1002.61 41.5827 1023.46 40.9148C1029.7 40.7134 1030.72 41.997 1032.62 41.9663C1042.56 41.8084 1048.12 40.1528 1050.97 40.0777C1071.35 39.5287 1107.63 40.734 1126.56 40.4028C1134.21 40.2571 1167.83 38.2748 1186.85 38.0044C1189.01 37.9705 1187.01 39.0529 1189.42 38.8319C1195.18 38.3028 1194.6 36.2145 1197.53 36.2071C1198.94 36.2101 1202.2 37.3173 1206.32 37.3377C1227.72 37.4452 1242.39 36.2119 1252.14 36.0705C1345.82 34.7179 1441.27 34.071 1528.82 34.0844C1538.67 34.0844 1550.57 32.8198 1565.44 34.0521C1565.89 34.7059 1566.34 35.3597 1566.8 36.0135C1567.31 35.3723 1567.83 34.7311 1568.35 34.09C1584.91 33.7723 1591.45 32.9671 1608.35 33.8722C1609.77 33.9483 1614.3 36.9568 1617.11 33.2712C1634.01 36.0716 1624.77 33.2994 1637.22 33.1516C1646.82 33.0454 1656.17 33.5738 1665.3 33.9846C1668.27 34.1159 1671.23 34.2355 1674.17 34.3195C1677.57 35.0436 1671.93 36.0949 1665.26 36.9563C1659.04 37.7826 1651.89 38.4376 1651 38.4239C1648.06 38.3817 1645.02 36.5103 1642.17 36.386C1633.73 36.0143 1625.76 37.4176 1623.86 35.7605C1613.01 37.423 1626.51 36.6481 1625.14 38.2046C1617.95 37.5043 1610.59 36.8118 1603.47 36.1288C1599.81 41.4134 1559.93 34.3717 1562.68 38.4435C1559.5 37.6288 1556.31 36.8155 1553.12 36.0035C1539.35 41.091 1530.94 37.5172 1512.52 36.0628C1513.86 36.7087 1515.2 37.3548 1516.53 38.0012C1516.17 38.2711 1499.79 39.3732 1505.64 36.5802C1488.77 40.3031 1489.57 34.2284 1474.52 38.7096C1465.58 39.3326 1470.87 36.7417 1454.94 36.9062C1445.49 37.0043 1433.65 38.443 1423.11 38.6432C1420.67 38.6851 1419.6 37.2198 1417.43 37.2426C1415.26 37.266 1414.21 38.7248 1411.58 38.7899C1406.13 38.9274 1399.08 37.9931 1395.7 38.1319C1392.66 38.252 1388.33 39.5808 1381 39.8765C1355.39 40.9277 1363.12 39.0079 1359.06 38.4457C1354.71 37.8526 1351.62 40.2992 1342.94 40.1537C1342.07 40.1378 1344.3 38.6061 1341.47 38.7086C1339.2 38.7903 1338.08 40.4338 1330.55 40.8587C1327.55 41.0134 1280.92 42.1896 1273.81 42.3766C1262.93 42.6301 1238.65 41.7628 1227.38 42.0294C1223.04 42.1269 1218.44 43.5384 1213.82 43.6369C1198.53 43.9595 1174.04 44.4523 1154.7 44.9077C1137.2 45.3075 1106.48 43.3097 1097.03 46.2052C1072.5 47.287 1066.52 45.2676 1064.68 45.2934C1059.71 45.37 1057.39 46.9195 1051.09 47.1953C969.575 50.6876 862.031 54.1491 784.927 58.6086C769.759 59.4731 754.657 60.3818 739.827 61.3304C612.022 68.3284 481.387 86.7084 357.225 105.737C320.822 109.487 284.506 113.844 248.261 118.751C247.87 119.465 247.48 120.179 247.091 120.893C268.31 118.351 293.313 116.285 314.267 114.086C327.001 112.74 342.474 110.525 357.544 108.82C374.998 106.839 391.986 104.498 403.36 105.19C395.227 106.883 381.766 107.098 382.298 109.326C396.872 107.446 411.552 105.217 426.24 103.017C425.632 102.041 425.025 101.064 424.419 100.088C439.736 97.2996 455.496 95.0088 470.983 92.537C473.692 92.1065 471.623 91.4421 474.002 91.0828C476.668 90.6836 475.003 91.9212 475.501 91.8552C482.02 90.9016 483.992 89.6222 484.805 89.518C486.927 89.2533 485.379 90.4239 491.396 89.8367C502.606 88.7507 510.31 85.2126 508.229 89.7008C511.759 89.227 515.323 88.7569 518.984 88.2826C519.79 87.0319 520.584 85.7833 521.345 84.5396C543.961 86.2866 553.349 77.1499 566.234 82.139C570.123 80.7282 574.248 79.3015 578.052 77.918C580.423 78.8101 582.815 79.7028 585.229 80.596C585.577 79.5793 585.925 78.5625 586.275 77.5457C608.136 76.0137 631.215 72.7355 652.028 71.1343C666.593 70.0217 670.154 70.1363 682.916 69.1013C711.574 66.8481 683.469 70.8075 707.132 71.234C705.815 70.1258 704.501 69.0179 703.192 67.9102C707.062 67.2006 710.981 66.4928 714.952 65.7868C717.847 66.5701 720.565 67.3679 723.342 68.1639C730.304 64.6876 736.136 64.5535 740.054 64.9914C742.605 65.2954 744.312 65.86 744.973 65.8195C746.29 65.7326 750.649 62.4023 765.294 64.1326C759.16 60.3156 776.141 63.4811 777.559 63.4304C778.911 63.3673 795.275 61.5292 801.988 61.2152C807.35 60.9574 818.513 61.2717 826.369 60.8315C833.32 60.4414 832.562 59.0655 833.067 59.0252C841.662 58.4804 836.306 59.8458 842.439 59.598C848.552 59.3523 853.3 57.9193 854.642 57.963C855.317 57.9882 853.13 59.4111 856.217 59.3911C864.633 59.3355 879.134 57.5106 888.737 57.1177C892.075 56.9791 896.268 57.912 899.981 57.7839C905.667 57.5842 908.281 55.9867 911.613 55.888C912.797 55.8568 920.225 57.8331 929.305 57.1048C931.037 56.9625 935.939 51.9042 943.055 58.4957C943.543 57.5081 944.032 56.5205 944.521 55.5329C974.956 51.9219 983.816 59.4744 997.207 52.0022C1019.49 51.9763 1004.31 55.2426 1006.77 55.5697C1008.35 55.7759 1015.55 54.773 1016.36 54.7878C1017.77 54.8214 1017.56 55.7012 1019.1 55.6421C1047.55 54.4961 1034.8 53.2939 1043.75 51.9461C1065.05 48.7573 1081.95 53.7258 1044.67 53.2906C1044.69 53.7767 1044.7 54.2628 1044.72 54.749C1053.86 53.9738 1077.08 53.4552 1069.41 56.168C1063.37 58.2826 1008.31 58.8826 1039.54 60.5505C1046.62 60.9301 1050.22 58.9818 1062.65 62.0038C1070.72 61.9302 1071.74 57.4603 1082.78 58.8968C1080.93 57.4067 1079.07 55.9169 1077.22 54.4274C1092.19 51.939 1110.65 54.0968 1122.2 52.9011C1126.09 52.4924 1139.94 44.7287 1136.87 52.1906C1143.44 51.5406 1174.41 52.0811 1180.16 51.2826C1181.55 51.0901 1183.25 47.1108 1203.3 48.0001C1204.7 48.4589 1206.1 48.9178 1207.51 49.3769C1189.22 51.2399 1221.61 51.9295 1212.91 55.8609C1209.88 54.2549 1195.34 53.5807 1192.99 52.7975C1188.97 51.4465 1200.79 49.2868 1185.68 50.1686C1176.3 56.628 1203.49 53.0929 1199.46 59.1068C1219.28 55.8735 1221.32 58.4697 1225.82 58.4759C1245.06 58.4909 1257.15 57.611 1275.3 57.9433C1279.7 56.637 1246.82 55.5481 1242.76 56.1683C1257.65 51.5455 1231.85 51.8979 1221.04 54.7062C1220.1 53.4265 1219.16 52.1469 1218.22 50.8673C1232.38 51.2476 1246.22 51.3094 1260.22 49.9552C1261.14 50.4228 1262.07 50.8905 1262.99 51.3582C1259.86 52.1544 1256.73 52.9514 1253.6 53.7493C1265.28 54.708 1258.21 51.0559 1273.82 54.0692C1274.27 52.5952 1274.73 51.1212 1275.18 49.6472C1290.1 49.8415 1304.99 50.0564 1319.92 50.2911C1327.64 47.2157 1356.34 47.8708 1351.14 51.7551C1362.73 51.8531 1348.4 50.0387 1359.24 48.9555C1363.96 48.4852 1373.15 48.2464 1375.46 49.2396C1374.51 52.8728 1360.75 53.5118 1356.6 56.0612C1359.12 56.7932 1423.31 53.4235 1417.64 57.7464C1422.77 58.2025 1420.4 56.0433 1429.62 55.3942C1455.58 53.5723 1495.62 57.6385 1516.52 52.1774C1491.98 49.2497 1484.83 52.4866 1465.97 52.7398C1454.06 52.8538 1380.85 54.162 1397.17 50.1619C1394.5 50.6802 1391.82 51.1992 1389.14 51.719C1386.41 50.6132 1383.68 49.5081 1380.95 48.4039C1388.61 48.1404 1396.25 47.8831 1403.88 47.6317C1405.73 48.7474 1407.57 49.8635 1409.41 50.98C1410.25 50.1591 1411.09 49.3383 1411.92 48.5175C1415.15 48.3211 1418.37 48.1259 1421.59 47.9318C1420.69 48.9166 1419.8 49.9015 1418.9 50.8865C1423.87 51.0016 1428.83 51.1194 1433.77 51.2398C1432.43 49.9487 1431.09 48.6578 1429.74 47.3671C1453.15 46.8224 1445.25 47.7141 1458.21 50.0479C1467.88 50.2265 1451.48 47.8363 1472.01 47.0569C1495.89 46.1762 1480.13 50.2327 1511.1 49.2514C1511.54 48.5994 1511.98 47.9475 1512.42 47.2956C1519.2 47.923 1525.94 48.556 1532.78 49.1949C1531.88 48.3876 1530.98 47.5805 1530.07 46.7734C1544.13 47.0554 1563.39 45.524 1568.05 48.7068C1553.83 47.1617 1553.93 52.7088 1557.65 53.7273C1563.22 55.2235 1623.88 54.7294 1665.04 54.7809C1680.94 54.7838 1693.49 54.8143 1699.65 54.881C1727.41 55.1826 1748.63 57.4431 1774.12 55.4407C1756.93 52.6236 1696.17 53.2115 1684.66 51.5632C1683.52 51.3953 1683.94 46.3193 1676.52 51.931C1672.84 51.7297 1669.03 51.5922 1665.08 51.5024C1644.21 51.0204 1619.93 51.9508 1595.17 51.7094C1596.08 50.2512 1596.98 48.793 1597.89 47.335C1615.83 50.5203 1632.9 43.8349 1630.43 49.4945C1634.04 49.5231 1637.54 49.553 1641.23 49.5869C1641.24 48.6085 1641.25 47.63 1641.26 46.6516C1646.75 46.7021 1652.2 46.7575 1657.62 46.818C1657.61 47.7964 1657.6 48.7748 1657.58 49.7532C1660.1 49.7813 1662.61 49.8104 1665.1 49.8407C1667.11 49.8651 1669.11 49.8902 1671.1 49.9159C1671.59 48.9465 1672.07 47.9772 1672.56 47.0078C1686.01 49.168 1732.02 44.618 1711.79 50.0657C1717.98 50.1814 1724.55 50.3133 1730.84 50.4494C1730.83 49.7337 1730.83 49.018 1730.82 48.3022C1733.55 48.2649 1736.26 48.229 1738.96 48.1946C1738.05 48.8217 1737.15 49.449 1736.25 50.0764C1748.71 49.1948 1760.53 52.9126 1768.74 50.9008C1763.28 50.2595 1758.04 49.6315 1752.61 49.0057C1762.87 50.1832 1782.17 48.8187 1783.82 48.8701C1788.96 49.0179 1791.71 50.5515 1797.39 50.8113C1802.51 51.0435 1801.83 49.9104 1802.78 49.9814C1830.17 52.0772 1819.6 57.7348 1832.6 51.1052C1833.9 52.1307 1835.23 53.1578 1836.58 54.1862C1838.46 53.4501 1840.32 52.7148 1842.18 51.9803C1850.33 52.3973 1858.36 52.83 1866.55 53.2922C1863.9 51.9499 1861.23 50.6093 1858.54 49.2703C1870.88 49.2888 1876.27 52.0083 1877.47 52.1216C1880.84 52.4315 1882.45 50.9818 1883.49 51.0318C1933.2 53.8499 1902.74 53.5356 1927.35 60.7506C1936.27 59.0514 1927.54 56.2346 1926.41 53.867C1937.97 55.6694 1941.91 55.2889 1954.15 56.2623C1957.4 56.5238 1960.82 58.0101 1962.85 58.1744C1964.64 58.3179 1970.15 57.4028 1974.42 57.7233C1981.58 58.2577 1990.78 59.7709 2000.5 60.5762C2008.47 61.2125 2033.18 62.4956 2050.33 64.2908C2057.55 65.0431 2055.83 65.9738 2057.71 66.1748C2058.5 66.2589 2064.38 65.5629 2069 66.0746C2107.23 70.2985 2146.32 76.4912 2184.45 83.0571C2196.32 85.0991 2208.24 87.0757 2220.16 89.1736C2235.35 91.847 2250.42 94.6367 2265.38 97.9204C2271.04 99.1683 2267.83 99.4662 2270.29 100.036C2271.14 100.232 2272.55 98.7966 2281.16 101.401C2284.27 102.344 2280.38 102.687 2283.47 103.437C2284.98 103.804 2285.94 102.49 2294.88 104.173C2311.08 107.236 2319.24 111.235 2320.68 111.512C2323.41 112.044 2322.91 110.664 2326.49 111.477C2344.02 115.458 2358.63 118.884 2374.19 122.735C2381.47 124.458 2431.41 137.332 2434.06 138.323C2440.05 140.434 2433.7 141.379 2441.56 143.399C2443.92 143.363 2446.28 143.328 2448.64 143.295C2445.28 141.879 2441.93 140.467 2438.57 139.056C2447.95 142.424 2459.14 144.245 2466.23 146.215C2467.54 146.579 2479.3 150.98 2485.49 152.535C2482.75 152.286 2480 152.038 2477.26 151.79C2478.08 152.437 2478.9 153.085 2479.72 153.732C2492.18 156.483 2505.19 160.055 2517.77 163.576C2522.3 164.844 2520.51 165.388 2525.1 166.674C2551.86 174.165 2546.14 168.337 2569.93 182.781C2561.39 179.78 2529.36 172.122 2524.82 170.606C2521.65 169.556 2510.89 159.812 2513.7 167.566C2487.96 160.514 2511.3 163.027 2487.04 157.25C2487.31 158.175 2487.57 159.1 2487.83 160.025C2479.3 158.235 2472.99 156.949 2468.27 154.161C2465.51 157.544 2437.58 147.55 2421.82 143.653C2399.05 137.991 2373.15 132.279 2350.55 126.85C2342.78 124.979 2338.74 122.388 2337.76 122.152C2336.32 121.814 2331.99 122.169 2329.14 121.494C2318.5 118.91 2286.55 109.149 2277.64 111.125C2341.21 125.195 2404.17 141.779 2466.93 158.844C2459.53 154.878 2523.05 172.021 2526.24 172.982C2529.2 173.873 2526.35 174.457 2527.21 174.775C2533.66 177.113 2539.79 176.804 2541.88 177.371C2543.47 177.803 2546.46 179.539 2552.15 181.056C2553.2 181.335 2553.73 180.5 2554.85 180.799C2562.25 182.795 2569.57 184.775 2577 186.751C2577.45 186.881 2578.97 188.714 2580.85 189.217C2582.74 189.718 2584.96 188.881 2585.43 189.002C2591.35 190.586 2601.35 194.143 2607 195.624C2608.96 196.136 2607.85 194.803 2610.05 195.386C2616.82 197.169 2614.1 198.509 2622.59 200.171C2625.44 200.726 2625.63 199.215 2630.96 200.784C2634.74 201.892 2633.66 204.397 2634.24 204.646C2635.03 204.974 2648.73 206.238 2652.58 209.007C2642.06 211.187 2662.82 211.8 2662.35 209.649C2667.45 211.414 2672.53 213.161 2677.66 214.905C2679.56 214.852 2681.46 214.796 2683.35 214.736C2701.32 221.037 2713.62 223.068 2730.26 227.006C2730.31 227.014 2730.44 227.054 2730.48 227.066C2732.85 227.865 2735.29 228.713 2737.85 229.629C2738.82 229.979 2755.58 236.551 2754.58 236.964C2745.06 235.016 2736.07 232.286 2729.95 228.697C2729.94 228.693 2729.9 228.682 2729.89 228.679C2729.09 228.302 2728.33 227.908 2727.63 227.497C2715.62 229.153 2716.18 225.839 2698.23 222.248C2692.23 221.039 2691.52 222.051 2690.84 221.905C2667.48 217.03 2630.32 208.188 2615.62 200.871C2611.04 200.629 2626.6 205.015 2620.34 204.096C2616.89 203.741 2536.79 183.483 2563.3 186.545C2560.63 185.938 2557.95 185.33 2555.28 184.722C2551.7 187.55 2538.75 183.177 2541.2 180.061C2539.76 180.444 2538.32 180.827 2536.88 181.21C2534.26 181.152 2531.25 180.686 2527.12 179.77C2511.29 176.231 2418.63 149.694 2413.51 149.024C2413.18 149.831 2412.84 150.638 2412.51 151.445C2453.39 163.274 2493.75 172.213 2537.93 186.768C2536.84 185.631 2535.75 184.496 2534.66 183.359C2552.24 189.311 2569.84 195.23 2587.48 201.068C2568.12 197.486 2537.66 190.527 2518.11 183.939C2514.64 182.768 2517.53 182.382 2516.75 182.028C2514.72 181.107 2511.92 182.379 2504.26 180.487C2496.6 178.591 2477.84 172.03 2476.08 171.592C2472.68 170.75 2462.97 170.437 2457.22 168.851C2449.68 166.765 2455.11 166.795 2453.6 166.356C2447.36 164.525 2441.54 163.671 2436.66 162.251C2429.4 160.137 2414.85 153.731 2408.82 155.858C2414 157.396 2419.18 158.941 2424.35 160.49C2395.75 154.199 2374.75 143.981 2345.92 140.463C2338.52 143.106 2361.74 148.271 2341.79 145.227C2345.33 146.038 2348.91 146.863 2352.46 147.689C2353.51 147.013 2354.56 146.338 2355.61 145.663C2361.54 147.822 2367.5 150.006 2373.42 152.195C2371.88 150.964 2370.34 149.733 2368.8 148.503C2390.57 153.413 2412.58 158.398 2418.99 164.62C2419.71 163.719 2420.42 162.818 2421.14 161.917C2440.84 168.484 2472.07 172.36 2464.92 176.495C2465.95 176.453 2466.98 176.41 2468.01 176.368C2479.8 180.821 2475.27 177.072 2479.89 178.048C2481.21 178.326 2504.42 185.961 2493.53 184.794C2516.15 192.348 2510.51 185.122 2516.91 186.617C2530.89 193.255 2558.48 196.48 2546.21 197.614C2548.36 198.364 2550.51 199.11 2552.66 199.857C2560.75 198.537 2566.87 204.136 2574.37 207.456C2577.01 208.236 2579.65 209.016 2582.27 209.791C2584.34 209.163 2586.41 208.533 2588.48 207.903C2612.09 219.698 2607.92 203.293 2616.21 218.285C2614.25 218.546 2612.28 218.807 2610.32 219.067C2605.99 218.313 2601.68 217.554 2597.37 216.793C2614.34 221.572 2631.3 226.255 2648.34 230.829C2669.24 239.591 2682.54 238.919 2706.19 247.189C2708.55 247.391 2710.87 247.58 2713.22 247.773C2710.29 249.993 2701.55 247.595 2717.72 252.542C2718.67 254.8 2707.53 252.556 2702.78 249.889C2701.64 249.245 2712.39 250.149 2700.71 247.409C2692.78 245.525 2706.64 251.24 2683.09 244.797C2683.86 245.478 2684.63 246.16 2685.4 246.841C2682.82 246.219 2680.25 245.594 2677.69 244.968C2675.67 243.328 2673.66 241.688 2671.62 240.041C2665.35 240.196 2661.56 241.638 2648.25 237.843C2652.05 238.059 2647.66 234.648 2641.05 233.033C2640.85 233.823 2640.66 234.613 2640.46 235.403C2624.28 231.872 2630.44 230.965 2616.66 229.366C2615.49 228.397 2614.32 227.428 2613.15 226.458C2605.25 227.199 2578.18 221.957 2584.06 219.362C2575.62 221.161 2560.43 215.289 2555.42 210.72C2554.77 211.381 2554.11 212.042 2553.45 212.704C2550.32 212.03 2547.19 211.357 2544.06 210.682C2542.46 209.743 2540.87 208.805 2539.27 207.867C2536.96 207.747 2534.64 207.626 2532.33 207.506C2531.22 206.364 2530.12 205.224 2529.01 204.082C2525.23 204.066 2521.47 204.049 2517.7 204.032C2515.72 202.822 2513.75 201.613 2511.77 200.402C2511.09 201.975 2489.73 196.535 2484.09 193.844C2482.2 193.837 2480.3 193.829 2478.4 193.821C2477.75 192.808 2477.09 191.795 2476.44 190.782C2474.96 191.045 2473.47 191.309 2471.99 191.572C2469.13 190.124 2466.26 188.677 2463.4 187.231C2450.01 187.685 2450.52 184.238 2447.7 183.497C2442.45 182.119 2424.02 179.723 2421.07 178.811C2418.13 177.893 2417.07 176.142 2414.7 175.375C2375.73 162.767 2391.02 170.775 2382.94 169.275C2378.58 168.483 2375.88 166.419 2372.06 165.589C2365.54 164.123 2332.46 157.655 2330.62 157.07C2327.94 156.161 2335.88 151.674 2326.57 151.064C2325.5 154.237 2307.24 146.389 2315.06 153.063C2307.3 150.785 2299.58 148.551 2291.81 146.343C2291.82 150.42 2282.7 145.69 2272.12 143.567C2257.11 140.467 2222.88 136.087 2224.93 132.389C2221.16 132.586 2217.39 132.791 2213.61 133.004C2212.97 132.846 2212.34 132.69 2211.71 132.536C2188.2 126.811 2164.43 124.031 2140.63 120.496C2068.02 109.647 1988.1 101.686 1914.42 96.5365C1910.93 96.29 1911.51 94.9915 1908.97 94.8147C1895.45 93.8476 1860.64 93.0244 1841.84 91.976C1835.81 91.6294 1832.82 90.2126 1830.97 90.0791C1824.55 89.6148 1825.99 91.3845 1823.02 91.2207C1818.26 90.9451 1793.4 88.4855 1784.76 88.0694C1780.55 87.8568 1775.48 89.0655 1770.46 88.5038C1770.03 88.4575 1770.87 87.0801 1770.5 87.0452C1761.32 86.6174 1766.79 87.9814 1763.74 87.8336C1741.92 86.7849 1718.36 86.246 1694.56 85.5707C1688.54 85.3982 1679.71 84.2809 1674.57 84.1197C1672.62 84.0611 1676.11 85.1688 1669.36 84.9932C1667.39 84.9424 1666.53 83.9236 1664.69 83.5489C1664.38 83.4842 1664.05 83.4388 1663.67 83.421C1652.62 82.9142 1648.82 87.3175 1639.17 83.6568C1620.8 83.7132 1588.35 84.6943 1571.53 84.7002C1567.54 84.6973 1565.59 83.8786 1561.77 83.8895C1559.07 83.8967 1554.21 85.1585 1550.05 85.1747C1545.86 85.1902 1539.22 83.9896 1531.07 84.0487C1522.42 84.1077 1511.94 84.8581 1509.98 84.8614C1507.65 84.8698 1506.56 83.3532 1504.23 83.3819C1497.11 83.4564 1478.41 85.0505 1469.27 85.2779C1459.49 85.5161 1453.71 84.8267 1450.36 84.8685C1447.28 84.914 1443.69 86.2284 1442.28 86.2522C1440.08 86.2912 1439.55 84.7961 1436.76 84.8342C1432.19 84.9008 1427.56 85.8879 1420.74 85.9831C1297.94 87.7377 1177.49 89.6053 1058.02 92.3885C1044.64 92.7053 1037.27 93.9996 1017.56 94.2103C1009.61 94.2954 1012.9 92.6303 1006.75 93.1433C1004.01 93.3741 1004.75 94.5652 1001.24 94.7514C985.744 95.5667 967.832 95.123 961.1 95.4077C958.451 95.5173 955.478 97.0172 950.083 97.2527C909.712 99.0161 861.555 100.764 818.186 103.257C797.514 104.434 767.615 106.661 742.743 108.397C739.704 108.608 736.765 108.81 733.945 108.999C661.357 113.831 583.14 120.412 517.732 129.31C466.341 135.815 416.697 146.453 362.096 152.793C314.278 157.89 266.478 163.891 218.778 170.352C260.162 167.051 314.509 160.091 362.369 155.427C368.847 154.787 375.192 154.054 381.277 153.293C500.8 134.232 619.794 118.713 742.92 111.266C776.816 109.045 810.761 107.138 844.441 105.502C898.305 102.868 966.314 100.002 1025.36 98.7422C1028.03 98.6835 1033.62 97.4268 1039.36 97.3457C1040.57 97.3292 1055.88 98.7595 1061.05 98.6134C1056.09 95.3242 1076.26 97.7472 1082.5 97.4738C1090.4 97.1193 1106.62 94.8987 1125.09 95.3472C1141.74 95.7577 1137.21 97.2156 1138.12 97.2722C1144.03 97.6462 1146.03 95.4541 1150.55 95.1157C1168.97 93.6879 1263.97 92.7159 1290.47 92.3743C1297.32 92.2663 1297.54 93.622 1299.08 93.5986C1303.17 93.5332 1308.94 92.0881 1315.5 91.9846C1327.33 91.8 1340.89 92.8681 1347.41 92.7748C1362.96 92.5479 1392.4 90.6391 1412.6 90.3962C1418.29 90.326 1417.95 91.7438 1420.52 91.7121C1431.8 91.5631 1461.23 89.6434 1475.33 89.5478C1498.08 89.3787 1521.56 90.2039 1544.78 89.7241C1546.24 90.3538 1547.71 90.9838 1549.17 91.614C1551.47 90.9517 1553.76 90.2901 1556.11 89.6293C1592.11 90.1063 1628.71 89.1358 1664.62 89.4531C1667.82 89.4815 1670.99 89.5197 1674.14 89.5695C1678.65 89.6304 1700.77 91.1828 1704.5 91.2634C1707.57 91.318 1710.61 89.811 1715.11 90.1279C1721.51 90.5733 1715.44 93.4247 1725.94 92.7899C1728.76 92.6194 1726.07 91.2874 1731.7 91.0126C1733.5 90.8938 1769.55 91.2815 1771.63 91.4564C1774.88 91.6976 1777.68 94.51 1778.51 94.5935C1782.82 95.0306 1782.69 92.9329 1785.58 92.8309C1794.2 92.5231 1805.42 94.3183 1806.77 94.3361C1823.72 94.5197 1855.19 94.1465 1872.81 96.0264C1875.21 96.2826 1874.85 97.8262 1875.28 97.8982C1878.07 98.3602 1879.89 96.6751 1882.54 96.7695C1896.53 97.2739 1918.93 99.7588 1932.93 100.981C1934.58 101.121 1938.13 100.497 1941.05 100.775C1957.44 102.37 1952.04 103.389 1952.96 103.507C1955.2 103.81 1959.26 102.582 1965.13 102.924C1980.43 103.776 2009.54 106.427 2025.78 108.133C2037.89 109.393 2037.58 111.126 2038.37 111.235C2040.11 111.473 2044.92 110.563 2052.96 111.262C2068.38 112.618 2066.48 113.806 2072.81 114.466C2073.34 114.528 2072.58 113.093 2079.55 113.777C2093.11 115.062 2123.3 120.376 2137.64 122.509C2143.16 123.311 2144.63 122.237 2150.32 123.097C2159.27 124.414 2179.23 129.21 2180.79 129.506C2181.24 129.585 2182.51 128.307 2185.13 128.772C2188 129.285 2190.65 130.536 2192.83 130.93C2198.32 131.921 2205.71 132.782 2211.46 133.807C2218.66 135.09 2223.49 136.598 2219.7 138.799C2223.87 138.304 2228.02 137.815 2232.22 137.348C2257.8 142.853 2282.73 147.873 2308.09 153.601C2313.79 154.892 2318.32 157.005 2323.12 158.117C2327.93 159.211 2349.49 162.848 2353.03 163.726C2359.36 165.216 2395.26 174.32 2399.69 175.647C2408.34 178.158 2416.23 182.517 2419.89 183.052C2422.82 183.482 2420.51 181.592 2426.02 182.71C2435.57 184.642 2451.13 190.488 2454.01 191.246C2455.24 191.57 2453.19 190.02 2464.7 193.078C2470.9 194.725 2473.95 196.649 2476.2 197.258C2476.9 197.443 2476.3 195.508 2488.51 199.077C2496.94 201.546 2500.21 203.805 2501.1 204.052C2502.43 204.425 2506.02 203.948 2511.38 205.459C2523.89 208.999 2546.45 216.788 2558.4 220.111C2560.72 220.755 2560.36 218.904 2569.55 221.519C2576.14 223.388 2574.64 224.387 2577.1 225.095C2580.99 226.212 2587.29 226.167 2595.94 228.485C2606.74 231.616 2687.97 253.516 2692.22 254.698C2695 255.654 2698.32 256.439 2699.57 257.482C2698.2 257.887 2696.82 258.293 2695.45 258.697C2683.45 253.368 2687.87 257.291 2684.49 256.685C2679.58 255.811 2661.47 251.087 2656.95 250.611C2655.32 250.446 2658.57 252.794 2649.95 251.471C2640.72 250.041 2637.4 246.443 2632.9 249.084C2621.12 241.934 2607.8 242.953 2622.3 247.848C2629.41 250.364 2693.26 267.294 2719.96 273.443L2715.87 272.333C2719.29 273.496 2722.04 274.43 2723.93 275.066C2736.86 279.43 2761.65 286.292 2777.6 291.733C2786.91 294.914 2810.14 302.598 2808.56 304.132C2816.86 307.06 2808.6 302.367 2810.43 302.676C2814.23 303.311 2840 313.003 2844.98 314.542C2869.42 322.121 2901.03 329.932 2924.05 339.756C2922.79 339.906 2921.54 340.054 2920.27 340.202C2914.6 339.421 2890.23 330.251 2886.69 331.74C2922.93 343.277 2959.24 354.726 2995.9 365.871C2995.73 363.66 3041.41 377.327 3043.35 378.804C3042.25 379.558 3041.15 380.309 3040.04 381.06C3015.26 369.73 3016.17 375.335 2999.66 367.501C2992.66 365.335 2994.26 367.596 2990.69 366.848C2955.41 359.39 2991.19 363.38 2964.44 356.717C2971.57 361.511 2949.86 355.729 2940.16 353.009C2937.94 352.398 2909.46 342.767 2906.04 341.716C2886.89 335.885 2853.71 326.693 2835.22 319.328C2820.39 314.395 2811.67 313.434 2797.98 309.449C2787.68 306.453 2790.98 306.217 2786.14 304.643C2776.01 301.338 2771.58 303.859 2766.65 296.758C2759.65 295.183 2752.53 293.571 2745.48 291.984C2745.74 291.209 2745.99 290.434 2746.24 289.659C2741.95 288.275 2737.64 286.883 2733.31 285.484C2731.78 285.844 2730.26 286.208 2728.76 286.574C2715.47 281.117 2721.75 281.083 2719.91 278.065C2718.16 277.403 2716.42 276.739 2714.66 276.074L2719.11 277.282C2717.88 276.944 2716.65 276.606 2715.43 276.267C2712.65 277.46 2709.87 278.651 2707.1 279.839C2693.36 276.589 2679.63 273.23 2665.99 269.802C2665.29 268.799 2664.6 267.797 2663.9 266.794C2663.68 267.576 2663.46 268.358 2663.24 269.14C2640.02 263.705 2616.9 258.032 2593.9 252.213C2587.44 251.902 2624.07 262.37 2626.87 263.111C2642.31 267.533 2684.22 276.236 2683.67 279.019C2690.37 279.141 2705.26 282.313 2717.24 285.698L2712.02 284.278C2718.02 286.614 2723.14 288.949 2725.88 290.771C2721.11 289.171 2716.31 287.563 2711.48 285.945L2716.86 287.408C2707.93 285.324 2699.1 283.219 2690.22 281.058C2690.45 282.107 2690.68 283.156 2690.91 284.205C2674.47 276.365 2671.93 275.981 2653.3 275.264C2653.59 273.996 2653.88 272.729 2654.17 271.461C2640.72 272.856 2620.83 259.921 2618.86 265.171C2612.43 263.072 2605.99 260.951 2599.6 258.828C2585.36 255.793 2606.01 265.782 2551.54 249.556C2547.79 248.43 2548.94 247.267 2543.24 245.836C2541.61 245.425 2531.69 244.905 2513.9 239.846C2511.13 239.056 2511.24 237.808 2508.4 236.871C2501.83 234.698 2487.93 233.435 2495 231.24C2468.97 222.935 2479.03 229.064 2470.53 228.09C2464.88 227.44 2466.59 225.467 2461.75 224.702C2455.77 223.763 2459.39 227.192 2436.46 219.848C2439.11 220.396 2441.75 220.946 2444.4 221.498C2443.26 220.52 2442.12 219.542 2440.97 218.565C2427.33 216.474 2429.16 214.634 2421.99 216.455C2412.79 212.313 2404.51 209.963 2391.32 206.789C2365.7 200.68 2377.79 207.82 2350.06 195.316C2345.18 194.842 2340.31 194.38 2335.43 193.926C2328.08 190.505 2334.8 190.159 2323.36 186.947C2331.47 192.871 2307.5 185.583 2302.59 187.959C2302.35 187.064 2302.11 186.169 2301.86 185.274C2299.3 184.666 2296.73 184.061 2294.16 183.458C2294 184.093 2293.84 184.727 2293.69 185.361C2290.38 184.084 2287.04 182.807 2283.75 181.545C2281.03 181.585 2278.32 181.628 2275.6 181.675C2271.66 179.381 2267.73 177.099 2263.79 174.827C2261.16 174.147 2258.51 173.469 2255.86 172.796C2256.5 173.931 2257.14 175.065 2257.77 176.2C2254.41 175.13 2251.08 174.075 2247.73 173.023C2251.36 175.442 2248.49 176.716 2237.85 174.416C2229.1 172.551 2239.68 171.314 2220.5 168.804C2219.33 168.662 2217.1 170.025 2204.73 168.326C2202.92 168.082 2200.87 167.77 2198.56 167.376C2177.32 163.839 2187.87 164.088 2184.1 163.324C2183.4 163.185 2176.68 163.187 2170.59 162.313C2167.15 161.818 2163.95 160.302 2163.49 160.228C2161.31 159.908 2160.52 161.16 2157.56 160.723C2150.01 159.596 2139.99 157.352 2132.66 156.334C2129.3 155.861 2125.97 156.195 2124.5 155.994C2122.2 155.67 2119.42 154.026 2117.04 153.698C2108.35 152.493 2094.6 154.836 2091.22 148.676C2082.21 152.793 2065.28 144.452 2066.16 148.099C2043.74 143.975 1982.85 142.913 1984.98 137.28C1971.73 141.274 1973.14 137.736 1967.67 137.39C1961.61 137.018 1964.69 138.23 1959.9 137.832C1948.58 136.899 1937.91 135.752 1926.66 135.018C1928.47 134.322 1930.22 133.624 1932.08 132.934C1920.36 131.925 1924.35 134.058 1912.16 133.686C1890.12 133.068 1899.4 132.115 1896.27 129.81C1896.98 131.88 1870.81 130.193 1868.24 129.821C1866.64 129.583 1873.8 127.272 1857.66 127.369C1858.5 128.22 1859.35 129.072 1860.19 129.924C1852.76 128.454 1833.02 129.03 1829.57 128.629C1828.05 128.44 1820.08 121.576 1812.19 126.474C1811.3 125.629 1810.38 124.784 1809.5 123.94C1801.17 124.619 1792.54 125.308 1784.1 126.023C1782.81 124.52 1781.52 123.018 1780.22 121.516C1777.55 121.436 1774.87 121.356 1772.18 121.279C1773.93 122.628 1775.67 123.977 1777.41 125.328C1760.7 124.235 1740.55 125.805 1737.21 121.354C1733.68 122.085 1730.12 122.818 1726.55 123.554C1724.26 122.049 1721.96 120.545 1719.66 119.042C1703.19 119.087 1702.99 120.066 1691.58 121.43C1692.04 120.301 1692.51 119.171 1692.97 118.042C1686.12 119.235 1674.91 120.301 1664.24 120.689C1661.93 120.776 1659.66 120.829 1657.48 120.841C1651.82 120.868 1641.98 119.206 1640.61 119.337C1639.15 119.47 1625.9 125.516 1624.44 120.179C1604.55 122.398 1596.11 119.965 1588.01 119.993C1582.76 120.015 1580.4 121.287 1574.56 121.406C1566.19 121.579 1557.67 120.955 1552.79 121.043C1550.03 121.097 1549.51 122.345 1547.61 122.385C1538.59 122.581 1543.88 121.301 1534.33 121.397C1533.47 121.412 1526.37 122.945 1518.59 122.772C1514.22 122.675 1502.82 121.008 1501.81 121.017C1497.36 121.067 1500.86 124.467 1485.7 120.596C1486.14 121.244 1486.58 121.892 1487.03 122.54C1468.24 124.297 1465.14 121.43 1461.38 121.255C1460.9 121.242 1456.34 122.397 1453.59 122.265C1448.96 122.038 1447.07 120.52 1446.04 120.461C1442.41 120.256 1430.22 121.042 1422.26 119.641C1423.99 123.986 1396.06 125.845 1389.84 120.984C1384.91 122.021 1379.98 123.061 1375.03 124.103C1372.78 123.319 1370.55 122.535 1368.3 121.751C1366.95 122.582 1365.61 123.412 1364.26 124.243C1357.04 122.558 1349.81 120.878 1342.56 119.203C1342.13 121 1341.7 122.796 1341.27 124.593C1339.25 124.421 1337.23 124.249 1335.22 124.078C1333.62 122.681 1332.02 121.284 1330.43 119.888C1327.91 120.2 1325.39 120.513 1322.88 120.827C1322.27 121.866 1321.66 122.906 1321.05 123.946C1307.51 125.367 1314.31 115.418 1288.64 124.525C1284.61 123.789 1280.57 123.055 1276.54 122.322C1272.08 126.36 1263.53 124.139 1256.68 124.725C1251.85 125.14 1252.15 126.702 1245.56 126.878C1238.97 127.054 1239.17 125.55 1238.66 125.551C1233.28 125.576 1229.26 126.989 1225.31 126.815C1224.72 126.789 1223.19 125.041 1218.17 125.043C1213.14 125.047 1210.15 127.012 1202.66 126.834C1198.82 126.745 1197.67 125.271 1194.27 125.221C1178.04 124.971 1161.95 132.997 1149.53 124.312C1146.78 125.527 1127.11 130.074 1118.54 130.095C1105.29 130.114 1110.35 128.198 1105.08 128.029C1104.31 128.004 1100.37 128.716 1089.22 128.95C1087.23 128.992 1087.72 129.976 1087.44 129.998C1074.51 130.373 1049.3 130.401 1035.19 130.745C1033.92 130.774 1027.31 133.784 1015.95 130.438C999.438 133.785 967.646 129.024 945.943 134.081C942.873 134.293 939.118 133.449 937.767 133.539C926.104 134.332 930.69 137.15 904.089 133.869C906.271 135.317 900.225 136.972 891.579 137.241C878.431 137.657 887.611 134.363 877.131 135.077C877.168 135.888 877.205 136.699 877.243 137.51C853.065 136.45 848.557 140.139 824.252 141.392C815.74 141.831 802.567 140.733 800.568 140.838C799.735 140.887 790.536 143.35 789.553 143.421C784.378 143.767 781.435 143.029 777.043 143.275C762.684 144.069 745.291 147.691 748.223 142.881C747.126 143.225 746.032 143.569 744.943 143.914C742.068 144.792 739.221 145.672 736.401 146.553C721.225 142.573 710.188 150.168 706.84 145.598C704.277 146.77 701.674 147.947 699.005 149.132C634.591 153.286 570.908 158.806 507.781 167.089C505.377 168.937 477.851 172.414 476.439 172.425C469.701 172.36 476.153 167.95 462.934 170.789C461.689 172.476 460.459 174.161 459.244 175.845C442.553 178.988 450.297 176.274 443.526 176.348C440.817 176.969 441.84 177.962 438.056 178.657C422.114 181.551 391.847 186.797 365.897 189.512C359.681 190.177 353.922 190.813 349.116 191.358C344.641 191.869 345.198 190.734 343.805 190.885C339.973 191.32 332.586 193.508 324.912 194.411C277.461 199.866 210.237 208.689 163.023 215.966C159.799 216.454 159.185 215.27 157.025 215.59C154.075 216.03 147.516 218.268 144.416 218.735C141.499 219.175 139.36 218.59 136.21 219.07C121.691 221.267 102.884 226.735 87.2582 227.331C85.9539 227.345 69.2123 225.986 68.7506 225.785C66.2329 224.369 79.2413 217.858 55.9489 220.685C75.5853 213.216 68.0183 210.078 41.3193 215.033C54.1685 210.832 67.4666 207.015 80.9746 203.388C80.8768 202.862 80.7791 202.336 80.6814 201.811C67.6905 202.055 55.105 204.02 36.8962 208.925C37.3112 208.291 37.7328 207.657 38.161 207.021C53.6022 200.048 73.7651 194.894 85.894 188.813C66.4832 190.507 47.0763 192.555 28.1232 195.573C28.9218 194.927 29.7366 194.28 30.567 193.632C39.0752 190.012 58.5176 184.483 65.8999 181.835C93.9643 171.601 40.0858 185.197 48.4089 181.069C78.8884 173.431 109.716 167.341 140.749 161.758C141.384 158.991 22.0384 180.173 22.063 177.178C31.5708 173.991 41.1531 171.111 50.8011 168.379C46.1096 168.264 41.6323 168.128 36.8637 168.114C37.9594 167.415 39.0747 166.714 40.1986 166.015C56.2709 160.831 72.7294 156.115 88.9978 151.712C38.9144 163.252 15.885 169.91 0.259405 165.018C1.54002 164.302 2.85432 163.586 4.20189 162.869C17.5409 164.175 68.2182 149.323 95.5875 142.853C89.572 142.195 65.7004 148.789 60.3206 149.004C58.7881 149.043 63.6092 146.648 60.0737 146.814C50.9615 146.947 12.5675 155.154 17.415 151.851C20.7989 148.826 81.2439 132.503 93.0981 130.668C64.858 134.114 36.3082 139.698 6.46318 145.963C23.6143 136.53 38.5733 127.482 70.9364 120.118C80.5539 115.508 10.6833 129.17 7.8721 129.701C20.1072 124.773 32.0072 120.434 43.8286 116.321C33.7022 119.102 23.4495 122.07 12.951 125.418C12.8083 125.036 12.6655 124.653 12.5227 124.27C39.2885 114.722 62.5515 105.993 92.5915 100.137C91.2282 98.1955 73.2673 102.092 64.545 104.028ZM2845.03 327.664C2845.06 329.551 2834.87 325.973 2829.06 324.068C2829.82 324.655 2830.59 325.244 2831.37 325.836C2819.17 321.563 2796.3 313.474 2794.41 316.506C2785.5 314.087 2790.3 312.467 2787.57 311.225C2786.47 310.728 2774.49 308.708 2765.91 303.693C2763.69 302.985 2761.54 302.303 2759.36 301.606C2758.59 302.552 2757.82 303.498 2757.05 304.443C2754.43 302.149 2751.8 299.851 2749.17 297.549C2781.1 307.604 2813.03 317.655 2844.98 327.649C2845 327.654 2845.01 327.659 2845.03 327.664ZM2526.44 239.812C2514.79 235.994 2497.03 230.097 2499.85 234.095C2507.34 235.965 2514.82 237.833 2522.33 239.699C2523.7 239.737 2525.07 239.775 2526.44 239.812ZM1343.93 116.271C1333.76 113.364 1324.47 116.163 1308.78 115.885C1308.81 116.532 1308.84 117.179 1308.87 117.826C1315.26 116.157 1332.23 116.905 1343.93 116.271ZM3144.44 402.729C3146.65 403.373 3148.75 403.994 3150.77 404.611C3144.11 405.984 3141.35 404.865 3136.19 403.498C3135.96 403.443 3135.24 403.32 3135 403.259C3133.15 402.716 3130.95 402.124 3127.98 401.548C3127.31 401.418 3127.37 402.247 3127.14 402.2C3124.54 401.665 3122.36 400.175 3119.96 399.622C3115.48 398.589 3111.48 398.63 3103.67 396.619C3097.52 395.021 3097.98 393.549 3095.81 393.028C3093.87 392.584 3075.06 391.922 3064.23 386.969C3046.66 378.957 3110.5 396.093 3135.49 400.994C3135.71 401.052 3136.4 401.17 3136.62 401.222C3140.73 401.992 3143.5 402.511 3144.44 402.729ZM3186.51 420.993C3184.95 420.025 3183.45 419.116 3182.01 418.269C3187.71 419.005 3178.14 413.424 3172.89 411.115C3173.62 408.73 3186.25 416.68 3193.7 421.056C3191.23 420.962 3188.83 420.94 3186.51 420.993ZM2938.65 343.078C2946.86 345.409 2944.67 347.668 2944.08 348.361C2941.49 347.551 2938.86 346.725 2936.32 345.928C2937.1 344.978 2937.88 344.028 2938.65 343.078ZM3000.16 361.065C2997.03 362.12 2979.05 357.503 2970.68 355.07C2970.31 354.955 2972.94 354.675 2966.94 352.917C2965.23 352.428 2946.53 350.599 2951.7 347.674C2967.81 352.19 2983.95 356.659 3000.13 361.057C3000.14 361.06 3000.15 361.062 3000.16 361.065ZM3017.73 367.532C3014.25 367.12 3010.74 366.692 3007.18 366.247C3005.68 364.857 3004.24 363.485 3002.78 362.108C3006.56 363.016 3010.58 363.989 3014.41 364.901C3015.52 365.78 3016.62 366.657 3017.73 367.532ZM468.215 150.263C469.142 151.09 470.072 151.917 471.006 152.744C474.187 152.838 488.272 146.522 483.509 146.414C478.308 147.697 473.367 148.957 468.215 150.263ZM404.648 158.319C401.37 158.331 398.106 158.331 394.796 158.324C391.358 160.468 387.786 162.612 384.233 164.727C400.851 163.611 417.8 162.104 414.369 157.811C417.916 157.252 421.631 156.657 425.139 156.094C422.462 158.531 422.943 159.119 432.511 158.85C434.072 155.806 444.026 155.611 454.791 153.291C446.794 154.394 438.814 155.521 430.773 156.655C430.696 156.175 430.618 155.695 430.541 155.215C448.422 152.502 425.768 153.056 414.267 156.831C413.221 156.341 412.179 155.849 411.142 155.356C408.97 156.349 406.865 157.328 404.648 158.319ZM1704.16 99.7C1701.94 99.1713 1699.71 98.6437 1697.47 98.1169C1688.66 104.346 1706.49 98.5837 1718.82 103.879C1714.75 99.9622 1733.95 100.519 1734.98 100.292C1732.83 98.9541 1730.67 97.617 1728.5 96.2807C1720.35 97.4045 1712.22 98.5445 1704.16 99.7ZM1640.87 94.4638C1648.57 97.7023 1610.43 97.5771 1597.78 96.8454C1594.68 96.6591 1589.13 94.8934 1586.87 95.1065C1585.5 95.7467 1584.13 96.3872 1582.76 97.028C1581.22 94.7887 1556.16 97.2484 1546.39 98.4613C1545.47 97.6502 1544.54 96.8392 1543.62 96.0283C1540.04 96.3533 1536.46 96.6801 1532.86 97.0085C1533.31 96.199 1533.76 95.3895 1534.21 94.58C1531.49 95.5571 1528.77 96.5351 1526.04 97.5141C1515.41 98.6229 1521.96 94.1962 1513.98 95.5964C1505.11 97.1541 1519.67 99.7307 1519.39 101.442C1526.55 100.978 1543.09 99.9661 1550.33 99.9192C1554.5 99.895 1549.76 102.946 1567.93 99.4473C1571.9 100.273 1575.85 101.101 1579.79 101.932C1587.08 100.647 1594.46 99.3708 1601.71 98.1022C1603.06 99.2427 1604.4 100.384 1605.75 101.525C1606.44 101.702 1623.46 99.2337 1622.53 98.3787C1629.32 100.594 1643.37 101.09 1658.08 101.368C1659.5 100.767 1660.91 100.167 1662.32 99.5675C1648.14 100.737 1657.83 98.8636 1653.61 97.6364C1651.17 96.9287 1643.64 95.5167 1640.87 94.4638ZM565.313 134.783C542.078 140.26 556.31 136.245 530.928 139.394C532.87 140.624 534.827 141.854 536.799 143.084C548.876 138.851 569.76 138.283 565.338 134.78C565.33 134.781 565.322 134.782 565.313 134.783ZM313.809 173.74C327.191 171.259 320.157 169.774 337.192 167.099C337.2 167.098 337.208 167.097 337.216 167.097C328.349 167.928 319.469 168.801 310.601 169.71C311.672 171.053 312.741 172.396 313.809 173.74ZM1111.64 107.016C1124.84 107.268 1122.25 106.203 1134.23 108.142C1151.94 104.888 1136.89 105.695 1136.82 103.19C1132.78 104.038 1128.74 104.887 1124.71 105.738C1114.74 103.678 1124.09 102.229 1124.09 102.004C1124.08 102.005 1124.07 102.005 1124.06 102.005C1124.04 101.253 1124.36 101.085 1120.55 100.739C1117.57 102.831 1114.61 104.923 1111.64 107.016ZM1167.94 102.361C1163.47 104.143 1161.49 106.331 1173.39 107.091C1173.4 107.091 1173.41 107.091 1173.41 107.091C1174.26 103.346 1185.77 106.059 1190.93 105.683C1192.28 105.245 1193.63 104.808 1194.98 104.37C1185.99 103.693 1176.94 103.024 1167.94 102.361ZM1366.58 94.9561C1366.68 99.0654 1356.74 99.5948 1370.79 103.187C1373.5 103.077 1376.24 102.966 1378.97 102.857C1380.75 101.931 1382.52 101.006 1384.3 100.081C1418.88 107.107 1429.06 94.2905 1370.75 99.7686C1370.74 99.7715 1370.73 99.7744 1370.72 99.7774C1369.34 98.1701 1367.96 96.563 1366.58 94.9561ZM1305.72 96.2707C1305.32 98.4358 1304.92 100.601 1304.52 102.766C1296.81 97.6987 1287.04 102.843 1272.01 99.4673C1270.66 100.15 1269.32 100.833 1267.98 101.516C1262.37 100.161 1207.43 100.964 1219.41 104.021C1224.63 105.35 1235.9 103.13 1236.87 103.154C1240.18 103.244 1244.52 105.004 1250.09 104.778C1253.31 104.645 1260.05 102.325 1266.62 102.197C1281.31 101.907 1308.2 107.255 1327.44 101.406C1328.84 102.033 1330.25 102.661 1331.65 103.289C1345.95 102.664 1341.15 100.677 1354.53 102.935C1363.58 92.529 1300.93 104.296 1313.86 95.7801C1313.86 95.7802 1313.85 95.7804 1313.84 95.7805C1311.13 95.9433 1308.43 96.1066 1305.72 96.2707ZM911.253 111.098C910.276 109.295 893.858 112.857 897.554 108.281C892.292 110.05 886.832 111.832 881.483 113.613C881.543 114.021 881.603 114.428 881.663 114.836C887.035 114.269 892.512 113.701 897.793 113.145C897.842 113.794 897.891 114.443 897.941 115.091C905.806 112.376 939.368 111.995 938.45 114.347C940.207 113.302 941.966 112.257 943.73 111.212C959.779 113.215 973.611 109.859 991.058 111.798C992.381 110.943 993.705 110.087 995.031 109.232C995.938 109.849 996.846 110.467 997.754 111.085C1004.18 110.932 1010.48 110.787 1016.83 110.645C1037.45 107.299 997.145 105.326 992.195 105.907C991.548 105.985 991.708 107.663 987.667 108.078C980.6 108.792 940.105 108.695 927.706 110.342C927.553 109.23 927.399 108.118 927.245 107.007C921.957 108.365 916.624 109.729 911.253 111.098ZM1443.72 98.4735C1444.64 99.6023 1445.56 100.731 1446.48 101.86C1462.17 100.592 1472.05 101.525 1468 97.7918C1467.99 97.7918 1467.98 97.7919 1467.97 97.792C1459.86 98.0121 1451.84 98.2389 1443.72 98.4735ZM2589.14 237.859C2589.32 235.569 2582.17 232.825 2572.31 231.881C2572.6 232.637 2572.88 233.392 2573.17 234.147C2578.58 233.588 2583.9 238.481 2599.28 242.024C2599.57 240.924 2599.85 239.823 2600.14 238.723C2596.47 238.438 2592.8 238.15 2589.14 237.859ZM1430.14 98.1061C1425.36 96.8103 1411.96 101.018 1420.8 101.126C1427.56 101.208 1432.71 98.8015 1430.14 98.1061ZM260.516 178.395C264.02 178.153 267.533 177.915 271.052 177.683C272.746 176.48 274.421 175.281 276.11 174.082C276.102 174.083 276.094 174.084 276.086 174.085C270.908 175.506 265.683 176.948 260.516 178.395ZM1066.66 108.584C1078.61 108.059 1090.79 107.54 1102.74 107.042C1102.84 106.408 1102.95 105.774 1103.05 105.14C1091.12 107.799 1086.11 105.476 1083.31 105.41C1083.32 105.41 1083.33 105.409 1083.34 105.409C1074.26 105.192 1065.77 105.095 1057.12 104.624C1060.29 105.943 1063.52 107.262 1066.66 108.584ZM1025.24 105.987C1027.41 110.372 1030.15 110.787 1048.46 107.04C1047.71 106.516 1046.96 105.992 1046.21 105.468C1036.67 106.115 1031.13 107.337 1032.73 104.956C1030.22 105.3 1027.73 105.643 1025.24 105.987ZM1213.87 101.96C1211.61 100.591 1194.02 102.437 1195 103.131C1195.38 103.402 1218.26 104.637 1213.87 101.96ZM2717.52 268.085C2717.44 268.052 2717.35 268.019 2717.27 267.985L2720.95 268.984C2717.05 267.793 2713.18 266.598 2709.31 265.397C2713.32 265.94 2717.35 266.478 2721.39 267.009L2717.9 266.061C2719.31 266.382 2720.71 266.702 2722.12 267.021C2720.59 267.376 2719.05 267.731 2717.52 268.085ZM2762.02 275.792C2764.6 277.221 2754.43 278.149 2770.56 284.443C2758.57 280.662 2746.52 276.861 2734.44 273.048C2740.29 274.257 2746.15 275.467 2751.94 276.658C2751.32 275.247 2750.69 273.836 2750.07 272.424C2754.01 273.534 2758.04 274.67 2762.02 275.792ZM2774.01 282.747C2768.47 277.761 2802.68 288.558 2805.67 289.911C2806.36 290.226 2809.04 293.514 2810.13 294.386C2804.93 292.713 2799.84 291.078 2794.68 289.416C2796.18 290.664 2797.68 291.911 2799.17 293.156C2793.1 291.46 2786.92 289.726 2780.87 288.037C2783.67 288.175 2786.42 288.295 2789.25 288.44C2784.16 286.541 2779.13 284.657 2774.01 282.747ZM2637.67 246.546C2642.07 247.728 2646.49 248.904 2650.92 250.075C2650.3 248.752 2649.69 247.429 2649.07 246.106C2646.42 245.449 2643.76 244.79 2641.12 244.129C2639.97 244.935 2638.82 245.741 2637.67 246.546ZM2725.32 266.261C2723.09 267.15 2720.43 266.468 2718.16 265.254L2721.57 266.182C2715.92 263.826 2712.2 258.364 2722.43 262.32L2719.37 261.49C2720.31 261.958 2721.37 262.525 2722.55 263.202C2724.43 264.284 2726.07 265.95 2725.32 266.261ZM2818.28 294.658C2832.92 295.18 2827.15 302.578 2815.32 296.059C2814.73 295.724 2817.19 294.616 2818.28 294.658ZM2919.03 326.729C2920.13 327.106 2921.13 330.421 2932.38 331.12C2934.01 331.975 2935.64 332.827 2937.26 333.676C2932.75 333.665 2898.22 323.562 2903.79 322.356C2909.11 323.998 2913.53 324.897 2919.03 326.729ZM2888.93 306.097C2883.77 304.535 2878.63 302.977 2873.41 301.389C2874.85 302.788 2876.28 304.185 2877.71 305.58C2875.11 305.004 2872.44 304.403 2869.87 303.838C2866.04 300.995 2862.18 298.14 2858.29 295.273C2869.61 298.645 2880.84 301.977 2892.11 305.311C2891.05 305.573 2889.99 305.835 2888.93 306.097ZM2752.91 260.032C2762.42 264.279 2774.95 267.072 2790.91 272.423C2790.92 272.428 2790.93 272.433 2790.93 272.438C2791.72 272.706 2792.76 274.333 2795.35 275.217C2797.54 275.971 2841.35 288.664 2837.32 289.546C2819.9 285.906 2814.59 281.212 2809.09 284.301C2808.57 283.107 2808.04 281.911 2807.53 280.723C2791.95 273.926 2786.3 275.651 2776.84 273.899C2777.1 273.21 2777.36 272.522 2777.62 271.834C2771.55 269.798 2765.61 267.803 2759.53 265.763C2760.24 266.5 2760.95 267.237 2761.66 267.974C2759.52 267.283 2757.33 266.576 2755.22 265.895C2750.71 262.15 2744.25 259.53 2752.91 260.032ZM2911.96 314.695C2918.39 310.902 2963.76 329.218 2985.39 334.605C2973.21 334.376 2956.63 326.798 2944.43 322.929C2920.92 315.47 2936.57 322.545 2932.3 322.148C2930.25 321.969 2917.88 314.315 2911.96 314.695ZM2718.33 250.429C2720.62 251.03 2722.73 251.524 2724.73 251.96L2722.63 251.391C2730.82 254.01 2736.71 255.362 2744.41 259.589C2743.44 259.703 2742.47 259.816 2741.49 259.929C2739.52 259.064 2729.37 255.275 2722.3 252.419L2724.49 253.014C2719.22 251.444 2715.71 250.218 2718.33 250.429ZM3016.27 345.53C2994.1 336.741 3003.75 344.929 2993.11 337.73C3000.89 339.858 3008.78 342.005 3016.69 344.133C3016.55 344.599 3016.41 345.065 3016.27 345.53ZM1402.86 77.4143C1392.93 77.4006 1381.78 76.5255 1375.83 78.7094C1382.62 78.9441 1389.4 79.1834 1396.17 79.4275C1398.4 78.756 1400.63 78.0849 1402.86 77.4143ZM1687.25 56.9048C1685.01 56.3649 1676 57.7257 1675.03 57.7141C1673.26 57.6903 1673.76 56.9637 1673.73 56.7719C1662.49 56.7549 1672.11 59.0044 1664.99 59.5058C1664.74 59.5236 1664.48 59.5393 1664.19 59.5526C1662.81 59.6123 1642.71 58.2693 1634.54 58.3004C1622.12 58.3365 1609.33 58.1171 1604.76 58.1336C1596.93 58.1558 1582.04 59.8033 1569.14 59.873C1563.78 59.8984 1561.9 58.5309 1556.47 58.5624C1521.79 58.7298 1453.72 60.9966 1422.96 60.4827C1415.38 60.344 1408.1 58.6366 1404.07 58.8286C1400.91 59.518 1397.77 60.2083 1394.61 60.8997C1384.82 55.1385 1381.61 60.4099 1371.11 61.1001C1364.46 61.5375 1361.32 59.841 1360.43 59.8579C1354.49 59.9775 1351.57 60.8506 1346.91 61.0586C1341.66 61.2896 1334.15 60.6229 1332.28 60.7953C1331.13 60.9111 1334.84 63.1579 1314.53 63.4582C1293.84 63.7687 1273.4 63.9139 1252.36 64.2463C1259.52 71.0894 1265.46 66.1818 1274.05 65.7574C1276.35 65.6436 1274.91 66.7821 1276.92 66.694C1282.58 66.4503 1293.41 65.1559 1298.11 65.3357C1303.17 65.5292 1301.49 68.1322 1307.89 67.0695C1308.22 67.0149 1307.17 65.9705 1308.68 65.766C1323.84 63.7451 1328.83 65.5075 1348.03 65.2669C1360.74 65.0596 1437.98 63.1089 1440.63 63.8267C1454.44 67.388 1373.15 68.2692 1363.61 68.17C1360.28 68.1139 1363.75 66.8913 1360.71 66.7093C1359.43 66.6374 1347.87 69.0406 1336.46 69.4084C1322.65 69.8464 1294.83 68.8098 1281.66 69.1224C1168.42 71.7822 1056.72 73.6335 943.685 78.1429C941.257 78.2412 938.101 79.7089 930.255 80.0334C868.021 82.6096 804.914 85.4247 741.551 89.1583C655.592 94.2734 569.559 101.477 485.152 114.181C453.241 118.894 421.897 125.719 389.14 129.527C385.223 131.08 381.311 132.609 377.33 134.113C387.707 132.023 406.954 131.268 408.681 131.019C409.338 130.925 413.012 129.232 419.325 128.277C428.209 126.928 432.135 127.26 432.902 127.138C435.168 126.775 433.515 126.011 435.637 125.674C451.546 123.156 463.832 120.926 478.445 118.743C495.01 116.286 503.468 117.043 515.275 113.368C516.731 113.993 518.198 114.619 519.674 115.244C528.223 110.442 581.88 104.535 603.763 102.742C610.799 102.116 609.578 103.67 611.895 103.448C613.338 103.317 612.628 101.47 630.638 100.211C639.69 99.5921 642.361 100.734 646.781 100.314C649.23 100.081 648.711 98.7706 652.269 98.474C672.796 96.7748 689.757 95.943 709.815 94.8086C715.502 94.4877 715.668 95.6072 716.948 95.5058C721.774 95.1322 729.373 92.7138 741.544 91.9632C741.604 91.9595 741.664 91.9558 741.724 91.9521C761.201 90.7275 800.018 88.5751 816.138 88.6837C818.472 88.6998 820.478 89.9485 822.202 89.8406C824.811 89.6724 825.772 88.2133 826.232 88.1824C835.03 87.713 829.795 89.2886 835.706 88.6742C838.954 88.341 842.019 86.5793 849.373 86.0409C859.083 85.3325 857.278 87.3305 861.36 86.9452C861.777 86.8958 861.908 85.5614 865.851 85.3325C880.859 84.4684 902.8 83.1868 917.238 82.5828C921.352 82.4085 924.393 83.1737 930.127 82.9511C941.821 82.4525 1007.41 79.3931 1012.82 79.7513C1013.39 79.7852 1007.63 81.9464 1016.92 81.5587C1019.6 80.6495 1022.28 79.7409 1024.97 78.8327C1029.55 79.9781 1034.16 81.1246 1038.69 82.2758C1038.33 77.7757 1065 76.2002 1064.88 80.8178C1067.78 80.9111 1070.69 81.005 1073.6 81.0996C1079.56 77.7283 1083.65 78.7736 1095.34 76.5481C1097.19 77.4681 1099.04 78.3884 1100.9 79.309C1101.34 78.6452 1101.78 77.9813 1102.22 77.3175C1108.56 80.6533 1118.74 76.8173 1119.99 76.7622C1124.82 76.5452 1128.41 77.3401 1130.66 77.2479C1139.02 76.9171 1157.23 75.1876 1167.02 75.5083C1167.48 75.5257 1167.06 77.0435 1169.86 77.1574C1174.9 77.3638 1175.34 75.1455 1182.12 77.5663C1183.46 76.882 1184.81 76.1978 1186.15 75.5139C1187.59 75.8146 1189.04 76.1155 1190.48 76.4165C1198.95 76.0354 1207.44 75.6602 1215.94 75.2912C1208.27 78.0216 1217.2 79.2365 1225.54 77.0406C1228.37 76.296 1225.81 74.8003 1226.75 74.5439C1228.04 74.1863 1266.17 74.165 1268.71 75.1292C1270.5 74.604 1272.3 74.0791 1274.09 73.5545C1275.02 74.5148 1275.95 75.4752 1276.88 76.4357C1277.87 76.0742 1278.86 75.7128 1279.85 75.3514C1289.81 76.8767 1315.45 72.4663 1320.14 72.7044C1322.64 72.8296 1320.47 77.0338 1332.4 76.4137C1332.8 75.2619 1333.19 74.1101 1333.59 72.9583C1336.32 72.7504 1339.05 72.5433 1341.78 72.337C1346.93 72.3587 1354.44 74.2326 1354.7 75.5866C1356.29 74.7486 1357.88 73.9109 1359.47 73.0735C1363.8 75.661 1386.8 74.4097 1396 72.6252C1398.71 73.3931 1401.41 74.1618 1404.12 74.9311C1407.75 73.9166 1411.38 72.9035 1415 71.8919C1423.42 71.51 1414.54 73.2209 1416.34 73.3369C1420.15 73.5719 1439.39 70.6552 1438.18 74.072C1440.83 74.0564 1443.47 74.0417 1446.11 74.0277C1447.46 73.0434 1448.8 72.0593 1450.15 71.0754C1454.71 74.3932 1462.47 73.1415 1478.59 74.2652C1479.94 73.485 1481.28 72.705 1482.62 71.9252C1487.6 72.9937 1492.49 74.0654 1497.51 75.1395C1498.52 73.8566 1499.54 72.5738 1500.56 71.2911C1502.73 71.0978 1504.89 70.9051 1507.05 70.713C1511.46 73.5587 1519.31 70.44 1523.29 71.6116C1529.16 73.3222 1524.62 75.382 1513.81 75.813C1514.57 77.8861 1547.03 76.8624 1554.39 76.7252C1553.89 76.3178 1553.39 75.9105 1552.9 75.5033C1545.33 75.825 1537.72 76.1545 1530.06 76.4917C1523.63 71.2593 1544.44 72.6256 1553.85 71.9573C1554.72 71.8932 1559.71 69.9046 1569.29 70.1045C1573 70.1811 1587.41 73.1236 1590.22 73.2981C1612.56 74.7207 1596.05 70.4875 1617.94 74.2534C1613.39 71.439 1626 73.8277 1638.94 73.4061C1641.23 73.3288 1660.1 71.2659 1661.32 71.2268C1663.51 71.1516 1664.42 71.2807 1664.84 71.4946C1665.96 72.0508 1663.75 73.1751 1672.11 72.8198C1673.5 72.1905 1674.9 71.5615 1676.29 70.9329C1678.96 70.9695 1681.63 71.0074 1684.28 71.0467C1700.3 77.0604 1704.31 72.8937 1710 72.4501C1712.32 72.273 1709.33 73.7218 1715.3 73.5174C1717.53 73.4424 1720.17 72.2396 1726.3 72.2794C1745.31 72.4148 1751.84 77.9415 1769.48 72.843C1772.18 73.7279 1774.87 74.6143 1777.54 75.5022C1779.39 74.5863 1781.23 73.6711 1783.07 72.7567C1796.79 75.9985 1791.99 72.9687 1797.01 73.165C1810.24 73.6679 1837.29 75.2768 1839.7 77.7148C1851.37 72.8589 1864.84 79.5049 1869.32 79.5155C1872.04 78.9975 1874.65 78.4769 1877.42 77.9668C1880.58 78.7757 1883.71 79.587 1886.82 80.4006C1885.57 75.0869 1901.55 81.0995 1903.16 81.2777C1904.97 81.4407 1930.1 81.3762 1939.45 82.0486C1948.76 82.6813 1964.92 85.2712 1966.3 85.384C1967.87 85.4958 1983.82 85.2683 1996.27 86.3395C2007.12 87.0467 2070.93 95.5422 2067.03 92.9321C2062.98 91.8275 2057.1 90.6224 2051.91 89.7716C2036.18 86.7476 1942.03 77.8612 1917.81 76.4183C1869.5 72.7733 1818.86 70.8425 1770.14 68.9661C1767.26 68.8558 1766.8 67.4859 1764.38 67.3894C1760.7 67.2485 1751.21 68.3628 1747.49 68.2448C1733.77 67.7886 1716.83 67.2273 1709.65 67.0639C1693.16 66.6942 1681.98 65.7153 1669.42 65.4207C1668.58 65.4016 1667.01 65.4519 1664.91 65.5353C1657.47 65.8423 1642.81 66.6092 1632.26 65.968C1629.83 65.5664 1627.4 65.1658 1624.95 64.7661C1631.84 64.3661 1650.26 63.3798 1658.67 63.3485C1660.96 63.3396 1663.04 63.3723 1664.94 63.4319C1673.69 63.7022 1678.75 64.5085 1682.55 64.5475C1686.31 64.5809 1706.53 63.6537 1715.43 63.8043C1718.2 63.8483 1718.82 65.2838 1721.24 65.3276C1734.38 65.5541 1751.63 65.9261 1762.92 64.838C1758.18 65.1538 1787.3 66.8552 1788.66 66.912C1791.27 66.9939 1794.19 65.7539 1799.5 65.9311C1809.72 66.2798 1808.18 69.0072 1821.16 66.7001C1824.3 67.6302 1827.41 68.5624 1830.5 69.4968C1830.83 65.7621 1870.54 72.52 1882.06 68.6444C1882.33 68.0781 1830.57 64.2928 1826.35 64.1301C1800.67 62.6659 1762.67 62.447 1737.7 61.251C1730.3 60.8742 1706.62 58.1583 1704.9 58.1791C1702.02 58.1922 1704.6 59.5279 1703.36 59.552C1677.76 60.0859 1690.65 57.7123 1687.25 56.9048ZM2779.38 266.011C2772.07 263.49 2764.81 260.984 2757.48 258.458C2758.26 257.855 2759.04 257.25 2759.82 256.646C2763.11 258.041 2766.39 259.433 2769.65 260.819C2772.39 261.191 2775.1 261.556 2777.83 261.926C2778.35 263.288 2778.87 264.649 2779.38 266.011ZM2798.54 268.608C2805.06 270.279 2804.83 272.009 2806.27 272.562C2810.53 274.204 2814.6 274.786 2818.85 276.179C2812.66 278.471 2802.83 273.34 2798.54 268.608ZM2667.09 229.917C2668.51 230.464 2677.33 237.13 2689.49 235.794C2697.57 239.031 2705.7 242.244 2713.81 245.409C2699.95 240.255 2679.76 237.59 2672.81 235.823C2670.16 235.155 2669.97 233.722 2667.86 233.187C2655.74 230.138 2643.13 230.128 2642.99 225.491C2654.15 229.624 2665.28 229.231 2667.09 229.917ZM2738.59 249.382C2740.2 250.883 2741.78 252.373 2743.42 253.883C2736.9 251.78 2730.43 249.691 2723.86 247.571L2725.59 248.041C2725.23 247.961 2724.87 247.881 2724.51 247.801C2724.91 247.708 2725.31 247.615 2725.71 247.522L2724.03 247.065C2725.78 246.825 2727.53 246.584 2729.28 246.342C2732.39 247.359 2735.5 248.373 2738.59 249.382ZM2203.11 112.202C2207.14 112.967 2211.23 113.762 2215.22 114.549C2215.51 114.607 2215.8 114.664 2216.09 114.722C2216.06 114.552 2215.76 114.366 2215.29 114.172C2213.82 113.559 2210.64 112.863 2209.31 112.253C2209.32 112.255 2209.32 112.256 2209.33 112.258C2207.39 111.359 2208.42 110.662 2204.77 109.579C2204.21 110.454 2203.66 111.328 2203.11 112.202ZM371.54 131.903C369.978 132.083 365.755 132.594 360.068 133.199C338.792 135.373 297.002 140.823 301.849 142.241C304.923 143.09 328.089 139.254 334.967 138.528C340.525 137.917 351.851 137.656 360.4 136.405C366.278 135.549 370.848 134.131 371.54 131.903ZM250.568 146.028C249.742 148.574 292.274 143.307 296.4 142.436C295.473 142.196 294.016 141.588 292.814 141.56C286.96 141.407 259.818 145.387 250.568 146.028ZM1958 75.1685C1961.39 76.6636 1964.75 78.1617 1968.07 79.6627C1967.29 77.9742 1966.51 76.2858 1965.73 74.5975C1963.17 74.786 1960.59 74.9763 1958 75.1685ZM1622.16 65.5012C1564.33 65.0202 1506.59 65.0723 1448.87 65.4696C1453.95 64.7516 1459.01 64.0364 1464.06 63.3243C1513.92 63.201 1566.91 63.8077 1615.01 63.07C1617.4 63.8795 1619.78 64.6899 1622.16 65.5012ZM2652.97 218.911C2638.6 215.316 2626.26 213.416 2611.14 207.535C2626.46 209.6 2633.14 214.242 2648.3 215.24C2648.31 215.242 2648.32 215.244 2648.33 215.246C2649.87 216.468 2651.42 217.69 2652.97 218.911ZM2333.5 134.159C2338.14 134.12 2342.77 134.089 2347.4 134.066C2342.16 132.766 2336.91 131.477 2331.64 130.198C2332.26 131.518 2332.88 132.839 2333.5 134.159ZM1118.15 65.6463C1102.7 68.5616 1063.08 65.3004 1050.5 68.7154C1049.7 68.9383 1057.21 69.949 1045.21 72.7873C1054.31 71.9839 1060.78 71.2659 1061.4 69.3266C1064.16 69.8882 1066.85 70.4525 1069.58 71.0163C1074.05 70.3816 1078.53 69.7485 1083.03 69.1169C1082.6 71.041 1082.94 70.9272 1089.84 69.4078C1093.03 69.794 1096.17 70.1825 1099.33 70.5715C1100.64 69.7231 1101.95 68.8748 1103.26 68.0267C1106.01 69.0762 1108.78 70.1263 1111.54 71.177C1122.15 69.6401 1115.6 67.6384 1118.15 65.6463ZM1172.35 64.6352C1169.82 64.2444 1098.13 67.6218 1130.82 70.5133C1139.27 70.1539 1147.76 69.7997 1156.24 69.4522C1149.07 63.3329 1172.28 68.3619 1174.19 68.4493C1183.3 68.8318 1194.82 67.0486 1201.41 66.9691C1207.08 66.9021 1210.47 67.9543 1214.46 67.8325C1228.02 67.4161 1249.47 66.9146 1252.36 64.2463C1241.81 64.4131 1231.08 64.6198 1220.12 64.9357C1208.51 65.2719 1198.26 63.0432 1176.53 66.9724C1171.13 66.7469 1173 64.7262 1172.35 64.6352ZM2360.48 137.606C2359.31 139.993 2385.98 146.161 2386.41 145.223C2386.62 144.648 2377.97 142.431 2376.8 141.896C2376.79 141.894 2376.78 141.892 2376.78 141.89C2376.29 141.661 2379.14 141.357 2375.16 140.047C2370.27 139.226 2365.36 138.407 2360.48 137.606ZM476.762 109.91C472.799 108.766 389.493 122.919 386.997 123.689C386.352 123.979 387.381 124.484 387.168 124.89C406.464 120.051 434.505 117.803 453.012 115.085C458.171 114.32 456.49 113.53 456.774 113.465C456.786 113.463 456.799 113.462 456.811 113.46C459.749 112.991 473.253 113.5 476.762 109.91ZM1023.46 70.8291C1027.08 71.1137 1030.73 71.3984 1034.33 71.6859C1035.21 70.8439 1036.09 70.0019 1036.97 69.16C1036.96 69.1602 1036.95 69.1605 1036.94 69.1608C1032.51 69.7129 1027.95 70.2713 1023.46 70.8291ZM898.811 73.0355C899.707 73.5679 900.604 74.1004 901.501 74.633C910.534 74.3176 919.695 74.0071 928.662 73.7142C927.766 74.0741 926.87 74.434 925.976 74.794C939.631 75.0886 945.394 72.8511 952.588 72.8535C952.58 72.8539 952.571 72.8542 952.563 72.8545C953.346 72.8571 954.336 74.0088 957.249 73.9344C963.932 73.7605 983.176 73.4714 985.409 72.1925C990.257 69.4455 951.616 72.1342 944.518 72.3187C941.233 72.397 937.261 71.5166 935.277 71.5734C933.105 71.6397 930.203 73.1663 924.948 73.3425C923.481 73.3866 906.147 72.4653 898.811 73.0355ZM739.3 83.0416C739.843 83.248 740.489 83.3602 741.195 83.4066C744.151 83.6172 748.238 82.5745 749.984 82.6408C750.495 82.6596 746.606 83.9749 751.421 84.0073C752.736 83.1914 754.056 82.3756 755.382 81.5599C750.579 81.9948 745.839 82.4313 741.162 82.8693C740.54 82.9267 739.919 82.9841 739.3 83.0416ZM2405.34 147.895C2404.65 147.423 2390.4 143.8 2389.67 143.799C2380.56 143.85 2410.08 151.293 2405.34 147.895ZM2764.81 240.536C2759.49 235.23 2834.83 263.071 2842.31 265.271C2841.29 267.2 2823.74 259.284 2832.35 265.151C2823.84 260.713 2798.33 253.39 2792.63 251.058C2789.14 249.632 2788.8 247.573 2788.27 247.342C2786.15 246.439 2766.77 242.434 2764.81 240.536ZM2905.05 286.89C2897.89 284.185 2890.78 281.486 2883.61 278.766C2892.26 281.279 2900.95 283.795 2909.55 286.272C2908.05 286.479 2906.55 286.686 2905.05 286.89ZM2914.49 288.867C2914.93 286.827 2939.04 296.126 2945.75 297.724C2937.28 298.772 2926.14 291.756 2914.49 288.867ZM2500.96 168.117C2489.81 163.647 2483.19 168.418 2497.91 169.573C2498.36 169.601 2501.42 168.318 2500.96 168.117ZM1114.2 56.8323C1112.14 56.8482 1086.84 55.5493 1085.36 56.6187C1080.82 60.0088 1097.43 58.1943 1103 59.2585C1112.03 60.9811 1098.85 63.0025 1120.77 61.166C1119.89 61.842 1119.01 62.518 1118.13 63.1941C1130.99 63.0403 1126.63 58.6595 1128.92 58.0144C1129.62 57.8181 1137.64 57.9729 1139.08 57.6459C1157.04 53.5178 1116.14 56.7944 1114.2 56.8323ZM2214 97.4217C2190.95 91.1523 2200.52 95.7214 2176.48 91.3886C2175.49 92.5864 2210.67 97.957 2214 97.4217ZM1345.66 54.256C1321.1 55.1954 1300.85 53.6809 1277.97 56.6355C1279.54 60.4348 1352.03 55.1246 1345.66 54.256ZM194.375 136.592C246.317 132.176 302.158 125.843 358.716 120.135C406.038 115.031 453.575 104.948 499.849 98.8225C510.822 97.3038 512.104 98.6994 516.044 98.0086C518.653 97.5584 518.027 96.3931 521.563 95.9304C595.873 86.2628 668.348 79.7663 740.669 74.9221C790.1 71.6412 839.48 69.0528 888.933 67.1381C896.447 66.8358 933.636 67.9088 941.452 63.6039C947.323 60.3258 920.733 63.7817 916.372 63.9473C913.004 64.0708 912.802 62.6523 910.564 62.7431C908.193 62.8401 910.192 63.7292 907.444 63.8624C895.853 64.4305 883.16 64.6168 872.67 65.1848C828.387 67.576 784.071 70.0272 740.536 72.7718C682.988 76.4164 625.499 80.8042 567.569 87.0872C555.41 88.422 557.6 87.0428 557.028 87.0985C557.02 87.1022 557.012 87.106 557.004 87.1098C494.516 93.3888 424.077 109.466 358.377 116.861C354.456 117.233 350.542 117.602 346.638 117.967C297.161 122.508 247.77 128.19 198.519 135.082C197.134 135.585 195.753 136.088 194.375 136.592ZM1166.79 59.4154C1160.49 55.2716 1159.25 59.6392 1136.98 58.4932C1135.2 59.2782 1133.42 60.0635 1131.64 60.849C1143.34 60.3593 1155.13 59.8795 1166.82 59.4144C1166.81 59.4148 1166.8 59.4151 1166.79 59.4154ZM1020.21 62.301C1016.31 56.5982 966.728 62.5157 944.467 62.3274C940.477 65.4065 972.903 62.8099 980.538 62.8414C984.312 62.8489 1005 65.0885 1020.44 62.8871C1020.36 62.6918 1020.29 62.4964 1020.21 62.301ZM2685.75 210.302C2682.22 209.635 2678.66 208.954 2675.12 208.271C2683.76 211.027 2692.34 213.731 2700.98 216.408C2687.06 212.735 2673.19 208.968 2659.33 205.112C2662.21 204.582 2665.13 204.055 2668 203.514C2673.88 205.788 2679.85 208.063 2685.75 210.302ZM2640.3 199.76C2664.87 205.46 2638.53 202.197 2632.82 199.244C2629.39 197.48 2637.8 199.18 2640.3 199.76ZM2577.43 181.237C2589.34 182.237 2612.31 188.1 2603.09 190.06C2591.3 184.916 2582.97 184.421 2565.47 178.546C2568.28 178.461 2571.09 178.374 2573.9 178.283C2573.91 178.286 2573.92 178.29 2573.93 178.293C2575.1 179.274 2576.26 180.256 2577.43 181.237ZM2652.09 200.079C2667.48 206.451 2621.41 193.998 2636.34 196.112C2637.02 196.217 2651.5 199.843 2652.09 200.079ZM298.815 117.552C296.999 119.166 309.665 117.595 313.892 117.197C327.102 115.933 342.946 113.929 357.905 112.303C363.547 111.688 369.083 111.016 374.27 110.395C372.807 110.126 371.37 109.85 369.904 109.573C365.846 110.071 361.805 110.53 357.764 110.943C338.095 112.956 318.444 115.164 298.815 117.552ZM432.849 101.444C445.786 99.3601 458.782 97.3054 471.787 95.3589C473.002 95.1755 478.593 93.1467 474.27 93.4958C460.425 96.0503 446.588 98.7321 432.849 101.444ZM1249.32 49.1722C1239.25 48.6078 1268.11 44.0333 1266.89 48.3181C1261.03 48.5997 1255.17 48.8844 1249.32 49.1722ZM1342.81 45.7642C1336.51 46.2658 1330.22 46.7709 1323.92 47.28C1323.91 46.7909 1323.89 46.3019 1323.87 45.8129C1330.19 45.7928 1336.49 45.7767 1342.81 45.7642ZM247.402 123.308C254.282 124.031 270.061 121.636 279.964 120.404C272.961 119.847 256.838 122.708 247.402 123.308ZM1098.7 51.3068C1099.61 52.4101 1059.55 53.3739 1073.34 50.9338C1081.76 51.0527 1090.31 51.1739 1098.7 51.3068ZM1017.44 52.2625C1026 51.7118 1032.71 51.8762 1031 53.7276C1026.42 53.8079 1021.86 53.8898 1017.31 53.9732C1017.35 53.403 1017.4 52.8328 1017.44 52.2625ZM2535.12 166.295C2521.16 162.668 2507.18 159.016 2493.21 155.371C2493.85 155.04 2494.5 154.709 2495.14 154.378C2508.62 157.89 2522.09 161.407 2535.55 164.9C2535.4 165.365 2535.26 165.83 2535.12 166.295ZM238.669 120.099C228.813 121.821 219.005 123.585 209.186 125.402C219.11 124.224 229.018 123.1 238.967 122.019C238.875 121.375 238.784 120.731 238.692 120.087C238.685 120.091 238.677 120.095 238.669 120.099ZM2727.65 208.507C2697.35 199.928 2717.17 202.752 2734.68 207.07C2735.11 207.146 2736.34 207.518 2736.75 207.632C2743.53 209.991 2749.86 212.544 2752.67 214.444C2752.68 214.445 2752.69 214.446 2752.71 214.447C2753.58 215.04 2751.1 215.746 2752.53 216.814C2748.48 214.827 2744.41 212.834 2740.32 210.833C2738.85 210.657 2737.37 210.48 2735.89 210.303C2735.53 210.202 2734.45 209.876 2734.08 209.81C2731.39 209.747 2728.71 209.681 2726.03 209.613C2724.79 209.01 2723.56 208.406 2722.32 207.802C2724.09 208.038 2725.87 208.273 2727.65 208.507ZM2899.4 261.732C2937.36 274.099 2897.37 265.144 2879.38 256.402C2879.69 255.815 2895.94 260.606 2899.4 261.732ZM2799.43 230.423C2793.35 228.802 2787.2 227.159 2781.14 225.545C2780.5 224.908 2779.86 224.27 2779.22 223.633C2783.97 224.736 2788.62 225.81 2793.4 226.926C2795.42 228.094 2797.43 229.259 2799.43 230.423ZM2599.92 170.054C2590.28 167.036 2576.65 168.171 2608.32 175.267C2608.42 174.789 2608.53 174.312 2608.64 173.834C2607.37 173.584 2603.59 173.066 2603.4 172.977C2602.85 172.708 2603.95 171.307 2599.92 170.054ZM2973.74 271.718C2974.87 271.873 2977 267.138 2986.68 275.736C2990.13 276.466 2993.69 277.228 2997.19 277.966C2997.74 279.324 2998.28 280.681 2998.82 282.037C2985.84 277.11 2983.85 278.889 2982.86 278.635C2978.4 277.476 2982.01 277.357 2979.17 276.457C2971.9 274.159 2955.06 269.705 2963.57 268.836C2966.68 268.545 2972.62 271.562 2973.74 271.718ZM2948.85 260.828C2950.3 261.739 2944.74 261.566 2945.81 262.351C2946.69 263.023 2962.2 269.517 2957.12 270.59C2954.55 269.67 2951.96 268.744 2949.36 267.811C2948.67 266.86 2948.01 265.923 2947.35 264.979C2944.65 264.805 2941.93 264.624 2939.21 264.438C2935.41 261.431 2927.09 256.452 2938.25 258.512C2934.2 257.386 2930.3 256.304 2926.27 255.18C2923.98 255.317 2921.63 255.438 2919.36 255.581C2920.79 254.716 2922.27 253.866 2923.73 253.009C2932.13 255.635 2940.52 258.245 2948.85 260.828ZM3071.15 298.609C3070.49 299.097 3069.83 299.584 3069.17 300.07C3083.99 303.129 3106.63 308.847 3092.71 309.244C3073.09 304.156 3053.24 298.691 3033.52 293.125C3032.35 292.264 3031.18 291.401 3030 290.535C3044.11 296.739 3041.95 287.723 3053.97 293.681C3056 294.681 3049.06 295.578 3062.98 297.779C3062.69 297.014 3062.4 296.248 3062.1 295.483C3065.06 296.514 3068.18 297.586 3071.15 298.609ZM3201.67 333.128C3168.51 320.633 3206.92 330.63 3211.15 335.944C3211.14 335.939 3211.13 335.934 3211.12 335.929C3223.74 348.126 3192.34 329.999 3189.21 330.218C3186.35 329.388 3178.05 330.927 3165.96 323.042C3175.93 324.918 3189.38 327.848 3201.67 333.128ZM3114.54 310.639C3116.67 311.067 3115.26 311.711 3116.17 311.934C3116.17 311.936 3116.18 311.938 3116.19 311.94C3124.99 314.118 3141.96 317.895 3152.68 320.83L3151.81 320.655C3157.34 322.031 3161.68 323.408 3162.72 324.677C3160.34 324.302 3156.23 323.66 3151.4 322.818L3152.22 322.982C3136.17 319.866 3109.33 312.781 3107.83 310.632C3110.1 310.648 3112.26 310.63 3114.54 310.639ZM3020.56 286.065C3012.99 281.619 3031.41 286.932 3035.99 289.289C3036.87 289.766 3028.35 290.654 3020.56 286.065ZM2386.92 99.7275C2368.13 96.2024 2392.11 103.597 2383.22 103.319C2386.79 104.061 2390.35 104.807 2393.92 105.56C2391.59 103.614 2389.25 101.668 2386.92 99.7275ZM1521.74 14.0709C1517.34 13.8548 1519.43 15.027 1519.05 15.0454C1516.16 15.0208 1513.42 14.0704 1512.31 14.1757C1491.69 16.1909 1505.41 17.1277 1505.62 17.3562C1506.06 18.5196 1500.65 19.9041 1508.16 21.2065C1512.72 20.7766 1517.26 20.3493 1521.78 19.9245C1524.02 20.5663 1526.31 21.2085 1528.58 21.8514C1537.67 20.4449 1525.78 20.0858 1524.42 18.2467C1523.9 17.5232 1532.43 16.6354 1521.74 14.0709ZM2354.66 87.5853C2351.16 88.8281 2343.16 89.5294 2349.92 93.3032C2349.93 93.3052 2349.94 93.3072 2349.94 93.3092C2351.2 94.003 2356.59 95.5469 2358.13 96.4772C2370.73 96.8118 2366.85 92.9228 2354.66 87.5853ZM1603.55 10.4913C1610.8 11.0053 1618.31 11.5291 1625.64 12.061C1625.5 13.2873 1625.37 14.5137 1625.23 15.74C1621.3 15.3804 1617.35 15.0232 1613.38 14.6685C1611.99 15.22 1610.58 15.7718 1609.22 16.3241C1614.1 17.7511 1619.04 19.1824 1623.91 20.6171C1629.82 20.1703 1635.57 19.7279 1641.53 19.2933C1638.79 18.6205 1636.13 17.9498 1633.44 17.2801C1647.78 16.6895 1644.75 19.6472 1656.6 20.9131C1659.57 20.1161 1662.53 19.3207 1665.48 18.5268C1666.6 18.2332 1667.72 17.9398 1668.84 17.6467C1674.8 18.8642 1680.69 20.088 1686.53 21.3182C1696.33 20.9341 1697.37 20.0843 1690.65 18.6745C1695.61 17.2631 1701.07 19.6947 1707 19.1942C1707.49 19.1541 1706.59 17.7359 1707.03 17.7268C1737.76 17.3585 1736.08 21.0586 1740.92 21.3141C1744.37 21.4967 1758.38 19.361 1758.58 18.5223C1758.9 17.3976 1730.19 12.1195 1775.31 13.2175C1752.05 9.42388 1725.49 12.0417 1742.42 16.9871C1735.22 16.3359 1702.57 16.842 1700.51 16.6883C1697.48 16.4303 1698.57 14.715 1694.75 14.6075C1692.38 14.5481 1686.7 18.4028 1668.88 14.7116C1667.76 15.0147 1666.64 15.318 1665.52 15.6215C1664.37 15.9409 1663.22 16.2605 1662.07 16.5803C1659.97 16.0214 1657.87 15.4632 1655.77 14.9057C1659.05 13.5096 1662.32 12.1154 1665.58 10.7231C1666.69 10.2623 1667.79 9.80165 1668.9 9.34125C1667.78 9.45879 1666.68 9.55267 1665.59 9.62623C1649.94 10.7164 1636.49 7.38329 1626.75 10.3809C1617.66 9.9322 1613.18 9.53124 1617.13 7.8793C1614.4 7.86172 1611.59 7.84497 1608.9 7.83009C1607.12 8.71669 1605.34 9.60377 1603.55 10.4913ZM2299.19 77.4344C2290.67 73.5527 2286.6 76.8672 2287.93 77.3982C2295.44 80.378 2303.61 79.4572 2299.19 77.4344ZM1538.18 16.2196C1548.12 17.2651 1558.08 18.3235 1568.07 19.3959C1568.07 18.0979 1568.07 16.7999 1568.08 15.5019C1558.08 15.7275 1548.12 15.9672 1538.18 16.2196ZM2390.34 97.5935C2390.99 98.7649 2391.64 99.9374 2392.29 101.109C2403.81 100.408 2413.05 108.104 2418.54 108.464C2419.74 108.54 2417.88 106.275 2415.81 105.349C2414.53 104.761 2392.32 97.749 2390.34 97.5935ZM2829.22 217.451C2825.19 216.838 2821.16 216.224 2817.09 215.599C2817.64 214.627 2818.19 213.654 2818.74 212.681C2820.71 213.103 2822.68 213.522 2824.63 213.939C2826.17 215.111 2827.69 216.279 2829.22 217.451ZM2784.88 204.973C2777.99 202.655 2771.21 200.375 2764.33 198.062C2790.83 205.564 2769.45 198.147 2785.86 201.945C2785.53 202.954 2785.21 203.964 2784.88 204.973ZM2711.83 181.853C2712.83 181.415 2713.83 180.976 2714.83 180.537C2721.78 182.145 2728.68 183.714 2735.64 185.267C2731.74 182.071 2727.86 178.871 2724.01 175.664C2721.46 175.078 2718.92 174.488 2716.39 173.897C2714.87 176.55 2713.35 179.202 2711.83 181.853ZM1325.93 11.127C1321.56 11.1577 1306.33 13.4029 1307.01 14.1221C1313.35 14.907 1319.71 15.6952 1326.05 16.4875C1326.05 15.1864 1326.06 13.8853 1326.07 12.5842C1326.98 13.2169 1327.88 13.8498 1328.79 14.4828C1332.37 13.9379 1335.96 13.3942 1339.55 12.8518C1341.38 13.9603 1343.22 15.0688 1345.05 16.1778C1346.86 14.8521 1348.66 13.5267 1350.47 12.2017C1333.01 10.164 1333.69 12.461 1330.06 12.4936C1328.23 12.5122 1327.06 11.726 1326.4 11.3315C1326.24 11.2633 1326.09 11.1952 1325.93 11.127ZM1545.05 7.9333C1524.23 7.62674 1512.45 11.0945 1497.34 8.29706C1507.04 14.3155 1569.28 7.90617 1591.23 13.1271C1593.52 12.1572 1595.81 11.188 1598.09 10.2197C1586.11 11.0386 1577.79 9.0056 1572.01 8.7046C1567.38 8.46631 1567.86 9.49309 1567.51 9.47773C1567.49 9.4777 1567.48 9.47768 1567.46 9.47766C1556.61 9.04297 1553.18 8.05721 1545.05 7.9333ZM2406.57 96.8527C2401.54 93.9401 2391.96 91.6307 2391.29 93.7912C2396.44 95.7879 2401.57 97.7923 2406.68 99.8017C2405.75 98.9597 2407.43 97.35 2406.57 96.8527ZM2705.22 173.834C2701.21 172.142 2691.26 170.428 2695.04 173.332C2695.71 173.853 2705.82 174.838 2699.27 176.902C2708.84 179.106 2707.49 174.8 2705.22 173.834ZM1900.99 20.5668C1904.72 20.7066 1908.42 20.8499 1912.1 20.9966C1913.01 20.1368 1913.91 19.2773 1914.82 18.418C1910.25 19.1288 1905.64 19.8451 1900.99 20.5668ZM2452.69 107.466C2456.24 113.036 2465.43 111.021 2473.29 116.951C2476.54 117.862 2479.79 118.775 2483.04 119.688C2483.05 119.69 2483.05 119.692 2483.06 119.694C2483.47 118.545 2483.88 117.395 2484.29 116.246C2473.77 113.31 2463.24 110.38 2452.69 107.466ZM1671.63 11.0815C1673.9 11.6765 1676.17 12.2725 1678.42 12.8694C1682.46 12.2664 1686.48 11.6665 1690.47 11.0695C1688.32 10.5638 1686.17 10.0591 1684.01 9.55514C1679.91 10.0608 1675.78 10.5696 1671.63 11.0815ZM2510.05 122.646C2498.84 119.007 2493.54 121.578 2508.07 125.552C2514.19 127.223 2521.8 126.456 2510.05 122.646ZM1100.49 17.7959C1104.53 18.0062 1108.59 18.2177 1112.64 18.4304C1114 17.5762 1115.36 16.7221 1116.71 15.8681C1111.29 16.5085 1105.88 17.1511 1100.49 17.7959ZM2762.87 189.38C2762.17 190.008 2761.47 190.639 2760.77 191.27C2757.42 190.016 2754.06 188.757 2750.68 187.493C2751.79 187.002 2752.9 186.511 2754.01 186.019C2756.97 187.143 2759.91 188.259 2762.87 189.38ZM1127.72 17.506C1130.94 17.5705 1134.18 17.6357 1137.41 17.7019C1139.57 17.2461 1141.74 16.7907 1143.9 16.3356C1140.86 16.0252 1137.82 15.7156 1134.79 15.4067C1132.43 16.106 1130.07 16.8058 1127.72 17.506ZM2617.17 151.853C2613.1 149.785 2594.94 148.154 2610.39 153.026C2620.21 156.108 2617.78 152.166 2617.17 151.853ZM2640.8 156.95C2624.72 150.89 2634.8 163.307 2656.01 162.319C2635.96 158.126 2641.74 157.299 2640.8 156.95ZM2791.81 192.055C2792.22 192.192 2792.15 193.599 2795.41 194.707C2807.24 198.71 2822.77 204.284 2831.17 207.08C2851.56 213.884 2914.71 231.542 2920.82 237.591C2922.08 238.862 2917.85 240.108 2918.42 240.426C2920.11 241.337 2930.92 243.514 2928.45 244.636C2918.2 241.367 2907.97 238.091 2897.71 234.798C2900.63 234.384 2903.54 233.965 2906.44 233.541C2880.66 226.024 2889.2 228.666 2880.96 228.962C2876.94 226.534 2873.02 224.14 2869 221.712C2859.24 219.722 2849.44 217.711 2839.77 215.74C2842.15 215.654 2844.52 215.566 2846.89 215.475C2833.24 209.502 2836.79 211.679 2828.45 211.06C2828.68 210.282 2828.92 209.505 2829.15 208.727C2814.89 206.209 2812.9 203.01 2809.95 202.028C2803.84 200.005 2793.06 206.616 2772.57 189.961C2761.26 191.139 2764.34 182.31 2757.1 184.968C2741.97 174.646 2773.2 186.696 2788.19 191.716C2788.2 191.718 2788.21 191.721 2788.22 191.723C2789.35 192.104 2787.81 190.694 2791.81 192.055ZM2699.63 171.338C2710.77 169.681 2670.69 159.631 2682.55 168.755C2684.49 169.429 2686.42 170.102 2688.37 170.773C2692.15 170.976 2695.88 171.158 2699.65 171.343C2699.65 171.342 2699.64 171.34 2699.63 171.338ZM2318.02 69.2504C2278.97 62.0685 2300.44 69.4597 2314.03 70.16C2316.75 70.3083 2318.32 70.0152 2318.02 69.2504ZM1515.35 4.74886C1514.78 5.25684 1514.21 5.76486 1513.64 6.27292C1526.64 5.7478 1552.14 7.68311 1551.72 4.27473C1539.71 4.41341 1527.35 4.57238 1515.35 4.74886ZM1619.14 2.67487C1616.29 2.44799 1604.76 1.89754 1606.17 3.18323C1611.07 4.11385 1616.17 5.04953 1621.16 5.98865C1623.49 5.43907 1625.82 4.89034 1628.14 4.34247C1624.91 4.12506 1619.91 2.73355 1619.14 2.67487Z" fill="%23FFAB0A"/></svg>');
  position: absolute;
  left: 0;
  background-size: 100% 100%;
  bottom: -17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-section-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-section-title {
    font-size: 40px;
  }

  .jiffy-section-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-section-title {
    font-size: 33px;
  }
}

.jiffy-section-title-3 {
  font-family: var(--jiffy-ff-urban);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-section-title-3 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-section-title-3 {
    font-size: 53px;
  }
}

@media (max-width: 767px) {
  .jiffy-section-title-3 {
    font-size: 35px;
  }

  .jiffy-section-title-3 br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-section-title-3 {
    font-size: 38px;
  }

  .jiffy-section-title-3 br {
    display: none;
  }
}

.jiffy-section-title-3 span,
.jiffy-section-title-5 span,
.breadcrumb__title span,
.jiffy-hero-title-5 span {
  position: relative;
  font-weight: 400;
  color: var(--jiffy-common-yellow);
  display: inline-block;
}

.jiffy-section-title-3 span::after,
.jiffy-hero-title-5 span::after,
.jiffy-section-title-5 span::after,
.breadcrumb__title span::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' preserveAspectRatio='none' viewBox='0 0 257 14'%3E%3Cpath stroke='%23FF8D01' stroke-linecap='round' stroke-width='4' d='M2 12S63.928-3.514 55.243 4.105s-11.373 10.603 25.3 1.939c22.279-5.264-3.776 5.402 35.496 4.294C140.372 9.65 184.064.46 255 4.798'/%3E%3C/svg%3E");
  bottom: 10px;
  left: 0;
}



.jiffy-section-title-5 {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.4;
  color: var(--jiffy-common-white);
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-section-title-5 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-section-title-5 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-section-title-5 {
    font-size: 35px;
  }

  .jiffy-section-title-5 br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-section-title-5 br {
    display: none;
  }
}

.jiffy-section-title-5 span {
  font-weight: 400;
}

.jiffy-section-title-5 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}

.jiffy-section-title-5 i i.child-2 {
  transform: translateY(0px);
  opacity: 1;
  display: inline-block;
  padding-bottom: 20px;
}

.jiffy-section-subtitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  color: var(--jiffy-common-yellow-2);

  border-radius: 8px;
  display: inline-block;
  padding: 10px 0px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  02. MEANMENU CSS START
/*----------------------------------------*/
.mobile-menu.mean-container {
  overflow: hidden;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}

.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--jiffy-common-white);
}

.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #c00;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.mobile-menu .jiffy-sidebar-social {
  margin-top: 20px;
}

.mobile-menu .jiffy-sidebar-social a {
  margin-right: 5px;
  background-color: var(--jiffy-theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--jiffy-theme-3);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--jiffy-theme-2);
  border-color: #888888;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--jiffy-theme-2);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--jiffy-common-white);
}

/*----------------------------------------*/
/*  03. HEADER CSS START
/*----------------------------------------*/

.header-sticky-bg-2.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.header-sticky-bg-2.header-sticky .black-logo {
  display: block;
}

.header-sticky-bg-2.header-sticky .white-logo {
  display: none;
}



.header-sticky-bg-2.header-sticky .header-bottom__bar {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}





.header-sticky-bg-2.header-sticky .jiffy-header-2__right .jiffy-header-2__login {
  color: var(--jiffy-common-black);
}

.header-sticky-bg-2.header-sticky .jiffy-header-2__right .jiffy-header-2__login:hover {
  color: #57B639;
}

.header-sticky-bg-2.header-sticky .jiffy-btn-white {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


.black-logo {
  display: none;
}


.header-bottom__transparent {
  background: #121212;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-bottom__logo a img {
  width: 140px;
}


.header-bottom__bdr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-bottom__bdr {
    padding: 15px 0px;
  }
}

.header-bottom__main-menu nav ul {
  margin-left: -45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu nav ul {
    margin-left: -2px;
  }
}

.header-bottom__main-menu nav ul li {
  display: inline-block;
  margin: 0px 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu nav ul li {
    margin: 0px 12px;
  }
}

.dark-gray_bg {
  background: #121212;
}

.header-bottom__main-menu nav ul li:hover a {
  color: var(--jiffy-common-yellow-2);
}

.header-bottom__main-menu nav ul li a {
  font-weight: 500;
  font-size: 15px;
  color: var(--jiffy-grey-8);
  display: inline-block;
  padding: 40px 0;
}

.header-bottom__main-menu nav ul li .submenu {
  position: absolute;
  background-color: #000;
  width: 240px;
  z-index: 999;
  margin-left: -1px;
  padding: 30px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.2);
  transform: scaleY(0);
  transform-origin: top center;
}

.header-bottom__main-menu nav ul li .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 0 40px;
}

.header-bottom__main-menu nav ul li .submenu li:last-child {
  margin-bottom: 0;
}

.header-bottom__main-menu nav ul li .submenu li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 14px;
  color: var(--jiffy-common-white);
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

.header-bottom__main-menu nav ul li .submenu li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--jiffy-common-yellow);
  transition: 0.7s;
  display: inline-block;
}

.header-bottom__main-menu nav ul li .submenu li:hover a {
  color: var(--jiffy-common-yellow);
}

.header-bottom__main-menu nav ul li .submenu li:hover a::after {
  width: 100%;
  right: auto;
  left: 0;
}

.header-bottom__main-menu nav ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}

.header-bottom__main-menu nav ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom__main-menu-3 nav ul {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-3 nav ul {
    margin-left: 0px;
  }
}

.header-bottom__main-menu-3 nav ul li {
  margin: 0px 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-3 nav ul li {
    margin: 0px 8px;
  }
}

.header-bottom__main-menu-3 nav ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.02em;
  font-family: var(--jiffy-ff-urban);
  color: var(--jiffy-common-black);
  margin: 0px 7px;
}

.header-bottom__main-menu-4>nav>ul {
  margin-left: 30px;
}

.header-bottom__main-menu-4>nav>ul>li {
  margin: 0;
  position: relative;
}

.header-bottom__main-menu-4>nav>ul>li .submenu {
  border-radius: 0;
  left: 1px;
}

.header-bottom__main-menu-4>nav>ul>li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 100%);
  filter: drop-shadow(0px 2px 0px #F8FF35);
  transition: 0.3s;
}

.header-bottom__main-menu-4>nav>ul>li::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  content: "";
  background-color: var(--jiffy-common-yellow-3);
  transition: 0.3s;
}

.header-bottom__main-menu-4>nav>ul>li>a {
  color: var(--jiffy-common-white);
  position: relative;
  z-index: 5;
  padding: 30px 0;
  padding-left: 22px;
  padding-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4>nav>ul>li>a {
    padding: 30px 15px;
  }
}

.header-bottom__main-menu-4>nav>ul>li:hover::after {
  height: 100%;
}

.header-bottom__main-menu-4>nav>ul>li:hover::before {
  width: 100%;
}

.header-bottom__main-menu-4>nav>ul>li:hover a {
  color: var(--jiffy-common-white);
}

.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul {
    margin-left: 25px;
  }
}

.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: drop-shadow(0px 2px 0px #FFFFFF);
}

.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li::before {
  background-color: white;
}

.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li a {
  padding: 30px 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li a {
    padding: 30px 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul {
    margin-left: 0;
  }
}

.header-bottom__main-menu-5 nav ul li {
  margin: 0px 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul li {
    margin: 0px 15px;
  }
}

.header-bottom__main-menu-5 nav ul li ul.submenu li {
  text-align: left;
}

.header-bottom__main-menu-5 nav ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  padding: 35px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul li a {
    font-size: 16px;
  }
}

.header-bottom__main-menu-5 nav ul li a:hover {
  color: var(--jiffy-common-blue-3);
}

.header-bottom__main-menu-5 nav ul li .submenu {
  border-radius: 0;
}


.header-bottom__btn {
  line-height: 0;
}

.header-bottom__btn a {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .header-bottom__btn a {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
}

.header-bottom__bar {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  line-height: 45px;
  text-align: center;
  color: var(--jiffy-common-white);
  font-size: 25px;
}

/*----------------------------------------*/
/*  16. HERO CSS START
/*----------------------------------------*/


.jiffy-hero__bg {
  padding-top: 100px;
  background-image: url('../img/hero/hero_bg.png');
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero__bg {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__bg {
    padding-top: 170px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__bg {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.jiffy-hero__hero-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5;
  padding-bottom: 50px;
  overflow: hidden;
}

.jiffy-hero__hero-title span {
  display: inline-block;
  color: var(--jiffy-common-yellow);
  position: relative;
}

.jiffy-hero__hero-title span::after {
  content: '';
  width: 100%;
  height: 86px;
  position: absolute;
  background-image: url('data:image/svg+xml,<svg width="3215" height="422" viewBox="0 0 3215 422" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M64.545 104.028C132.003 77.1649 181.367 82.6383 245.534 75.6299C279.191 72.0776 315.336 68.2232 352.967 64.6048C461.876 48.7621 604.029 26.6505 712.221 21.1182C720.573 20.5766 728.689 20.0756 737.241 19.5712C837.832 13.7135 939.325 10.3037 1038.79 7.5655C1044.3 7.41463 1047.64 8.63686 1050.14 8.57109C1073.71 7.941 1113.21 5.54005 1136.56 5.0799C1185.76 4.03554 1271.29 1.93264 1316.37 2.46294C1335.5 2.66369 1355.14 2.59549 1362.61 5.66194C1369.59 5.72497 1373.36 2.8105 1375.19 2.63002C1375.21 2.63257 1375.24 2.63513 1375.26 2.63767C1381.15 2.07353 1396.01 3.8984 1399.27 3.7369C1399.77 3.71182 1396.72 1.67138 1404.68 2.20679C1405.39 2.25285 1404.75 3.66968 1411.46 3.61606C1413.23 3.59769 1435.5 1.20892 1441.97 1.02518C1463.2 0.385211 1514.15 1.79967 1539.65 1.7703C1543.55 1.76626 1545.78 0.93954 1549.88 0.923885C1551.98 0.914833 1555.18 1.81125 1555.84 1.80667C1558.74 1.77377 1571.29 -2.27801 1566.78 5.74391C1579.84 5.25617 1575.98 2.59859 1576.29 0.874503C1590.44 0.658981 1597.38 4.47618 1601.07 0.485476C1622.56 0.735822 1644.3 1.05961 1665.69 1.46841C1714.27 2.39422 1762.61 3.77315 1811.08 5.81322C1811.13 5.16111 1811.17 4.50901 1811.22 3.85691C1831.91 7.20847 1839.08 3.10324 1850.78 7.39283C1857.97 6.86857 1865.49 6.37571 1872.76 5.88984C1990.93 13.3243 2110.24 22.4595 2228.8 44.8948C2297.21 57.8088 2364.5 73.892 2430.33 91.3628C2437.88 93.3655 2439.4 95.204 2451.81 98.5408C2465.5 102.223 2485.12 105.877 2503.03 110.785C2518.75 115.088 2541.52 122.677 2558.89 127.591C2562.81 128.698 2565.89 128.617 2566.33 128.741C2568.92 129.477 2568.69 130.857 2571.2 131.575C2574.21 132.43 2578.12 132.414 2581.59 133.41C2594.54 137.125 2608.8 140.515 2610.44 140.97C2618.34 143.182 2619.73 144.948 2620.38 145.135C2629.16 147.591 2626.17 145.538 2628.34 146.178C2639.62 149.481 2646.92 154.531 2663.22 155.571C2662.52 156.571 2661.82 157.571 2661.12 158.571C2672.88 162.161 2665.74 157.261 2668.31 157.335C2669.35 157.41 2694.94 164.028 2696.89 164.52C2703.73 166.351 2703.57 167.864 2704.16 168.026C2705.62 168.431 2723.36 170.807 2731.94 174.081C2742.14 177.978 2729.05 178.196 2731.54 179.349C2731.82 179.476 2736.67 180.452 2740.36 181.459C2741.27 181.621 2743.92 182.42 2744.81 182.667C2746.75 183.394 2748.35 184.1 2748.75 184.582C2749.49 185.434 2746.81 184.828 2744.31 184.214C2743.45 183.976 2740.89 183.203 2740.01 183.047C2738.07 182.762 2736.25 182.461 2736.27 182.661C2736.28 182.759 2737.79 183.373 2739.76 184.192C2740.62 184.344 2743.11 185.098 2743.95 185.33C2748.22 187.575 2754.63 191.035 2752.25 191.308C2751.14 191.536 2747.35 190.384 2742.82 188.827C2742.05 188.613 2739.75 187.919 2738.96 187.779C2731.69 186.022 2722.67 183.419 2719.74 183.174C2718.96 183.11 2719.99 185.174 2719.3 185.084C2716.54 184.807 2666.91 172.983 2664.69 172.031C2667.47 171.884 2670.25 171.735 2673.03 171.583C2669.61 170.657 2666.19 169.728 2662.78 168.795C2667.81 169.375 2672.89 169.958 2677.89 170.511C2672.24 162.272 2648.79 163.381 2647.06 166.369C2646.28 167.766 2658.7 174.991 2645.68 174.087C2647.47 174.95 2649.27 175.812 2651.07 176.674C2655.15 177.029 2659.19 177.369 2663.26 177.706C2660.75 176.663 2658.26 175.619 2655.77 174.572C2656.83 174.361 2657.9 174.15 2658.97 173.938C2666.42 175.032 2673.92 176.112 2681.37 177.155C2685.04 178.397 2683.94 179.539 2686.46 180.419C2717.86 191.318 2697.84 182.224 2718.78 187.713C2721.64 189.125 2724.46 190.52 2727.31 191.918C2727.04 189.669 2731.33 190.954 2737.95 192.339C2738.65 192.464 2740.7 193.082 2741.39 193.273C2744.19 194.14 2747.4 195.067 2750.86 195.771C2749.22 196.277 2747.58 196.782 2745.94 197.287C2762.25 202 2793.59 217.332 2786.39 209.301C2789.95 210.939 2793.47 212.562 2797.07 214.212C2800.49 214.382 2803.89 214.547 2807.28 214.707C2811.52 216.181 2815.9 217.701 2820.18 219.187C2820.05 219.651 2819.92 220.115 2819.79 220.579C2816.35 219.472 2812.86 218.35 2809.41 217.241C2811.54 219.467 2813.72 221.708 2815.86 223.937C2818.48 224.528 2821.1 225.115 2823.7 225.7C2813.51 220.957 2828.16 223.304 2832.24 222.584C2841.47 224.81 2846.41 229.035 2849.43 230.124C2850.84 230.636 2868.88 231.781 2860.83 234.307C2869.67 236.525 2878.4 238.706 2887.18 240.898C2890.4 242.319 2893.67 243.758 2896.93 245.191C2888.94 245.016 2909.27 254.38 2893.39 250.294C2881.52 247.24 2879.34 244.313 2873.77 242.542C2868.83 240.969 2865.77 241.485 2860.3 239.796C2823.79 228.484 2794.18 218.641 2759.74 206.859C2752.92 204.524 2746.54 203.2 2741.94 201.613C2737.65 200.13 2741.77 200.153 2739.47 199.221C2738.89 199.062 2737.18 198.546 2736.6 198.442C2736.11 198.296 2735.34 198.136 2734.17 197.952C2727.02 196.828 2725.19 197.904 2723.33 197.513C2722.17 197.268 2718.81 195.156 2715.43 194.377C2701.6 191.219 2681.02 187.572 2679.05 187.076C2676.85 186.587 2638.02 175.675 2636.23 174.941C2635.26 174.572 2638.52 170.401 2628.63 173.203C2625.92 172.605 2623.23 172.009 2620.51 171.402C2621.18 170.576 2621.86 169.75 2622.54 168.924C2605.7 168.343 2611.7 167.787 2596.29 164.023C2559.39 155.022 2505.41 139.288 2464.87 128.663C2455.83 126.296 2452.08 126.486 2441.36 123.698C2431.42 121.089 2406.27 110.881 2410.71 117.018C2389.56 107.184 2384.19 113.239 2374.14 106.067C2372.63 106.355 2371.12 106.643 2369.61 106.934C2358.19 101.183 2353.85 102.627 2340.5 99.7169C2334.75 98.4744 2342.05 97.1767 2329.73 97.6127C2327.58 96.8445 2325.42 96.078 2323.26 95.3133C2323.94 94.7365 2324.62 94.1599 2325.31 93.5836C2312.33 91.1136 2311.57 90.5771 2312.43 93.5327C2306.32 91.6033 2300.25 89.7075 2294.12 87.82C2293.15 88.5055 2292.18 89.1914 2291.21 89.8778C2294.1 91.4313 2434.69 124.096 2453.98 129.067C2476.14 137.098 2522.15 147.117 2540.23 152.511C2547.47 154.676 2550.16 157.475 2560.7 160.57C2571.24 163.663 2585.03 165.471 2590.7 166.904C2609.51 171.895 2698.51 194.626 2637.32 181.786C2638.82 183.171 2640.32 184.556 2641.82 185.941C2666.74 188.786 2657.52 188.589 2677.44 193.818C2685.86 196.033 2706.41 198.636 2704.28 202.663C2688.38 199.805 2672.11 194.407 2658.46 191.079C2657.12 190.761 2640.51 188.679 2632.36 186.019C2624.99 183.611 2631.22 180.879 2613.76 181.238C2602.87 173.628 2594.81 175.825 2591.52 175.415C2585.83 174.705 2585.79 172.336 2580.35 170.612C2574.43 168.729 2569.91 169.082 2569.09 168.871C2560.86 166.724 2517.94 155.265 2516.21 153.829C2518.04 153.91 2519.87 153.99 2521.7 154.07C2510.73 150.404 2512.45 153.288 2509.45 152.758C2507.27 152.154 2505.09 151.551 2502.91 150.947C2503.9 150.716 2504.89 150.486 2505.88 150.256C2492.69 146.763 2502.33 151.131 2483.64 145.992C2471.78 142.728 2459.98 137.62 2458.79 137.44C2458.44 137.386 2461.86 139.6 2456.97 138.45C2448.87 136.541 2434.99 132.787 2433.87 130.737C2429.87 129.916 2429.78 131.608 2429.24 131.505C2426.93 131.021 2387.38 121.211 2380.26 119.541C2360.59 114.78 2338.78 109.001 2317.33 104.232C2315.13 103.742 2316.78 103.037 2314.56 102.552C2311.01 101.756 2292.46 99.2047 2289.7 98.72C2282.87 97.4578 2265.1 92.9061 2262.19 92.7935C2261.77 92.775 2267.36 95.4404 2260.38 94.4034C2252.62 93.2592 2257.14 92.2446 2256.73 92.1368C2241.49 88.2564 2231.43 87.5757 2220.82 85.7891C2220.69 85.767 2220.56 85.7448 2220.43 85.7224C2217.02 85.1401 2210.77 82.4645 2205.86 81.9941C2205.29 81.9378 2206.16 83.4663 2205.59 83.4288C2198.01 82.7386 2191.61 79.0761 2188.36 78.3451C2180.61 76.602 2184.55 79.1549 2184.14 79.0963C2178.89 78.2519 2172.01 76.4214 2163.94 75.2209C2128.34 69.9774 2099.25 66.2709 2061.33 62.0077C2056.52 61.4715 2051.04 59.597 2050.31 59.5211C2048.06 59.3 2048.58 60.881 2042.01 60.1864C2028.35 58.7424 2015.53 57.6371 2001.94 56.4498C1999.21 56.2119 1998.16 54.7049 1996.06 54.4998C1988.99 53.796 1964.86 55.6739 1964.82 51.0705C1950.46 54.1179 1941.57 50.0074 1930.39 49.3385C1903.88 47.7136 1862.17 46.4471 1835.74 44.889C1830.21 44.5525 1827.68 43.2747 1824.58 43.0923C1818.97 42.7339 1787.13 42.3202 1785.54 42.1072C1782.28 41.6542 1784.51 36.5023 1767.44 40.5531C1757.66 40.6097 1758.87 38.513 1756.85 38.3443C1740.87 37.0728 1725.52 41.5236 1728.45 37.2202C1709.78 38.0122 1698.02 40.2393 1690.42 36.0389C1690.48 38.0313 1681.92 39.0887 1671.38 38.1942C1682.28 35.0022 1680.62 32.8088 1706.79 33.8694C1707.2 33.8865 1706.39 35.312 1706.8 35.329C1710.51 35.4921 1718.11 34.9076 1724.53 35.1188C1730.87 35.3291 1727.33 36.2398 1729.86 36.2744C1732.17 36.3046 1732.13 34.9253 1735.45 34.9795C1746.14 35.1631 1756.04 35.0348 1762.1 35.1721C1765.91 35.2591 1770.32 36.5923 1773.35 36.6792C1785.07 36.992 1809.65 36.842 1824.69 37.5612C1827.78 37.7108 1826.45 39.016 1833.15 39.3935C1833.9 39.4372 1836.9 38.1368 1842.88 38.0925C1848.86 38.0489 1853.36 38.9513 1857.15 38.9746C1860.38 38.9983 1859.11 37.6783 1865.68 37.9046C1870.95 37.9697 1932.92 42.3114 1936.09 42.8409C1940.92 43.4427 1943.13 45.3615 1946.08 45.3436C1946.6 45.3324 1947.59 43.6885 1949.39 43.6883C1979.09 43.5289 2044.51 51.4913 2078.26 55.5717C2127.73 61.2506 2174.76 67.7528 2222.61 76.6397C2242.91 80.4109 2263.36 84.5128 2284.27 89.0382C2285.58 89.0254 2286.89 89.0134 2288.2 89.0022C2281.16 87.4139 2274.03 85.8381 2266.97 84.3097C2267.09 83.5149 2267.22 82.72 2267.34 81.9251C2257.77 79.7462 2258.63 81.8853 2258.67 83.0615C2255.21 81.8322 2251.78 80.6198 2248.32 79.4075C2245.8 80.8525 2234.01 78.1388 2222.81 75.5931C2217.83 74.4531 2212.76 73.3095 2209 72.6107C2200.96 71.1082 2191.22 70.4725 2187.01 69.6652C2178.13 67.9665 2178.58 66.3096 2177.89 66.1618C2176.75 65.925 2163.99 65.363 2154.94 63.9259C2141.66 61.8291 2140.55 58.9539 2121.94 58.6629C2098.65 54.102 2072.55 51.7221 2047.23 49.3807C2052.3 47.4229 2029.34 47.4431 2019.15 46.5091C1956.7 40.4998 1880.19 35.1556 1816.95 31.9409C1808.76 31.5194 1802.83 29.8754 1798.25 29.7717C1795.78 29.7151 1794.65 31.3812 1791.21 31.0464C1790.59 30.9842 1790.25 29.3777 1783.96 28.9458C1768.04 27.823 1728.98 29.5502 1718.9 26.3249C1701.19 26.1321 1683.39 26.0082 1665.39 25.9459C1629.3 25.8251 1593.26 25.9505 1557.23 26.2486C1555.87 25.5975 1554.5 24.9467 1553.14 24.2961C1543.04 27.602 1502.48 25.7381 1482.81 26.0269C1448.11 26.4941 1403.86 27.9823 1373.47 28.5134C1366.88 28.6268 1361.47 27.7599 1355.22 27.8704C1352.53 27.9194 1349.2 29.1916 1346.4 29.2405C1315 29.8016 1272.44 29.3283 1240.79 30.0497C1168.96 31.6741 1101.22 33.3585 1028.48 35.903C931.727 39.3382 835.494 43.7155 739.122 49.9458C610.872 57.1112 478.279 75.8036 356.056 94.4433C336.763 96.4128 317.498 98.5541 298.257 100.851C294.995 101.241 294.986 99.8269 292.458 100.13C277.522 101.873 244.389 107.476 227.586 109.897C214.185 111.77 192.613 112.939 188.348 115.824C236.391 111.509 286.539 104.528 336.344 99.9553C339.883 99.6308 340.465 100.913 340.902 100.89C348.99 100.485 343.726 99.189 355.378 97.8832C355.61 97.8575 355.958 97.8351 356.405 97.815C362.966 97.7471 393.847 96.947 389.449 93.4947C397.787 94.0947 457.986 85.0609 469.614 82.8942C473.162 82.1904 470.446 81.3244 471.147 81.1553C474.25 80.412 475.777 81.9404 478.525 81.5831C485.918 80.5891 504.136 76.645 507.781 76.1856C515.876 75.0869 540.443 73.4294 551.114 71.8945C561.023 70.453 558.873 68.8749 567.383 67.7685C574.115 66.9148 567.065 69.1886 581.966 68.0812C589.572 67.4847 615.15 63.9101 621.694 63.3418C627.802 62.7858 635.234 63.2148 643.758 62.4099C656.468 61.1923 683.331 58.5048 696.353 57.2512C697.104 57.1781 698.819 55.6432 700.677 55.5423C704.53 55.3319 703.494 57.1494 706.434 57.1233C708.11 57.1025 723.706 56.0119 739.436 55.0085C752.065 54.1953 765.146 53.3976 768.889 53.1921C774.792 52.8626 778.879 51.595 782.207 51.4186C784.806 51.2838 785.239 52.7122 787.806 52.587C788.607 52.5428 795.375 50.9093 802.35 50.5679C809.121 50.2272 833.722 50.1732 836.766 50.0414C838.619 49.9549 836.528 49.0255 842.021 48.7804C847.035 48.5602 850.424 49.7369 853.314 49.6181C860.076 49.3379 867.416 47.8514 874.485 47.5216C894.965 46.5738 893.891 48.2948 895.129 48.2909C898.502 48.2921 899.793 46.7163 900.902 46.6365C905.544 46.3051 917.238 45.5245 921.306 45.2962C926.485 45.0057 928.748 46.3558 934.297 46.1329C938.441 45.962 946.768 44.2155 956.124 43.779C977.478 42.7748 1002.61 41.5827 1023.46 40.9148C1029.7 40.7134 1030.72 41.997 1032.62 41.9663C1042.56 41.8084 1048.12 40.1528 1050.97 40.0777C1071.35 39.5287 1107.63 40.734 1126.56 40.4028C1134.21 40.2571 1167.83 38.2748 1186.85 38.0044C1189.01 37.9705 1187.01 39.0529 1189.42 38.8319C1195.18 38.3028 1194.6 36.2145 1197.53 36.2071C1198.94 36.2101 1202.2 37.3173 1206.32 37.3377C1227.72 37.4452 1242.39 36.2119 1252.14 36.0705C1345.82 34.7179 1441.27 34.071 1528.82 34.0844C1538.67 34.0844 1550.57 32.8198 1565.44 34.0521C1565.89 34.7059 1566.34 35.3597 1566.8 36.0135C1567.31 35.3723 1567.83 34.7311 1568.35 34.09C1584.91 33.7723 1591.45 32.9671 1608.35 33.8722C1609.77 33.9483 1614.3 36.9568 1617.11 33.2712C1634.01 36.0716 1624.77 33.2994 1637.22 33.1516C1646.82 33.0454 1656.17 33.5738 1665.3 33.9846C1668.27 34.1159 1671.23 34.2355 1674.17 34.3195C1677.57 35.0436 1671.93 36.0949 1665.26 36.9563C1659.04 37.7826 1651.89 38.4376 1651 38.4239C1648.06 38.3817 1645.02 36.5103 1642.17 36.386C1633.73 36.0143 1625.76 37.4176 1623.86 35.7605C1613.01 37.423 1626.51 36.6481 1625.14 38.2046C1617.95 37.5043 1610.59 36.8118 1603.47 36.1288C1599.81 41.4134 1559.93 34.3717 1562.68 38.4435C1559.5 37.6288 1556.31 36.8155 1553.12 36.0035C1539.35 41.091 1530.94 37.5172 1512.52 36.0628C1513.86 36.7087 1515.2 37.3548 1516.53 38.0012C1516.17 38.2711 1499.79 39.3732 1505.64 36.5802C1488.77 40.3031 1489.57 34.2284 1474.52 38.7096C1465.58 39.3326 1470.87 36.7417 1454.94 36.9062C1445.49 37.0043 1433.65 38.443 1423.11 38.6432C1420.67 38.6851 1419.6 37.2198 1417.43 37.2426C1415.26 37.266 1414.21 38.7248 1411.58 38.7899C1406.13 38.9274 1399.08 37.9931 1395.7 38.1319C1392.66 38.252 1388.33 39.5808 1381 39.8765C1355.39 40.9277 1363.12 39.0079 1359.06 38.4457C1354.71 37.8526 1351.62 40.2992 1342.94 40.1537C1342.07 40.1378 1344.3 38.6061 1341.47 38.7086C1339.2 38.7903 1338.08 40.4338 1330.55 40.8587C1327.55 41.0134 1280.92 42.1896 1273.81 42.3766C1262.93 42.6301 1238.65 41.7628 1227.38 42.0294C1223.04 42.1269 1218.44 43.5384 1213.82 43.6369C1198.53 43.9595 1174.04 44.4523 1154.7 44.9077C1137.2 45.3075 1106.48 43.3097 1097.03 46.2052C1072.5 47.287 1066.52 45.2676 1064.68 45.2934C1059.71 45.37 1057.39 46.9195 1051.09 47.1953C969.575 50.6876 862.031 54.1491 784.927 58.6086C769.759 59.4731 754.657 60.3818 739.827 61.3304C612.022 68.3284 481.387 86.7084 357.225 105.737C320.822 109.487 284.506 113.844 248.261 118.751C247.87 119.465 247.48 120.179 247.091 120.893C268.31 118.351 293.313 116.285 314.267 114.086C327.001 112.74 342.474 110.525 357.544 108.82C374.998 106.839 391.986 104.498 403.36 105.19C395.227 106.883 381.766 107.098 382.298 109.326C396.872 107.446 411.552 105.217 426.24 103.017C425.632 102.041 425.025 101.064 424.419 100.088C439.736 97.2996 455.496 95.0088 470.983 92.537C473.692 92.1065 471.623 91.4421 474.002 91.0828C476.668 90.6836 475.003 91.9212 475.501 91.8552C482.02 90.9016 483.992 89.6222 484.805 89.518C486.927 89.2533 485.379 90.4239 491.396 89.8367C502.606 88.7507 510.31 85.2126 508.229 89.7008C511.759 89.227 515.323 88.7569 518.984 88.2826C519.79 87.0319 520.584 85.7833 521.345 84.5396C543.961 86.2866 553.349 77.1499 566.234 82.139C570.123 80.7282 574.248 79.3015 578.052 77.918C580.423 78.8101 582.815 79.7028 585.229 80.596C585.577 79.5793 585.925 78.5625 586.275 77.5457C608.136 76.0137 631.215 72.7355 652.028 71.1343C666.593 70.0217 670.154 70.1363 682.916 69.1013C711.574 66.8481 683.469 70.8075 707.132 71.234C705.815 70.1258 704.501 69.0179 703.192 67.9102C707.062 67.2006 710.981 66.4928 714.952 65.7868C717.847 66.5701 720.565 67.3679 723.342 68.1639C730.304 64.6876 736.136 64.5535 740.054 64.9914C742.605 65.2954 744.312 65.86 744.973 65.8195C746.29 65.7326 750.649 62.4023 765.294 64.1326C759.16 60.3156 776.141 63.4811 777.559 63.4304C778.911 63.3673 795.275 61.5292 801.988 61.2152C807.35 60.9574 818.513 61.2717 826.369 60.8315C833.32 60.4414 832.562 59.0655 833.067 59.0252C841.662 58.4804 836.306 59.8458 842.439 59.598C848.552 59.3523 853.3 57.9193 854.642 57.963C855.317 57.9882 853.13 59.4111 856.217 59.3911C864.633 59.3355 879.134 57.5106 888.737 57.1177C892.075 56.9791 896.268 57.912 899.981 57.7839C905.667 57.5842 908.281 55.9867 911.613 55.888C912.797 55.8568 920.225 57.8331 929.305 57.1048C931.037 56.9625 935.939 51.9042 943.055 58.4957C943.543 57.5081 944.032 56.5205 944.521 55.5329C974.956 51.9219 983.816 59.4744 997.207 52.0022C1019.49 51.9763 1004.31 55.2426 1006.77 55.5697C1008.35 55.7759 1015.55 54.773 1016.36 54.7878C1017.77 54.8214 1017.56 55.7012 1019.1 55.6421C1047.55 54.4961 1034.8 53.2939 1043.75 51.9461C1065.05 48.7573 1081.95 53.7258 1044.67 53.2906C1044.69 53.7767 1044.7 54.2628 1044.72 54.749C1053.86 53.9738 1077.08 53.4552 1069.41 56.168C1063.37 58.2826 1008.31 58.8826 1039.54 60.5505C1046.62 60.9301 1050.22 58.9818 1062.65 62.0038C1070.72 61.9302 1071.74 57.4603 1082.78 58.8968C1080.93 57.4067 1079.07 55.9169 1077.22 54.4274C1092.19 51.939 1110.65 54.0968 1122.2 52.9011C1126.09 52.4924 1139.94 44.7287 1136.87 52.1906C1143.44 51.5406 1174.41 52.0811 1180.16 51.2826C1181.55 51.0901 1183.25 47.1108 1203.3 48.0001C1204.7 48.4589 1206.1 48.9178 1207.51 49.3769C1189.22 51.2399 1221.61 51.9295 1212.91 55.8609C1209.88 54.2549 1195.34 53.5807 1192.99 52.7975C1188.97 51.4465 1200.79 49.2868 1185.68 50.1686C1176.3 56.628 1203.49 53.0929 1199.46 59.1068C1219.28 55.8735 1221.32 58.4697 1225.82 58.4759C1245.06 58.4909 1257.15 57.611 1275.3 57.9433C1279.7 56.637 1246.82 55.5481 1242.76 56.1683C1257.65 51.5455 1231.85 51.8979 1221.04 54.7062C1220.1 53.4265 1219.16 52.1469 1218.22 50.8673C1232.38 51.2476 1246.22 51.3094 1260.22 49.9552C1261.14 50.4228 1262.07 50.8905 1262.99 51.3582C1259.86 52.1544 1256.73 52.9514 1253.6 53.7493C1265.28 54.708 1258.21 51.0559 1273.82 54.0692C1274.27 52.5952 1274.73 51.1212 1275.18 49.6472C1290.1 49.8415 1304.99 50.0564 1319.92 50.2911C1327.64 47.2157 1356.34 47.8708 1351.14 51.7551C1362.73 51.8531 1348.4 50.0387 1359.24 48.9555C1363.96 48.4852 1373.15 48.2464 1375.46 49.2396C1374.51 52.8728 1360.75 53.5118 1356.6 56.0612C1359.12 56.7932 1423.31 53.4235 1417.64 57.7464C1422.77 58.2025 1420.4 56.0433 1429.62 55.3942C1455.58 53.5723 1495.62 57.6385 1516.52 52.1774C1491.98 49.2497 1484.83 52.4866 1465.97 52.7398C1454.06 52.8538 1380.85 54.162 1397.17 50.1619C1394.5 50.6802 1391.82 51.1992 1389.14 51.719C1386.41 50.6132 1383.68 49.5081 1380.95 48.4039C1388.61 48.1404 1396.25 47.8831 1403.88 47.6317C1405.73 48.7474 1407.57 49.8635 1409.41 50.98C1410.25 50.1591 1411.09 49.3383 1411.92 48.5175C1415.15 48.3211 1418.37 48.1259 1421.59 47.9318C1420.69 48.9166 1419.8 49.9015 1418.9 50.8865C1423.87 51.0016 1428.83 51.1194 1433.77 51.2398C1432.43 49.9487 1431.09 48.6578 1429.74 47.3671C1453.15 46.8224 1445.25 47.7141 1458.21 50.0479C1467.88 50.2265 1451.48 47.8363 1472.01 47.0569C1495.89 46.1762 1480.13 50.2327 1511.1 49.2514C1511.54 48.5994 1511.98 47.9475 1512.42 47.2956C1519.2 47.923 1525.94 48.556 1532.78 49.1949C1531.88 48.3876 1530.98 47.5805 1530.07 46.7734C1544.13 47.0554 1563.39 45.524 1568.05 48.7068C1553.83 47.1617 1553.93 52.7088 1557.65 53.7273C1563.22 55.2235 1623.88 54.7294 1665.04 54.7809C1680.94 54.7838 1693.49 54.8143 1699.65 54.881C1727.41 55.1826 1748.63 57.4431 1774.12 55.4407C1756.93 52.6236 1696.17 53.2115 1684.66 51.5632C1683.52 51.3953 1683.94 46.3193 1676.52 51.931C1672.84 51.7297 1669.03 51.5922 1665.08 51.5024C1644.21 51.0204 1619.93 51.9508 1595.17 51.7094C1596.08 50.2512 1596.98 48.793 1597.89 47.335C1615.83 50.5203 1632.9 43.8349 1630.43 49.4945C1634.04 49.5231 1637.54 49.553 1641.23 49.5869C1641.24 48.6085 1641.25 47.63 1641.26 46.6516C1646.75 46.7021 1652.2 46.7575 1657.62 46.818C1657.61 47.7964 1657.6 48.7748 1657.58 49.7532C1660.1 49.7813 1662.61 49.8104 1665.1 49.8407C1667.11 49.8651 1669.11 49.8902 1671.1 49.9159C1671.59 48.9465 1672.07 47.9772 1672.56 47.0078C1686.01 49.168 1732.02 44.618 1711.79 50.0657C1717.98 50.1814 1724.55 50.3133 1730.84 50.4494C1730.83 49.7337 1730.83 49.018 1730.82 48.3022C1733.55 48.2649 1736.26 48.229 1738.96 48.1946C1738.05 48.8217 1737.15 49.449 1736.25 50.0764C1748.71 49.1948 1760.53 52.9126 1768.74 50.9008C1763.28 50.2595 1758.04 49.6315 1752.61 49.0057C1762.87 50.1832 1782.17 48.8187 1783.82 48.8701C1788.96 49.0179 1791.71 50.5515 1797.39 50.8113C1802.51 51.0435 1801.83 49.9104 1802.78 49.9814C1830.17 52.0772 1819.6 57.7348 1832.6 51.1052C1833.9 52.1307 1835.23 53.1578 1836.58 54.1862C1838.46 53.4501 1840.32 52.7148 1842.18 51.9803C1850.33 52.3973 1858.36 52.83 1866.55 53.2922C1863.9 51.9499 1861.23 50.6093 1858.54 49.2703C1870.88 49.2888 1876.27 52.0083 1877.47 52.1216C1880.84 52.4315 1882.45 50.9818 1883.49 51.0318C1933.2 53.8499 1902.74 53.5356 1927.35 60.7506C1936.27 59.0514 1927.54 56.2346 1926.41 53.867C1937.97 55.6694 1941.91 55.2889 1954.15 56.2623C1957.4 56.5238 1960.82 58.0101 1962.85 58.1744C1964.64 58.3179 1970.15 57.4028 1974.42 57.7233C1981.58 58.2577 1990.78 59.7709 2000.5 60.5762C2008.47 61.2125 2033.18 62.4956 2050.33 64.2908C2057.55 65.0431 2055.83 65.9738 2057.71 66.1748C2058.5 66.2589 2064.38 65.5629 2069 66.0746C2107.23 70.2985 2146.32 76.4912 2184.45 83.0571C2196.32 85.0991 2208.24 87.0757 2220.16 89.1736C2235.35 91.847 2250.42 94.6367 2265.38 97.9204C2271.04 99.1683 2267.83 99.4662 2270.29 100.036C2271.14 100.232 2272.55 98.7966 2281.16 101.401C2284.27 102.344 2280.38 102.687 2283.47 103.437C2284.98 103.804 2285.94 102.49 2294.88 104.173C2311.08 107.236 2319.24 111.235 2320.68 111.512C2323.41 112.044 2322.91 110.664 2326.49 111.477C2344.02 115.458 2358.63 118.884 2374.19 122.735C2381.47 124.458 2431.41 137.332 2434.06 138.323C2440.05 140.434 2433.7 141.379 2441.56 143.399C2443.92 143.363 2446.28 143.328 2448.64 143.295C2445.28 141.879 2441.93 140.467 2438.57 139.056C2447.95 142.424 2459.14 144.245 2466.23 146.215C2467.54 146.579 2479.3 150.98 2485.49 152.535C2482.75 152.286 2480 152.038 2477.26 151.79C2478.08 152.437 2478.9 153.085 2479.72 153.732C2492.18 156.483 2505.19 160.055 2517.77 163.576C2522.3 164.844 2520.51 165.388 2525.1 166.674C2551.86 174.165 2546.14 168.337 2569.93 182.781C2561.39 179.78 2529.36 172.122 2524.82 170.606C2521.65 169.556 2510.89 159.812 2513.7 167.566C2487.96 160.514 2511.3 163.027 2487.04 157.25C2487.31 158.175 2487.57 159.1 2487.83 160.025C2479.3 158.235 2472.99 156.949 2468.27 154.161C2465.51 157.544 2437.58 147.55 2421.82 143.653C2399.05 137.991 2373.15 132.279 2350.55 126.85C2342.78 124.979 2338.74 122.388 2337.76 122.152C2336.32 121.814 2331.99 122.169 2329.14 121.494C2318.5 118.91 2286.55 109.149 2277.64 111.125C2341.21 125.195 2404.17 141.779 2466.93 158.844C2459.53 154.878 2523.05 172.021 2526.24 172.982C2529.2 173.873 2526.35 174.457 2527.21 174.775C2533.66 177.113 2539.79 176.804 2541.88 177.371C2543.47 177.803 2546.46 179.539 2552.15 181.056C2553.2 181.335 2553.73 180.5 2554.85 180.799C2562.25 182.795 2569.57 184.775 2577 186.751C2577.45 186.881 2578.97 188.714 2580.85 189.217C2582.74 189.718 2584.96 188.881 2585.43 189.002C2591.35 190.586 2601.35 194.143 2607 195.624C2608.96 196.136 2607.85 194.803 2610.05 195.386C2616.82 197.169 2614.1 198.509 2622.59 200.171C2625.44 200.726 2625.63 199.215 2630.96 200.784C2634.74 201.892 2633.66 204.397 2634.24 204.646C2635.03 204.974 2648.73 206.238 2652.58 209.007C2642.06 211.187 2662.82 211.8 2662.35 209.649C2667.45 211.414 2672.53 213.161 2677.66 214.905C2679.56 214.852 2681.46 214.796 2683.35 214.736C2701.32 221.037 2713.62 223.068 2730.26 227.006C2730.31 227.014 2730.44 227.054 2730.48 227.066C2732.85 227.865 2735.29 228.713 2737.85 229.629C2738.82 229.979 2755.58 236.551 2754.58 236.964C2745.06 235.016 2736.07 232.286 2729.95 228.697C2729.94 228.693 2729.9 228.682 2729.89 228.679C2729.09 228.302 2728.33 227.908 2727.63 227.497C2715.62 229.153 2716.18 225.839 2698.23 222.248C2692.23 221.039 2691.52 222.051 2690.84 221.905C2667.48 217.03 2630.32 208.188 2615.62 200.871C2611.04 200.629 2626.6 205.015 2620.34 204.096C2616.89 203.741 2536.79 183.483 2563.3 186.545C2560.63 185.938 2557.95 185.33 2555.28 184.722C2551.7 187.55 2538.75 183.177 2541.2 180.061C2539.76 180.444 2538.32 180.827 2536.88 181.21C2534.26 181.152 2531.25 180.686 2527.12 179.77C2511.29 176.231 2418.63 149.694 2413.51 149.024C2413.18 149.831 2412.84 150.638 2412.51 151.445C2453.39 163.274 2493.75 172.213 2537.93 186.768C2536.84 185.631 2535.75 184.496 2534.66 183.359C2552.24 189.311 2569.84 195.23 2587.48 201.068C2568.12 197.486 2537.66 190.527 2518.11 183.939C2514.64 182.768 2517.53 182.382 2516.75 182.028C2514.72 181.107 2511.92 182.379 2504.26 180.487C2496.6 178.591 2477.84 172.03 2476.08 171.592C2472.68 170.75 2462.97 170.437 2457.22 168.851C2449.68 166.765 2455.11 166.795 2453.6 166.356C2447.36 164.525 2441.54 163.671 2436.66 162.251C2429.4 160.137 2414.85 153.731 2408.82 155.858C2414 157.396 2419.18 158.941 2424.35 160.49C2395.75 154.199 2374.75 143.981 2345.92 140.463C2338.52 143.106 2361.74 148.271 2341.79 145.227C2345.33 146.038 2348.91 146.863 2352.46 147.689C2353.51 147.013 2354.56 146.338 2355.61 145.663C2361.54 147.822 2367.5 150.006 2373.42 152.195C2371.88 150.964 2370.34 149.733 2368.8 148.503C2390.57 153.413 2412.58 158.398 2418.99 164.62C2419.71 163.719 2420.42 162.818 2421.14 161.917C2440.84 168.484 2472.07 172.36 2464.92 176.495C2465.95 176.453 2466.98 176.41 2468.01 176.368C2479.8 180.821 2475.27 177.072 2479.89 178.048C2481.21 178.326 2504.42 185.961 2493.53 184.794C2516.15 192.348 2510.51 185.122 2516.91 186.617C2530.89 193.255 2558.48 196.48 2546.21 197.614C2548.36 198.364 2550.51 199.11 2552.66 199.857C2560.75 198.537 2566.87 204.136 2574.37 207.456C2577.01 208.236 2579.65 209.016 2582.27 209.791C2584.34 209.163 2586.41 208.533 2588.48 207.903C2612.09 219.698 2607.92 203.293 2616.21 218.285C2614.25 218.546 2612.28 218.807 2610.32 219.067C2605.99 218.313 2601.68 217.554 2597.37 216.793C2614.34 221.572 2631.3 226.255 2648.34 230.829C2669.24 239.591 2682.54 238.919 2706.19 247.189C2708.55 247.391 2710.87 247.58 2713.22 247.773C2710.29 249.993 2701.55 247.595 2717.72 252.542C2718.67 254.8 2707.53 252.556 2702.78 249.889C2701.64 249.245 2712.39 250.149 2700.71 247.409C2692.78 245.525 2706.64 251.24 2683.09 244.797C2683.86 245.478 2684.63 246.16 2685.4 246.841C2682.82 246.219 2680.25 245.594 2677.69 244.968C2675.67 243.328 2673.66 241.688 2671.62 240.041C2665.35 240.196 2661.56 241.638 2648.25 237.843C2652.05 238.059 2647.66 234.648 2641.05 233.033C2640.85 233.823 2640.66 234.613 2640.46 235.403C2624.28 231.872 2630.44 230.965 2616.66 229.366C2615.49 228.397 2614.32 227.428 2613.15 226.458C2605.25 227.199 2578.18 221.957 2584.06 219.362C2575.62 221.161 2560.43 215.289 2555.42 210.72C2554.77 211.381 2554.11 212.042 2553.45 212.704C2550.32 212.03 2547.19 211.357 2544.06 210.682C2542.46 209.743 2540.87 208.805 2539.27 207.867C2536.96 207.747 2534.64 207.626 2532.33 207.506C2531.22 206.364 2530.12 205.224 2529.01 204.082C2525.23 204.066 2521.47 204.049 2517.7 204.032C2515.72 202.822 2513.75 201.613 2511.77 200.402C2511.09 201.975 2489.73 196.535 2484.09 193.844C2482.2 193.837 2480.3 193.829 2478.4 193.821C2477.75 192.808 2477.09 191.795 2476.44 190.782C2474.96 191.045 2473.47 191.309 2471.99 191.572C2469.13 190.124 2466.26 188.677 2463.4 187.231C2450.01 187.685 2450.52 184.238 2447.7 183.497C2442.45 182.119 2424.02 179.723 2421.07 178.811C2418.13 177.893 2417.07 176.142 2414.7 175.375C2375.73 162.767 2391.02 170.775 2382.94 169.275C2378.58 168.483 2375.88 166.419 2372.06 165.589C2365.54 164.123 2332.46 157.655 2330.62 157.07C2327.94 156.161 2335.88 151.674 2326.57 151.064C2325.5 154.237 2307.24 146.389 2315.06 153.063C2307.3 150.785 2299.58 148.551 2291.81 146.343C2291.82 150.42 2282.7 145.69 2272.12 143.567C2257.11 140.467 2222.88 136.087 2224.93 132.389C2221.16 132.586 2217.39 132.791 2213.61 133.004C2212.97 132.846 2212.34 132.69 2211.71 132.536C2188.2 126.811 2164.43 124.031 2140.63 120.496C2068.02 109.647 1988.1 101.686 1914.42 96.5365C1910.93 96.29 1911.51 94.9915 1908.97 94.8147C1895.45 93.8476 1860.64 93.0244 1841.84 91.976C1835.81 91.6294 1832.82 90.2126 1830.97 90.0791C1824.55 89.6148 1825.99 91.3845 1823.02 91.2207C1818.26 90.9451 1793.4 88.4855 1784.76 88.0694C1780.55 87.8568 1775.48 89.0655 1770.46 88.5038C1770.03 88.4575 1770.87 87.0801 1770.5 87.0452C1761.32 86.6174 1766.79 87.9814 1763.74 87.8336C1741.92 86.7849 1718.36 86.246 1694.56 85.5707C1688.54 85.3982 1679.71 84.2809 1674.57 84.1197C1672.62 84.0611 1676.11 85.1688 1669.36 84.9932C1667.39 84.9424 1666.53 83.9236 1664.69 83.5489C1664.38 83.4842 1664.05 83.4388 1663.67 83.421C1652.62 82.9142 1648.82 87.3175 1639.17 83.6568C1620.8 83.7132 1588.35 84.6943 1571.53 84.7002C1567.54 84.6973 1565.59 83.8786 1561.77 83.8895C1559.07 83.8967 1554.21 85.1585 1550.05 85.1747C1545.86 85.1902 1539.22 83.9896 1531.07 84.0487C1522.42 84.1077 1511.94 84.8581 1509.98 84.8614C1507.65 84.8698 1506.56 83.3532 1504.23 83.3819C1497.11 83.4564 1478.41 85.0505 1469.27 85.2779C1459.49 85.5161 1453.71 84.8267 1450.36 84.8685C1447.28 84.914 1443.69 86.2284 1442.28 86.2522C1440.08 86.2912 1439.55 84.7961 1436.76 84.8342C1432.19 84.9008 1427.56 85.8879 1420.74 85.9831C1297.94 87.7377 1177.49 89.6053 1058.02 92.3885C1044.64 92.7053 1037.27 93.9996 1017.56 94.2103C1009.61 94.2954 1012.9 92.6303 1006.75 93.1433C1004.01 93.3741 1004.75 94.5652 1001.24 94.7514C985.744 95.5667 967.832 95.123 961.1 95.4077C958.451 95.5173 955.478 97.0172 950.083 97.2527C909.712 99.0161 861.555 100.764 818.186 103.257C797.514 104.434 767.615 106.661 742.743 108.397C739.704 108.608 736.765 108.81 733.945 108.999C661.357 113.831 583.14 120.412 517.732 129.31C466.341 135.815 416.697 146.453 362.096 152.793C314.278 157.89 266.478 163.891 218.778 170.352C260.162 167.051 314.509 160.091 362.369 155.427C368.847 154.787 375.192 154.054 381.277 153.293C500.8 134.232 619.794 118.713 742.92 111.266C776.816 109.045 810.761 107.138 844.441 105.502C898.305 102.868 966.314 100.002 1025.36 98.7422C1028.03 98.6835 1033.62 97.4268 1039.36 97.3457C1040.57 97.3292 1055.88 98.7595 1061.05 98.6134C1056.09 95.3242 1076.26 97.7472 1082.5 97.4738C1090.4 97.1193 1106.62 94.8987 1125.09 95.3472C1141.74 95.7577 1137.21 97.2156 1138.12 97.2722C1144.03 97.6462 1146.03 95.4541 1150.55 95.1157C1168.97 93.6879 1263.97 92.7159 1290.47 92.3743C1297.32 92.2663 1297.54 93.622 1299.08 93.5986C1303.17 93.5332 1308.94 92.0881 1315.5 91.9846C1327.33 91.8 1340.89 92.8681 1347.41 92.7748C1362.96 92.5479 1392.4 90.6391 1412.6 90.3962C1418.29 90.326 1417.95 91.7438 1420.52 91.7121C1431.8 91.5631 1461.23 89.6434 1475.33 89.5478C1498.08 89.3787 1521.56 90.2039 1544.78 89.7241C1546.24 90.3538 1547.71 90.9838 1549.17 91.614C1551.47 90.9517 1553.76 90.2901 1556.11 89.6293C1592.11 90.1063 1628.71 89.1358 1664.62 89.4531C1667.82 89.4815 1670.99 89.5197 1674.14 89.5695C1678.65 89.6304 1700.77 91.1828 1704.5 91.2634C1707.57 91.318 1710.61 89.811 1715.11 90.1279C1721.51 90.5733 1715.44 93.4247 1725.94 92.7899C1728.76 92.6194 1726.07 91.2874 1731.7 91.0126C1733.5 90.8938 1769.55 91.2815 1771.63 91.4564C1774.88 91.6976 1777.68 94.51 1778.51 94.5935C1782.82 95.0306 1782.69 92.9329 1785.58 92.8309C1794.2 92.5231 1805.42 94.3183 1806.77 94.3361C1823.72 94.5197 1855.19 94.1465 1872.81 96.0264C1875.21 96.2826 1874.85 97.8262 1875.28 97.8982C1878.07 98.3602 1879.89 96.6751 1882.54 96.7695C1896.53 97.2739 1918.93 99.7588 1932.93 100.981C1934.58 101.121 1938.13 100.497 1941.05 100.775C1957.44 102.37 1952.04 103.389 1952.96 103.507C1955.2 103.81 1959.26 102.582 1965.13 102.924C1980.43 103.776 2009.54 106.427 2025.78 108.133C2037.89 109.393 2037.58 111.126 2038.37 111.235C2040.11 111.473 2044.92 110.563 2052.96 111.262C2068.38 112.618 2066.48 113.806 2072.81 114.466C2073.34 114.528 2072.58 113.093 2079.55 113.777C2093.11 115.062 2123.3 120.376 2137.64 122.509C2143.16 123.311 2144.63 122.237 2150.32 123.097C2159.27 124.414 2179.23 129.21 2180.79 129.506C2181.24 129.585 2182.51 128.307 2185.13 128.772C2188 129.285 2190.65 130.536 2192.83 130.93C2198.32 131.921 2205.71 132.782 2211.46 133.807C2218.66 135.09 2223.49 136.598 2219.7 138.799C2223.87 138.304 2228.02 137.815 2232.22 137.348C2257.8 142.853 2282.73 147.873 2308.09 153.601C2313.79 154.892 2318.32 157.005 2323.12 158.117C2327.93 159.211 2349.49 162.848 2353.03 163.726C2359.36 165.216 2395.26 174.32 2399.69 175.647C2408.34 178.158 2416.23 182.517 2419.89 183.052C2422.82 183.482 2420.51 181.592 2426.02 182.71C2435.57 184.642 2451.13 190.488 2454.01 191.246C2455.24 191.57 2453.19 190.02 2464.7 193.078C2470.9 194.725 2473.95 196.649 2476.2 197.258C2476.9 197.443 2476.3 195.508 2488.51 199.077C2496.94 201.546 2500.21 203.805 2501.1 204.052C2502.43 204.425 2506.02 203.948 2511.38 205.459C2523.89 208.999 2546.45 216.788 2558.4 220.111C2560.72 220.755 2560.36 218.904 2569.55 221.519C2576.14 223.388 2574.64 224.387 2577.1 225.095C2580.99 226.212 2587.29 226.167 2595.94 228.485C2606.74 231.616 2687.97 253.516 2692.22 254.698C2695 255.654 2698.32 256.439 2699.57 257.482C2698.2 257.887 2696.82 258.293 2695.45 258.697C2683.45 253.368 2687.87 257.291 2684.49 256.685C2679.58 255.811 2661.47 251.087 2656.95 250.611C2655.32 250.446 2658.57 252.794 2649.95 251.471C2640.72 250.041 2637.4 246.443 2632.9 249.084C2621.12 241.934 2607.8 242.953 2622.3 247.848C2629.41 250.364 2693.26 267.294 2719.96 273.443L2715.87 272.333C2719.29 273.496 2722.04 274.43 2723.93 275.066C2736.86 279.43 2761.65 286.292 2777.6 291.733C2786.91 294.914 2810.14 302.598 2808.56 304.132C2816.86 307.06 2808.6 302.367 2810.43 302.676C2814.23 303.311 2840 313.003 2844.98 314.542C2869.42 322.121 2901.03 329.932 2924.05 339.756C2922.79 339.906 2921.54 340.054 2920.27 340.202C2914.6 339.421 2890.23 330.251 2886.69 331.74C2922.93 343.277 2959.24 354.726 2995.9 365.871C2995.73 363.66 3041.41 377.327 3043.35 378.804C3042.25 379.558 3041.15 380.309 3040.04 381.06C3015.26 369.73 3016.17 375.335 2999.66 367.501C2992.66 365.335 2994.26 367.596 2990.69 366.848C2955.41 359.39 2991.19 363.38 2964.44 356.717C2971.57 361.511 2949.86 355.729 2940.16 353.009C2937.94 352.398 2909.46 342.767 2906.04 341.716C2886.89 335.885 2853.71 326.693 2835.22 319.328C2820.39 314.395 2811.67 313.434 2797.98 309.449C2787.68 306.453 2790.98 306.217 2786.14 304.643C2776.01 301.338 2771.58 303.859 2766.65 296.758C2759.65 295.183 2752.53 293.571 2745.48 291.984C2745.74 291.209 2745.99 290.434 2746.24 289.659C2741.95 288.275 2737.64 286.883 2733.31 285.484C2731.78 285.844 2730.26 286.208 2728.76 286.574C2715.47 281.117 2721.75 281.083 2719.91 278.065C2718.16 277.403 2716.42 276.739 2714.66 276.074L2719.11 277.282C2717.88 276.944 2716.65 276.606 2715.43 276.267C2712.65 277.46 2709.87 278.651 2707.1 279.839C2693.36 276.589 2679.63 273.23 2665.99 269.802C2665.29 268.799 2664.6 267.797 2663.9 266.794C2663.68 267.576 2663.46 268.358 2663.24 269.14C2640.02 263.705 2616.9 258.032 2593.9 252.213C2587.44 251.902 2624.07 262.37 2626.87 263.111C2642.31 267.533 2684.22 276.236 2683.67 279.019C2690.37 279.141 2705.26 282.313 2717.24 285.698L2712.02 284.278C2718.02 286.614 2723.14 288.949 2725.88 290.771C2721.11 289.171 2716.31 287.563 2711.48 285.945L2716.86 287.408C2707.93 285.324 2699.1 283.219 2690.22 281.058C2690.45 282.107 2690.68 283.156 2690.91 284.205C2674.47 276.365 2671.93 275.981 2653.3 275.264C2653.59 273.996 2653.88 272.729 2654.17 271.461C2640.72 272.856 2620.83 259.921 2618.86 265.171C2612.43 263.072 2605.99 260.951 2599.6 258.828C2585.36 255.793 2606.01 265.782 2551.54 249.556C2547.79 248.43 2548.94 247.267 2543.24 245.836C2541.61 245.425 2531.69 244.905 2513.9 239.846C2511.13 239.056 2511.24 237.808 2508.4 236.871C2501.83 234.698 2487.93 233.435 2495 231.24C2468.97 222.935 2479.03 229.064 2470.53 228.09C2464.88 227.44 2466.59 225.467 2461.75 224.702C2455.77 223.763 2459.39 227.192 2436.46 219.848C2439.11 220.396 2441.75 220.946 2444.4 221.498C2443.26 220.52 2442.12 219.542 2440.97 218.565C2427.33 216.474 2429.16 214.634 2421.99 216.455C2412.79 212.313 2404.51 209.963 2391.32 206.789C2365.7 200.68 2377.79 207.82 2350.06 195.316C2345.18 194.842 2340.31 194.38 2335.43 193.926C2328.08 190.505 2334.8 190.159 2323.36 186.947C2331.47 192.871 2307.5 185.583 2302.59 187.959C2302.35 187.064 2302.11 186.169 2301.86 185.274C2299.3 184.666 2296.73 184.061 2294.16 183.458C2294 184.093 2293.84 184.727 2293.69 185.361C2290.38 184.084 2287.04 182.807 2283.75 181.545C2281.03 181.585 2278.32 181.628 2275.6 181.675C2271.66 179.381 2267.73 177.099 2263.79 174.827C2261.16 174.147 2258.51 173.469 2255.86 172.796C2256.5 173.931 2257.14 175.065 2257.77 176.2C2254.41 175.13 2251.08 174.075 2247.73 173.023C2251.36 175.442 2248.49 176.716 2237.85 174.416C2229.1 172.551 2239.68 171.314 2220.5 168.804C2219.33 168.662 2217.1 170.025 2204.73 168.326C2202.92 168.082 2200.87 167.77 2198.56 167.376C2177.32 163.839 2187.87 164.088 2184.1 163.324C2183.4 163.185 2176.68 163.187 2170.59 162.313C2167.15 161.818 2163.95 160.302 2163.49 160.228C2161.31 159.908 2160.52 161.16 2157.56 160.723C2150.01 159.596 2139.99 157.352 2132.66 156.334C2129.3 155.861 2125.97 156.195 2124.5 155.994C2122.2 155.67 2119.42 154.026 2117.04 153.698C2108.35 152.493 2094.6 154.836 2091.22 148.676C2082.21 152.793 2065.28 144.452 2066.16 148.099C2043.74 143.975 1982.85 142.913 1984.98 137.28C1971.73 141.274 1973.14 137.736 1967.67 137.39C1961.61 137.018 1964.69 138.23 1959.9 137.832C1948.58 136.899 1937.91 135.752 1926.66 135.018C1928.47 134.322 1930.22 133.624 1932.08 132.934C1920.36 131.925 1924.35 134.058 1912.16 133.686C1890.12 133.068 1899.4 132.115 1896.27 129.81C1896.98 131.88 1870.81 130.193 1868.24 129.821C1866.64 129.583 1873.8 127.272 1857.66 127.369C1858.5 128.22 1859.35 129.072 1860.19 129.924C1852.76 128.454 1833.02 129.03 1829.57 128.629C1828.05 128.44 1820.08 121.576 1812.19 126.474C1811.3 125.629 1810.38 124.784 1809.5 123.94C1801.17 124.619 1792.54 125.308 1784.1 126.023C1782.81 124.52 1781.52 123.018 1780.22 121.516C1777.55 121.436 1774.87 121.356 1772.18 121.279C1773.93 122.628 1775.67 123.977 1777.41 125.328C1760.7 124.235 1740.55 125.805 1737.21 121.354C1733.68 122.085 1730.12 122.818 1726.55 123.554C1724.26 122.049 1721.96 120.545 1719.66 119.042C1703.19 119.087 1702.99 120.066 1691.58 121.43C1692.04 120.301 1692.51 119.171 1692.97 118.042C1686.12 119.235 1674.91 120.301 1664.24 120.689C1661.93 120.776 1659.66 120.829 1657.48 120.841C1651.82 120.868 1641.98 119.206 1640.61 119.337C1639.15 119.47 1625.9 125.516 1624.44 120.179C1604.55 122.398 1596.11 119.965 1588.01 119.993C1582.76 120.015 1580.4 121.287 1574.56 121.406C1566.19 121.579 1557.67 120.955 1552.79 121.043C1550.03 121.097 1549.51 122.345 1547.61 122.385C1538.59 122.581 1543.88 121.301 1534.33 121.397C1533.47 121.412 1526.37 122.945 1518.59 122.772C1514.22 122.675 1502.82 121.008 1501.81 121.017C1497.36 121.067 1500.86 124.467 1485.7 120.596C1486.14 121.244 1486.58 121.892 1487.03 122.54C1468.24 124.297 1465.14 121.43 1461.38 121.255C1460.9 121.242 1456.34 122.397 1453.59 122.265C1448.96 122.038 1447.07 120.52 1446.04 120.461C1442.41 120.256 1430.22 121.042 1422.26 119.641C1423.99 123.986 1396.06 125.845 1389.84 120.984C1384.91 122.021 1379.98 123.061 1375.03 124.103C1372.78 123.319 1370.55 122.535 1368.3 121.751C1366.95 122.582 1365.61 123.412 1364.26 124.243C1357.04 122.558 1349.81 120.878 1342.56 119.203C1342.13 121 1341.7 122.796 1341.27 124.593C1339.25 124.421 1337.23 124.249 1335.22 124.078C1333.62 122.681 1332.02 121.284 1330.43 119.888C1327.91 120.2 1325.39 120.513 1322.88 120.827C1322.27 121.866 1321.66 122.906 1321.05 123.946C1307.51 125.367 1314.31 115.418 1288.64 124.525C1284.61 123.789 1280.57 123.055 1276.54 122.322C1272.08 126.36 1263.53 124.139 1256.68 124.725C1251.85 125.14 1252.15 126.702 1245.56 126.878C1238.97 127.054 1239.17 125.55 1238.66 125.551C1233.28 125.576 1229.26 126.989 1225.31 126.815C1224.72 126.789 1223.19 125.041 1218.17 125.043C1213.14 125.047 1210.15 127.012 1202.66 126.834C1198.82 126.745 1197.67 125.271 1194.27 125.221C1178.04 124.971 1161.95 132.997 1149.53 124.312C1146.78 125.527 1127.11 130.074 1118.54 130.095C1105.29 130.114 1110.35 128.198 1105.08 128.029C1104.31 128.004 1100.37 128.716 1089.22 128.95C1087.23 128.992 1087.72 129.976 1087.44 129.998C1074.51 130.373 1049.3 130.401 1035.19 130.745C1033.92 130.774 1027.31 133.784 1015.95 130.438C999.438 133.785 967.646 129.024 945.943 134.081C942.873 134.293 939.118 133.449 937.767 133.539C926.104 134.332 930.69 137.15 904.089 133.869C906.271 135.317 900.225 136.972 891.579 137.241C878.431 137.657 887.611 134.363 877.131 135.077C877.168 135.888 877.205 136.699 877.243 137.51C853.065 136.45 848.557 140.139 824.252 141.392C815.74 141.831 802.567 140.733 800.568 140.838C799.735 140.887 790.536 143.35 789.553 143.421C784.378 143.767 781.435 143.029 777.043 143.275C762.684 144.069 745.291 147.691 748.223 142.881C747.126 143.225 746.032 143.569 744.943 143.914C742.068 144.792 739.221 145.672 736.401 146.553C721.225 142.573 710.188 150.168 706.84 145.598C704.277 146.77 701.674 147.947 699.005 149.132C634.591 153.286 570.908 158.806 507.781 167.089C505.377 168.937 477.851 172.414 476.439 172.425C469.701 172.36 476.153 167.95 462.934 170.789C461.689 172.476 460.459 174.161 459.244 175.845C442.553 178.988 450.297 176.274 443.526 176.348C440.817 176.969 441.84 177.962 438.056 178.657C422.114 181.551 391.847 186.797 365.897 189.512C359.681 190.177 353.922 190.813 349.116 191.358C344.641 191.869 345.198 190.734 343.805 190.885C339.973 191.32 332.586 193.508 324.912 194.411C277.461 199.866 210.237 208.689 163.023 215.966C159.799 216.454 159.185 215.27 157.025 215.59C154.075 216.03 147.516 218.268 144.416 218.735C141.499 219.175 139.36 218.59 136.21 219.07C121.691 221.267 102.884 226.735 87.2582 227.331C85.9539 227.345 69.2123 225.986 68.7506 225.785C66.2329 224.369 79.2413 217.858 55.9489 220.685C75.5853 213.216 68.0183 210.078 41.3193 215.033C54.1685 210.832 67.4666 207.015 80.9746 203.388C80.8768 202.862 80.7791 202.336 80.6814 201.811C67.6905 202.055 55.105 204.02 36.8962 208.925C37.3112 208.291 37.7328 207.657 38.161 207.021C53.6022 200.048 73.7651 194.894 85.894 188.813C66.4832 190.507 47.0763 192.555 28.1232 195.573C28.9218 194.927 29.7366 194.28 30.567 193.632C39.0752 190.012 58.5176 184.483 65.8999 181.835C93.9643 171.601 40.0858 185.197 48.4089 181.069C78.8884 173.431 109.716 167.341 140.749 161.758C141.384 158.991 22.0384 180.173 22.063 177.178C31.5708 173.991 41.1531 171.111 50.8011 168.379C46.1096 168.264 41.6323 168.128 36.8637 168.114C37.9594 167.415 39.0747 166.714 40.1986 166.015C56.2709 160.831 72.7294 156.115 88.9978 151.712C38.9144 163.252 15.885 169.91 0.259405 165.018C1.54002 164.302 2.85432 163.586 4.20189 162.869C17.5409 164.175 68.2182 149.323 95.5875 142.853C89.572 142.195 65.7004 148.789 60.3206 149.004C58.7881 149.043 63.6092 146.648 60.0737 146.814C50.9615 146.947 12.5675 155.154 17.415 151.851C20.7989 148.826 81.2439 132.503 93.0981 130.668C64.858 134.114 36.3082 139.698 6.46318 145.963C23.6143 136.53 38.5733 127.482 70.9364 120.118C80.5539 115.508 10.6833 129.17 7.8721 129.701C20.1072 124.773 32.0072 120.434 43.8286 116.321C33.7022 119.102 23.4495 122.07 12.951 125.418C12.8083 125.036 12.6655 124.653 12.5227 124.27C39.2885 114.722 62.5515 105.993 92.5915 100.137C91.2282 98.1955 73.2673 102.092 64.545 104.028ZM2845.03 327.664C2845.06 329.551 2834.87 325.973 2829.06 324.068C2829.82 324.655 2830.59 325.244 2831.37 325.836C2819.17 321.563 2796.3 313.474 2794.41 316.506C2785.5 314.087 2790.3 312.467 2787.57 311.225C2786.47 310.728 2774.49 308.708 2765.91 303.693C2763.69 302.985 2761.54 302.303 2759.36 301.606C2758.59 302.552 2757.82 303.498 2757.05 304.443C2754.43 302.149 2751.8 299.851 2749.17 297.549C2781.1 307.604 2813.03 317.655 2844.98 327.649C2845 327.654 2845.01 327.659 2845.03 327.664ZM2526.44 239.812C2514.79 235.994 2497.03 230.097 2499.85 234.095C2507.34 235.965 2514.82 237.833 2522.33 239.699C2523.7 239.737 2525.07 239.775 2526.44 239.812ZM1343.93 116.271C1333.76 113.364 1324.47 116.163 1308.78 115.885C1308.81 116.532 1308.84 117.179 1308.87 117.826C1315.26 116.157 1332.23 116.905 1343.93 116.271ZM3144.44 402.729C3146.65 403.373 3148.75 403.994 3150.77 404.611C3144.11 405.984 3141.35 404.865 3136.19 403.498C3135.96 403.443 3135.24 403.32 3135 403.259C3133.15 402.716 3130.95 402.124 3127.98 401.548C3127.31 401.418 3127.37 402.247 3127.14 402.2C3124.54 401.665 3122.36 400.175 3119.96 399.622C3115.48 398.589 3111.48 398.63 3103.67 396.619C3097.52 395.021 3097.98 393.549 3095.81 393.028C3093.87 392.584 3075.06 391.922 3064.23 386.969C3046.66 378.957 3110.5 396.093 3135.49 400.994C3135.71 401.052 3136.4 401.17 3136.62 401.222C3140.73 401.992 3143.5 402.511 3144.44 402.729ZM3186.51 420.993C3184.95 420.025 3183.45 419.116 3182.01 418.269C3187.71 419.005 3178.14 413.424 3172.89 411.115C3173.62 408.73 3186.25 416.68 3193.7 421.056C3191.23 420.962 3188.83 420.94 3186.51 420.993ZM2938.65 343.078C2946.86 345.409 2944.67 347.668 2944.08 348.361C2941.49 347.551 2938.86 346.725 2936.32 345.928C2937.1 344.978 2937.88 344.028 2938.65 343.078ZM3000.16 361.065C2997.03 362.12 2979.05 357.503 2970.68 355.07C2970.31 354.955 2972.94 354.675 2966.94 352.917C2965.23 352.428 2946.53 350.599 2951.7 347.674C2967.81 352.19 2983.95 356.659 3000.13 361.057C3000.14 361.06 3000.15 361.062 3000.16 361.065ZM3017.73 367.532C3014.25 367.12 3010.74 366.692 3007.18 366.247C3005.68 364.857 3004.24 363.485 3002.78 362.108C3006.56 363.016 3010.58 363.989 3014.41 364.901C3015.52 365.78 3016.62 366.657 3017.73 367.532ZM468.215 150.263C469.142 151.09 470.072 151.917 471.006 152.744C474.187 152.838 488.272 146.522 483.509 146.414C478.308 147.697 473.367 148.957 468.215 150.263ZM404.648 158.319C401.37 158.331 398.106 158.331 394.796 158.324C391.358 160.468 387.786 162.612 384.233 164.727C400.851 163.611 417.8 162.104 414.369 157.811C417.916 157.252 421.631 156.657 425.139 156.094C422.462 158.531 422.943 159.119 432.511 158.85C434.072 155.806 444.026 155.611 454.791 153.291C446.794 154.394 438.814 155.521 430.773 156.655C430.696 156.175 430.618 155.695 430.541 155.215C448.422 152.502 425.768 153.056 414.267 156.831C413.221 156.341 412.179 155.849 411.142 155.356C408.97 156.349 406.865 157.328 404.648 158.319ZM1704.16 99.7C1701.94 99.1713 1699.71 98.6437 1697.47 98.1169C1688.66 104.346 1706.49 98.5837 1718.82 103.879C1714.75 99.9622 1733.95 100.519 1734.98 100.292C1732.83 98.9541 1730.67 97.617 1728.5 96.2807C1720.35 97.4045 1712.22 98.5445 1704.16 99.7ZM1640.87 94.4638C1648.57 97.7023 1610.43 97.5771 1597.78 96.8454C1594.68 96.6591 1589.13 94.8934 1586.87 95.1065C1585.5 95.7467 1584.13 96.3872 1582.76 97.028C1581.22 94.7887 1556.16 97.2484 1546.39 98.4613C1545.47 97.6502 1544.54 96.8392 1543.62 96.0283C1540.04 96.3533 1536.46 96.6801 1532.86 97.0085C1533.31 96.199 1533.76 95.3895 1534.21 94.58C1531.49 95.5571 1528.77 96.5351 1526.04 97.5141C1515.41 98.6229 1521.96 94.1962 1513.98 95.5964C1505.11 97.1541 1519.67 99.7307 1519.39 101.442C1526.55 100.978 1543.09 99.9661 1550.33 99.9192C1554.5 99.895 1549.76 102.946 1567.93 99.4473C1571.9 100.273 1575.85 101.101 1579.79 101.932C1587.08 100.647 1594.46 99.3708 1601.71 98.1022C1603.06 99.2427 1604.4 100.384 1605.75 101.525C1606.44 101.702 1623.46 99.2337 1622.53 98.3787C1629.32 100.594 1643.37 101.09 1658.08 101.368C1659.5 100.767 1660.91 100.167 1662.32 99.5675C1648.14 100.737 1657.83 98.8636 1653.61 97.6364C1651.17 96.9287 1643.64 95.5167 1640.87 94.4638ZM565.313 134.783C542.078 140.26 556.31 136.245 530.928 139.394C532.87 140.624 534.827 141.854 536.799 143.084C548.876 138.851 569.76 138.283 565.338 134.78C565.33 134.781 565.322 134.782 565.313 134.783ZM313.809 173.74C327.191 171.259 320.157 169.774 337.192 167.099C337.2 167.098 337.208 167.097 337.216 167.097C328.349 167.928 319.469 168.801 310.601 169.71C311.672 171.053 312.741 172.396 313.809 173.74ZM1111.64 107.016C1124.84 107.268 1122.25 106.203 1134.23 108.142C1151.94 104.888 1136.89 105.695 1136.82 103.19C1132.78 104.038 1128.74 104.887 1124.71 105.738C1114.74 103.678 1124.09 102.229 1124.09 102.004C1124.08 102.005 1124.07 102.005 1124.06 102.005C1124.04 101.253 1124.36 101.085 1120.55 100.739C1117.57 102.831 1114.61 104.923 1111.64 107.016ZM1167.94 102.361C1163.47 104.143 1161.49 106.331 1173.39 107.091C1173.4 107.091 1173.41 107.091 1173.41 107.091C1174.26 103.346 1185.77 106.059 1190.93 105.683C1192.28 105.245 1193.63 104.808 1194.98 104.37C1185.99 103.693 1176.94 103.024 1167.94 102.361ZM1366.58 94.9561C1366.68 99.0654 1356.74 99.5948 1370.79 103.187C1373.5 103.077 1376.24 102.966 1378.97 102.857C1380.75 101.931 1382.52 101.006 1384.3 100.081C1418.88 107.107 1429.06 94.2905 1370.75 99.7686C1370.74 99.7715 1370.73 99.7744 1370.72 99.7774C1369.34 98.1701 1367.96 96.563 1366.58 94.9561ZM1305.72 96.2707C1305.32 98.4358 1304.92 100.601 1304.52 102.766C1296.81 97.6987 1287.04 102.843 1272.01 99.4673C1270.66 100.15 1269.32 100.833 1267.98 101.516C1262.37 100.161 1207.43 100.964 1219.41 104.021C1224.63 105.35 1235.9 103.13 1236.87 103.154C1240.18 103.244 1244.52 105.004 1250.09 104.778C1253.31 104.645 1260.05 102.325 1266.62 102.197C1281.31 101.907 1308.2 107.255 1327.44 101.406C1328.84 102.033 1330.25 102.661 1331.65 103.289C1345.95 102.664 1341.15 100.677 1354.53 102.935C1363.58 92.529 1300.93 104.296 1313.86 95.7801C1313.86 95.7802 1313.85 95.7804 1313.84 95.7805C1311.13 95.9433 1308.43 96.1066 1305.72 96.2707ZM911.253 111.098C910.276 109.295 893.858 112.857 897.554 108.281C892.292 110.05 886.832 111.832 881.483 113.613C881.543 114.021 881.603 114.428 881.663 114.836C887.035 114.269 892.512 113.701 897.793 113.145C897.842 113.794 897.891 114.443 897.941 115.091C905.806 112.376 939.368 111.995 938.45 114.347C940.207 113.302 941.966 112.257 943.73 111.212C959.779 113.215 973.611 109.859 991.058 111.798C992.381 110.943 993.705 110.087 995.031 109.232C995.938 109.849 996.846 110.467 997.754 111.085C1004.18 110.932 1010.48 110.787 1016.83 110.645C1037.45 107.299 997.145 105.326 992.195 105.907C991.548 105.985 991.708 107.663 987.667 108.078C980.6 108.792 940.105 108.695 927.706 110.342C927.553 109.23 927.399 108.118 927.245 107.007C921.957 108.365 916.624 109.729 911.253 111.098ZM1443.72 98.4735C1444.64 99.6023 1445.56 100.731 1446.48 101.86C1462.17 100.592 1472.05 101.525 1468 97.7918C1467.99 97.7918 1467.98 97.7919 1467.97 97.792C1459.86 98.0121 1451.84 98.2389 1443.72 98.4735ZM2589.14 237.859C2589.32 235.569 2582.17 232.825 2572.31 231.881C2572.6 232.637 2572.88 233.392 2573.17 234.147C2578.58 233.588 2583.9 238.481 2599.28 242.024C2599.57 240.924 2599.85 239.823 2600.14 238.723C2596.47 238.438 2592.8 238.15 2589.14 237.859ZM1430.14 98.1061C1425.36 96.8103 1411.96 101.018 1420.8 101.126C1427.56 101.208 1432.71 98.8015 1430.14 98.1061ZM260.516 178.395C264.02 178.153 267.533 177.915 271.052 177.683C272.746 176.48 274.421 175.281 276.11 174.082C276.102 174.083 276.094 174.084 276.086 174.085C270.908 175.506 265.683 176.948 260.516 178.395ZM1066.66 108.584C1078.61 108.059 1090.79 107.54 1102.74 107.042C1102.84 106.408 1102.95 105.774 1103.05 105.14C1091.12 107.799 1086.11 105.476 1083.31 105.41C1083.32 105.41 1083.33 105.409 1083.34 105.409C1074.26 105.192 1065.77 105.095 1057.12 104.624C1060.29 105.943 1063.52 107.262 1066.66 108.584ZM1025.24 105.987C1027.41 110.372 1030.15 110.787 1048.46 107.04C1047.71 106.516 1046.96 105.992 1046.21 105.468C1036.67 106.115 1031.13 107.337 1032.73 104.956C1030.22 105.3 1027.73 105.643 1025.24 105.987ZM1213.87 101.96C1211.61 100.591 1194.02 102.437 1195 103.131C1195.38 103.402 1218.26 104.637 1213.87 101.96ZM2717.52 268.085C2717.44 268.052 2717.35 268.019 2717.27 267.985L2720.95 268.984C2717.05 267.793 2713.18 266.598 2709.31 265.397C2713.32 265.94 2717.35 266.478 2721.39 267.009L2717.9 266.061C2719.31 266.382 2720.71 266.702 2722.12 267.021C2720.59 267.376 2719.05 267.731 2717.52 268.085ZM2762.02 275.792C2764.6 277.221 2754.43 278.149 2770.56 284.443C2758.57 280.662 2746.52 276.861 2734.44 273.048C2740.29 274.257 2746.15 275.467 2751.94 276.658C2751.32 275.247 2750.69 273.836 2750.07 272.424C2754.01 273.534 2758.04 274.67 2762.02 275.792ZM2774.01 282.747C2768.47 277.761 2802.68 288.558 2805.67 289.911C2806.36 290.226 2809.04 293.514 2810.13 294.386C2804.93 292.713 2799.84 291.078 2794.68 289.416C2796.18 290.664 2797.68 291.911 2799.17 293.156C2793.1 291.46 2786.92 289.726 2780.87 288.037C2783.67 288.175 2786.42 288.295 2789.25 288.44C2784.16 286.541 2779.13 284.657 2774.01 282.747ZM2637.67 246.546C2642.07 247.728 2646.49 248.904 2650.92 250.075C2650.3 248.752 2649.69 247.429 2649.07 246.106C2646.42 245.449 2643.76 244.79 2641.12 244.129C2639.97 244.935 2638.82 245.741 2637.67 246.546ZM2725.32 266.261C2723.09 267.15 2720.43 266.468 2718.16 265.254L2721.57 266.182C2715.92 263.826 2712.2 258.364 2722.43 262.32L2719.37 261.49C2720.31 261.958 2721.37 262.525 2722.55 263.202C2724.43 264.284 2726.07 265.95 2725.32 266.261ZM2818.28 294.658C2832.92 295.18 2827.15 302.578 2815.32 296.059C2814.73 295.724 2817.19 294.616 2818.28 294.658ZM2919.03 326.729C2920.13 327.106 2921.13 330.421 2932.38 331.12C2934.01 331.975 2935.64 332.827 2937.26 333.676C2932.75 333.665 2898.22 323.562 2903.79 322.356C2909.11 323.998 2913.53 324.897 2919.03 326.729ZM2888.93 306.097C2883.77 304.535 2878.63 302.977 2873.41 301.389C2874.85 302.788 2876.28 304.185 2877.71 305.58C2875.11 305.004 2872.44 304.403 2869.87 303.838C2866.04 300.995 2862.18 298.14 2858.29 295.273C2869.61 298.645 2880.84 301.977 2892.11 305.311C2891.05 305.573 2889.99 305.835 2888.93 306.097ZM2752.91 260.032C2762.42 264.279 2774.95 267.072 2790.91 272.423C2790.92 272.428 2790.93 272.433 2790.93 272.438C2791.72 272.706 2792.76 274.333 2795.35 275.217C2797.54 275.971 2841.35 288.664 2837.32 289.546C2819.9 285.906 2814.59 281.212 2809.09 284.301C2808.57 283.107 2808.04 281.911 2807.53 280.723C2791.95 273.926 2786.3 275.651 2776.84 273.899C2777.1 273.21 2777.36 272.522 2777.62 271.834C2771.55 269.798 2765.61 267.803 2759.53 265.763C2760.24 266.5 2760.95 267.237 2761.66 267.974C2759.52 267.283 2757.33 266.576 2755.22 265.895C2750.71 262.15 2744.25 259.53 2752.91 260.032ZM2911.96 314.695C2918.39 310.902 2963.76 329.218 2985.39 334.605C2973.21 334.376 2956.63 326.798 2944.43 322.929C2920.92 315.47 2936.57 322.545 2932.3 322.148C2930.25 321.969 2917.88 314.315 2911.96 314.695ZM2718.33 250.429C2720.62 251.03 2722.73 251.524 2724.73 251.96L2722.63 251.391C2730.82 254.01 2736.71 255.362 2744.41 259.589C2743.44 259.703 2742.47 259.816 2741.49 259.929C2739.52 259.064 2729.37 255.275 2722.3 252.419L2724.49 253.014C2719.22 251.444 2715.71 250.218 2718.33 250.429ZM3016.27 345.53C2994.1 336.741 3003.75 344.929 2993.11 337.73C3000.89 339.858 3008.78 342.005 3016.69 344.133C3016.55 344.599 3016.41 345.065 3016.27 345.53ZM1402.86 77.4143C1392.93 77.4006 1381.78 76.5255 1375.83 78.7094C1382.62 78.9441 1389.4 79.1834 1396.17 79.4275C1398.4 78.756 1400.63 78.0849 1402.86 77.4143ZM1687.25 56.9048C1685.01 56.3649 1676 57.7257 1675.03 57.7141C1673.26 57.6903 1673.76 56.9637 1673.73 56.7719C1662.49 56.7549 1672.11 59.0044 1664.99 59.5058C1664.74 59.5236 1664.48 59.5393 1664.19 59.5526C1662.81 59.6123 1642.71 58.2693 1634.54 58.3004C1622.12 58.3365 1609.33 58.1171 1604.76 58.1336C1596.93 58.1558 1582.04 59.8033 1569.14 59.873C1563.78 59.8984 1561.9 58.5309 1556.47 58.5624C1521.79 58.7298 1453.72 60.9966 1422.96 60.4827C1415.38 60.344 1408.1 58.6366 1404.07 58.8286C1400.91 59.518 1397.77 60.2083 1394.61 60.8997C1384.82 55.1385 1381.61 60.4099 1371.11 61.1001C1364.46 61.5375 1361.32 59.841 1360.43 59.8579C1354.49 59.9775 1351.57 60.8506 1346.91 61.0586C1341.66 61.2896 1334.15 60.6229 1332.28 60.7953C1331.13 60.9111 1334.84 63.1579 1314.53 63.4582C1293.84 63.7687 1273.4 63.9139 1252.36 64.2463C1259.52 71.0894 1265.46 66.1818 1274.05 65.7574C1276.35 65.6436 1274.91 66.7821 1276.92 66.694C1282.58 66.4503 1293.41 65.1559 1298.11 65.3357C1303.17 65.5292 1301.49 68.1322 1307.89 67.0695C1308.22 67.0149 1307.17 65.9705 1308.68 65.766C1323.84 63.7451 1328.83 65.5075 1348.03 65.2669C1360.74 65.0596 1437.98 63.1089 1440.63 63.8267C1454.44 67.388 1373.15 68.2692 1363.61 68.17C1360.28 68.1139 1363.75 66.8913 1360.71 66.7093C1359.43 66.6374 1347.87 69.0406 1336.46 69.4084C1322.65 69.8464 1294.83 68.8098 1281.66 69.1224C1168.42 71.7822 1056.72 73.6335 943.685 78.1429C941.257 78.2412 938.101 79.7089 930.255 80.0334C868.021 82.6096 804.914 85.4247 741.551 89.1583C655.592 94.2734 569.559 101.477 485.152 114.181C453.241 118.894 421.897 125.719 389.14 129.527C385.223 131.08 381.311 132.609 377.33 134.113C387.707 132.023 406.954 131.268 408.681 131.019C409.338 130.925 413.012 129.232 419.325 128.277C428.209 126.928 432.135 127.26 432.902 127.138C435.168 126.775 433.515 126.011 435.637 125.674C451.546 123.156 463.832 120.926 478.445 118.743C495.01 116.286 503.468 117.043 515.275 113.368C516.731 113.993 518.198 114.619 519.674 115.244C528.223 110.442 581.88 104.535 603.763 102.742C610.799 102.116 609.578 103.67 611.895 103.448C613.338 103.317 612.628 101.47 630.638 100.211C639.69 99.5921 642.361 100.734 646.781 100.314C649.23 100.081 648.711 98.7706 652.269 98.474C672.796 96.7748 689.757 95.943 709.815 94.8086C715.502 94.4877 715.668 95.6072 716.948 95.5058C721.774 95.1322 729.373 92.7138 741.544 91.9632C741.604 91.9595 741.664 91.9558 741.724 91.9521C761.201 90.7275 800.018 88.5751 816.138 88.6837C818.472 88.6998 820.478 89.9485 822.202 89.8406C824.811 89.6724 825.772 88.2133 826.232 88.1824C835.03 87.713 829.795 89.2886 835.706 88.6742C838.954 88.341 842.019 86.5793 849.373 86.0409C859.083 85.3325 857.278 87.3305 861.36 86.9452C861.777 86.8958 861.908 85.5614 865.851 85.3325C880.859 84.4684 902.8 83.1868 917.238 82.5828C921.352 82.4085 924.393 83.1737 930.127 82.9511C941.821 82.4525 1007.41 79.3931 1012.82 79.7513C1013.39 79.7852 1007.63 81.9464 1016.92 81.5587C1019.6 80.6495 1022.28 79.7409 1024.97 78.8327C1029.55 79.9781 1034.16 81.1246 1038.69 82.2758C1038.33 77.7757 1065 76.2002 1064.88 80.8178C1067.78 80.9111 1070.69 81.005 1073.6 81.0996C1079.56 77.7283 1083.65 78.7736 1095.34 76.5481C1097.19 77.4681 1099.04 78.3884 1100.9 79.309C1101.34 78.6452 1101.78 77.9813 1102.22 77.3175C1108.56 80.6533 1118.74 76.8173 1119.99 76.7622C1124.82 76.5452 1128.41 77.3401 1130.66 77.2479C1139.02 76.9171 1157.23 75.1876 1167.02 75.5083C1167.48 75.5257 1167.06 77.0435 1169.86 77.1574C1174.9 77.3638 1175.34 75.1455 1182.12 77.5663C1183.46 76.882 1184.81 76.1978 1186.15 75.5139C1187.59 75.8146 1189.04 76.1155 1190.48 76.4165C1198.95 76.0354 1207.44 75.6602 1215.94 75.2912C1208.27 78.0216 1217.2 79.2365 1225.54 77.0406C1228.37 76.296 1225.81 74.8003 1226.75 74.5439C1228.04 74.1863 1266.17 74.165 1268.71 75.1292C1270.5 74.604 1272.3 74.0791 1274.09 73.5545C1275.02 74.5148 1275.95 75.4752 1276.88 76.4357C1277.87 76.0742 1278.86 75.7128 1279.85 75.3514C1289.81 76.8767 1315.45 72.4663 1320.14 72.7044C1322.64 72.8296 1320.47 77.0338 1332.4 76.4137C1332.8 75.2619 1333.19 74.1101 1333.59 72.9583C1336.32 72.7504 1339.05 72.5433 1341.78 72.337C1346.93 72.3587 1354.44 74.2326 1354.7 75.5866C1356.29 74.7486 1357.88 73.9109 1359.47 73.0735C1363.8 75.661 1386.8 74.4097 1396 72.6252C1398.71 73.3931 1401.41 74.1618 1404.12 74.9311C1407.75 73.9166 1411.38 72.9035 1415 71.8919C1423.42 71.51 1414.54 73.2209 1416.34 73.3369C1420.15 73.5719 1439.39 70.6552 1438.18 74.072C1440.83 74.0564 1443.47 74.0417 1446.11 74.0277C1447.46 73.0434 1448.8 72.0593 1450.15 71.0754C1454.71 74.3932 1462.47 73.1415 1478.59 74.2652C1479.94 73.485 1481.28 72.705 1482.62 71.9252C1487.6 72.9937 1492.49 74.0654 1497.51 75.1395C1498.52 73.8566 1499.54 72.5738 1500.56 71.2911C1502.73 71.0978 1504.89 70.9051 1507.05 70.713C1511.46 73.5587 1519.31 70.44 1523.29 71.6116C1529.16 73.3222 1524.62 75.382 1513.81 75.813C1514.57 77.8861 1547.03 76.8624 1554.39 76.7252C1553.89 76.3178 1553.39 75.9105 1552.9 75.5033C1545.33 75.825 1537.72 76.1545 1530.06 76.4917C1523.63 71.2593 1544.44 72.6256 1553.85 71.9573C1554.72 71.8932 1559.71 69.9046 1569.29 70.1045C1573 70.1811 1587.41 73.1236 1590.22 73.2981C1612.56 74.7207 1596.05 70.4875 1617.94 74.2534C1613.39 71.439 1626 73.8277 1638.94 73.4061C1641.23 73.3288 1660.1 71.2659 1661.32 71.2268C1663.51 71.1516 1664.42 71.2807 1664.84 71.4946C1665.96 72.0508 1663.75 73.1751 1672.11 72.8198C1673.5 72.1905 1674.9 71.5615 1676.29 70.9329C1678.96 70.9695 1681.63 71.0074 1684.28 71.0467C1700.3 77.0604 1704.31 72.8937 1710 72.4501C1712.32 72.273 1709.33 73.7218 1715.3 73.5174C1717.53 73.4424 1720.17 72.2396 1726.3 72.2794C1745.31 72.4148 1751.84 77.9415 1769.48 72.843C1772.18 73.7279 1774.87 74.6143 1777.54 75.5022C1779.39 74.5863 1781.23 73.6711 1783.07 72.7567C1796.79 75.9985 1791.99 72.9687 1797.01 73.165C1810.24 73.6679 1837.29 75.2768 1839.7 77.7148C1851.37 72.8589 1864.84 79.5049 1869.32 79.5155C1872.04 78.9975 1874.65 78.4769 1877.42 77.9668C1880.58 78.7757 1883.71 79.587 1886.82 80.4006C1885.57 75.0869 1901.55 81.0995 1903.16 81.2777C1904.97 81.4407 1930.1 81.3762 1939.45 82.0486C1948.76 82.6813 1964.92 85.2712 1966.3 85.384C1967.87 85.4958 1983.82 85.2683 1996.27 86.3395C2007.12 87.0467 2070.93 95.5422 2067.03 92.9321C2062.98 91.8275 2057.1 90.6224 2051.91 89.7716C2036.18 86.7476 1942.03 77.8612 1917.81 76.4183C1869.5 72.7733 1818.86 70.8425 1770.14 68.9661C1767.26 68.8558 1766.8 67.4859 1764.38 67.3894C1760.7 67.2485 1751.21 68.3628 1747.49 68.2448C1733.77 67.7886 1716.83 67.2273 1709.65 67.0639C1693.16 66.6942 1681.98 65.7153 1669.42 65.4207C1668.58 65.4016 1667.01 65.4519 1664.91 65.5353C1657.47 65.8423 1642.81 66.6092 1632.26 65.968C1629.83 65.5664 1627.4 65.1658 1624.95 64.7661C1631.84 64.3661 1650.26 63.3798 1658.67 63.3485C1660.96 63.3396 1663.04 63.3723 1664.94 63.4319C1673.69 63.7022 1678.75 64.5085 1682.55 64.5475C1686.31 64.5809 1706.53 63.6537 1715.43 63.8043C1718.2 63.8483 1718.82 65.2838 1721.24 65.3276C1734.38 65.5541 1751.63 65.9261 1762.92 64.838C1758.18 65.1538 1787.3 66.8552 1788.66 66.912C1791.27 66.9939 1794.19 65.7539 1799.5 65.9311C1809.72 66.2798 1808.18 69.0072 1821.16 66.7001C1824.3 67.6302 1827.41 68.5624 1830.5 69.4968C1830.83 65.7621 1870.54 72.52 1882.06 68.6444C1882.33 68.0781 1830.57 64.2928 1826.35 64.1301C1800.67 62.6659 1762.67 62.447 1737.7 61.251C1730.3 60.8742 1706.62 58.1583 1704.9 58.1791C1702.02 58.1922 1704.6 59.5279 1703.36 59.552C1677.76 60.0859 1690.65 57.7123 1687.25 56.9048ZM2779.38 266.011C2772.07 263.49 2764.81 260.984 2757.48 258.458C2758.26 257.855 2759.04 257.25 2759.82 256.646C2763.11 258.041 2766.39 259.433 2769.65 260.819C2772.39 261.191 2775.1 261.556 2777.83 261.926C2778.35 263.288 2778.87 264.649 2779.38 266.011ZM2798.54 268.608C2805.06 270.279 2804.83 272.009 2806.27 272.562C2810.53 274.204 2814.6 274.786 2818.85 276.179C2812.66 278.471 2802.83 273.34 2798.54 268.608ZM2667.09 229.917C2668.51 230.464 2677.33 237.13 2689.49 235.794C2697.57 239.031 2705.7 242.244 2713.81 245.409C2699.95 240.255 2679.76 237.59 2672.81 235.823C2670.16 235.155 2669.97 233.722 2667.86 233.187C2655.74 230.138 2643.13 230.128 2642.99 225.491C2654.15 229.624 2665.28 229.231 2667.09 229.917ZM2738.59 249.382C2740.2 250.883 2741.78 252.373 2743.42 253.883C2736.9 251.78 2730.43 249.691 2723.86 247.571L2725.59 248.041C2725.23 247.961 2724.87 247.881 2724.51 247.801C2724.91 247.708 2725.31 247.615 2725.71 247.522L2724.03 247.065C2725.78 246.825 2727.53 246.584 2729.28 246.342C2732.39 247.359 2735.5 248.373 2738.59 249.382ZM2203.11 112.202C2207.14 112.967 2211.23 113.762 2215.22 114.549C2215.51 114.607 2215.8 114.664 2216.09 114.722C2216.06 114.552 2215.76 114.366 2215.29 114.172C2213.82 113.559 2210.64 112.863 2209.31 112.253C2209.32 112.255 2209.32 112.256 2209.33 112.258C2207.39 111.359 2208.42 110.662 2204.77 109.579C2204.21 110.454 2203.66 111.328 2203.11 112.202ZM371.54 131.903C369.978 132.083 365.755 132.594 360.068 133.199C338.792 135.373 297.002 140.823 301.849 142.241C304.923 143.09 328.089 139.254 334.967 138.528C340.525 137.917 351.851 137.656 360.4 136.405C366.278 135.549 370.848 134.131 371.54 131.903ZM250.568 146.028C249.742 148.574 292.274 143.307 296.4 142.436C295.473 142.196 294.016 141.588 292.814 141.56C286.96 141.407 259.818 145.387 250.568 146.028ZM1958 75.1685C1961.39 76.6636 1964.75 78.1617 1968.07 79.6627C1967.29 77.9742 1966.51 76.2858 1965.73 74.5975C1963.17 74.786 1960.59 74.9763 1958 75.1685ZM1622.16 65.5012C1564.33 65.0202 1506.59 65.0723 1448.87 65.4696C1453.95 64.7516 1459.01 64.0364 1464.06 63.3243C1513.92 63.201 1566.91 63.8077 1615.01 63.07C1617.4 63.8795 1619.78 64.6899 1622.16 65.5012ZM2652.97 218.911C2638.6 215.316 2626.26 213.416 2611.14 207.535C2626.46 209.6 2633.14 214.242 2648.3 215.24C2648.31 215.242 2648.32 215.244 2648.33 215.246C2649.87 216.468 2651.42 217.69 2652.97 218.911ZM2333.5 134.159C2338.14 134.12 2342.77 134.089 2347.4 134.066C2342.16 132.766 2336.91 131.477 2331.64 130.198C2332.26 131.518 2332.88 132.839 2333.5 134.159ZM1118.15 65.6463C1102.7 68.5616 1063.08 65.3004 1050.5 68.7154C1049.7 68.9383 1057.21 69.949 1045.21 72.7873C1054.31 71.9839 1060.78 71.2659 1061.4 69.3266C1064.16 69.8882 1066.85 70.4525 1069.58 71.0163C1074.05 70.3816 1078.53 69.7485 1083.03 69.1169C1082.6 71.041 1082.94 70.9272 1089.84 69.4078C1093.03 69.794 1096.17 70.1825 1099.33 70.5715C1100.64 69.7231 1101.95 68.8748 1103.26 68.0267C1106.01 69.0762 1108.78 70.1263 1111.54 71.177C1122.15 69.6401 1115.6 67.6384 1118.15 65.6463ZM1172.35 64.6352C1169.82 64.2444 1098.13 67.6218 1130.82 70.5133C1139.27 70.1539 1147.76 69.7997 1156.24 69.4522C1149.07 63.3329 1172.28 68.3619 1174.19 68.4493C1183.3 68.8318 1194.82 67.0486 1201.41 66.9691C1207.08 66.9021 1210.47 67.9543 1214.46 67.8325C1228.02 67.4161 1249.47 66.9146 1252.36 64.2463C1241.81 64.4131 1231.08 64.6198 1220.12 64.9357C1208.51 65.2719 1198.26 63.0432 1176.53 66.9724C1171.13 66.7469 1173 64.7262 1172.35 64.6352ZM2360.48 137.606C2359.31 139.993 2385.98 146.161 2386.41 145.223C2386.62 144.648 2377.97 142.431 2376.8 141.896C2376.79 141.894 2376.78 141.892 2376.78 141.89C2376.29 141.661 2379.14 141.357 2375.16 140.047C2370.27 139.226 2365.36 138.407 2360.48 137.606ZM476.762 109.91C472.799 108.766 389.493 122.919 386.997 123.689C386.352 123.979 387.381 124.484 387.168 124.89C406.464 120.051 434.505 117.803 453.012 115.085C458.171 114.32 456.49 113.53 456.774 113.465C456.786 113.463 456.799 113.462 456.811 113.46C459.749 112.991 473.253 113.5 476.762 109.91ZM1023.46 70.8291C1027.08 71.1137 1030.73 71.3984 1034.33 71.6859C1035.21 70.8439 1036.09 70.0019 1036.97 69.16C1036.96 69.1602 1036.95 69.1605 1036.94 69.1608C1032.51 69.7129 1027.95 70.2713 1023.46 70.8291ZM898.811 73.0355C899.707 73.5679 900.604 74.1004 901.501 74.633C910.534 74.3176 919.695 74.0071 928.662 73.7142C927.766 74.0741 926.87 74.434 925.976 74.794C939.631 75.0886 945.394 72.8511 952.588 72.8535C952.58 72.8539 952.571 72.8542 952.563 72.8545C953.346 72.8571 954.336 74.0088 957.249 73.9344C963.932 73.7605 983.176 73.4714 985.409 72.1925C990.257 69.4455 951.616 72.1342 944.518 72.3187C941.233 72.397 937.261 71.5166 935.277 71.5734C933.105 71.6397 930.203 73.1663 924.948 73.3425C923.481 73.3866 906.147 72.4653 898.811 73.0355ZM739.3 83.0416C739.843 83.248 740.489 83.3602 741.195 83.4066C744.151 83.6172 748.238 82.5745 749.984 82.6408C750.495 82.6596 746.606 83.9749 751.421 84.0073C752.736 83.1914 754.056 82.3756 755.382 81.5599C750.579 81.9948 745.839 82.4313 741.162 82.8693C740.54 82.9267 739.919 82.9841 739.3 83.0416ZM2405.34 147.895C2404.65 147.423 2390.4 143.8 2389.67 143.799C2380.56 143.85 2410.08 151.293 2405.34 147.895ZM2764.81 240.536C2759.49 235.23 2834.83 263.071 2842.31 265.271C2841.29 267.2 2823.74 259.284 2832.35 265.151C2823.84 260.713 2798.33 253.39 2792.63 251.058C2789.14 249.632 2788.8 247.573 2788.27 247.342C2786.15 246.439 2766.77 242.434 2764.81 240.536ZM2905.05 286.89C2897.89 284.185 2890.78 281.486 2883.61 278.766C2892.26 281.279 2900.95 283.795 2909.55 286.272C2908.05 286.479 2906.55 286.686 2905.05 286.89ZM2914.49 288.867C2914.93 286.827 2939.04 296.126 2945.75 297.724C2937.28 298.772 2926.14 291.756 2914.49 288.867ZM2500.96 168.117C2489.81 163.647 2483.19 168.418 2497.91 169.573C2498.36 169.601 2501.42 168.318 2500.96 168.117ZM1114.2 56.8323C1112.14 56.8482 1086.84 55.5493 1085.36 56.6187C1080.82 60.0088 1097.43 58.1943 1103 59.2585C1112.03 60.9811 1098.85 63.0025 1120.77 61.166C1119.89 61.842 1119.01 62.518 1118.13 63.1941C1130.99 63.0403 1126.63 58.6595 1128.92 58.0144C1129.62 57.8181 1137.64 57.9729 1139.08 57.6459C1157.04 53.5178 1116.14 56.7944 1114.2 56.8323ZM2214 97.4217C2190.95 91.1523 2200.52 95.7214 2176.48 91.3886C2175.49 92.5864 2210.67 97.957 2214 97.4217ZM1345.66 54.256C1321.1 55.1954 1300.85 53.6809 1277.97 56.6355C1279.54 60.4348 1352.03 55.1246 1345.66 54.256ZM194.375 136.592C246.317 132.176 302.158 125.843 358.716 120.135C406.038 115.031 453.575 104.948 499.849 98.8225C510.822 97.3038 512.104 98.6994 516.044 98.0086C518.653 97.5584 518.027 96.3931 521.563 95.9304C595.873 86.2628 668.348 79.7663 740.669 74.9221C790.1 71.6412 839.48 69.0528 888.933 67.1381C896.447 66.8358 933.636 67.9088 941.452 63.6039C947.323 60.3258 920.733 63.7817 916.372 63.9473C913.004 64.0708 912.802 62.6523 910.564 62.7431C908.193 62.8401 910.192 63.7292 907.444 63.8624C895.853 64.4305 883.16 64.6168 872.67 65.1848C828.387 67.576 784.071 70.0272 740.536 72.7718C682.988 76.4164 625.499 80.8042 567.569 87.0872C555.41 88.422 557.6 87.0428 557.028 87.0985C557.02 87.1022 557.012 87.106 557.004 87.1098C494.516 93.3888 424.077 109.466 358.377 116.861C354.456 117.233 350.542 117.602 346.638 117.967C297.161 122.508 247.77 128.19 198.519 135.082C197.134 135.585 195.753 136.088 194.375 136.592ZM1166.79 59.4154C1160.49 55.2716 1159.25 59.6392 1136.98 58.4932C1135.2 59.2782 1133.42 60.0635 1131.64 60.849C1143.34 60.3593 1155.13 59.8795 1166.82 59.4144C1166.81 59.4148 1166.8 59.4151 1166.79 59.4154ZM1020.21 62.301C1016.31 56.5982 966.728 62.5157 944.467 62.3274C940.477 65.4065 972.903 62.8099 980.538 62.8414C984.312 62.8489 1005 65.0885 1020.44 62.8871C1020.36 62.6918 1020.29 62.4964 1020.21 62.301ZM2685.75 210.302C2682.22 209.635 2678.66 208.954 2675.12 208.271C2683.76 211.027 2692.34 213.731 2700.98 216.408C2687.06 212.735 2673.19 208.968 2659.33 205.112C2662.21 204.582 2665.13 204.055 2668 203.514C2673.88 205.788 2679.85 208.063 2685.75 210.302ZM2640.3 199.76C2664.87 205.46 2638.53 202.197 2632.82 199.244C2629.39 197.48 2637.8 199.18 2640.3 199.76ZM2577.43 181.237C2589.34 182.237 2612.31 188.1 2603.09 190.06C2591.3 184.916 2582.97 184.421 2565.47 178.546C2568.28 178.461 2571.09 178.374 2573.9 178.283C2573.91 178.286 2573.92 178.29 2573.93 178.293C2575.1 179.274 2576.26 180.256 2577.43 181.237ZM2652.09 200.079C2667.48 206.451 2621.41 193.998 2636.34 196.112C2637.02 196.217 2651.5 199.843 2652.09 200.079ZM298.815 117.552C296.999 119.166 309.665 117.595 313.892 117.197C327.102 115.933 342.946 113.929 357.905 112.303C363.547 111.688 369.083 111.016 374.27 110.395C372.807 110.126 371.37 109.85 369.904 109.573C365.846 110.071 361.805 110.53 357.764 110.943C338.095 112.956 318.444 115.164 298.815 117.552ZM432.849 101.444C445.786 99.3601 458.782 97.3054 471.787 95.3589C473.002 95.1755 478.593 93.1467 474.27 93.4958C460.425 96.0503 446.588 98.7321 432.849 101.444ZM1249.32 49.1722C1239.25 48.6078 1268.11 44.0333 1266.89 48.3181C1261.03 48.5997 1255.17 48.8844 1249.32 49.1722ZM1342.81 45.7642C1336.51 46.2658 1330.22 46.7709 1323.92 47.28C1323.91 46.7909 1323.89 46.3019 1323.87 45.8129C1330.19 45.7928 1336.49 45.7767 1342.81 45.7642ZM247.402 123.308C254.282 124.031 270.061 121.636 279.964 120.404C272.961 119.847 256.838 122.708 247.402 123.308ZM1098.7 51.3068C1099.61 52.4101 1059.55 53.3739 1073.34 50.9338C1081.76 51.0527 1090.31 51.1739 1098.7 51.3068ZM1017.44 52.2625C1026 51.7118 1032.71 51.8762 1031 53.7276C1026.42 53.8079 1021.86 53.8898 1017.31 53.9732C1017.35 53.403 1017.4 52.8328 1017.44 52.2625ZM2535.12 166.295C2521.16 162.668 2507.18 159.016 2493.21 155.371C2493.85 155.04 2494.5 154.709 2495.14 154.378C2508.62 157.89 2522.09 161.407 2535.55 164.9C2535.4 165.365 2535.26 165.83 2535.12 166.295ZM238.669 120.099C228.813 121.821 219.005 123.585 209.186 125.402C219.11 124.224 229.018 123.1 238.967 122.019C238.875 121.375 238.784 120.731 238.692 120.087C238.685 120.091 238.677 120.095 238.669 120.099ZM2727.65 208.507C2697.35 199.928 2717.17 202.752 2734.68 207.07C2735.11 207.146 2736.34 207.518 2736.75 207.632C2743.53 209.991 2749.86 212.544 2752.67 214.444C2752.68 214.445 2752.69 214.446 2752.71 214.447C2753.58 215.04 2751.1 215.746 2752.53 216.814C2748.48 214.827 2744.41 212.834 2740.32 210.833C2738.85 210.657 2737.37 210.48 2735.89 210.303C2735.53 210.202 2734.45 209.876 2734.08 209.81C2731.39 209.747 2728.71 209.681 2726.03 209.613C2724.79 209.01 2723.56 208.406 2722.32 207.802C2724.09 208.038 2725.87 208.273 2727.65 208.507ZM2899.4 261.732C2937.36 274.099 2897.37 265.144 2879.38 256.402C2879.69 255.815 2895.94 260.606 2899.4 261.732ZM2799.43 230.423C2793.35 228.802 2787.2 227.159 2781.14 225.545C2780.5 224.908 2779.86 224.27 2779.22 223.633C2783.97 224.736 2788.62 225.81 2793.4 226.926C2795.42 228.094 2797.43 229.259 2799.43 230.423ZM2599.92 170.054C2590.28 167.036 2576.65 168.171 2608.32 175.267C2608.42 174.789 2608.53 174.312 2608.64 173.834C2607.37 173.584 2603.59 173.066 2603.4 172.977C2602.85 172.708 2603.95 171.307 2599.92 170.054ZM2973.74 271.718C2974.87 271.873 2977 267.138 2986.68 275.736C2990.13 276.466 2993.69 277.228 2997.19 277.966C2997.74 279.324 2998.28 280.681 2998.82 282.037C2985.84 277.11 2983.85 278.889 2982.86 278.635C2978.4 277.476 2982.01 277.357 2979.17 276.457C2971.9 274.159 2955.06 269.705 2963.57 268.836C2966.68 268.545 2972.62 271.562 2973.74 271.718ZM2948.85 260.828C2950.3 261.739 2944.74 261.566 2945.81 262.351C2946.69 263.023 2962.2 269.517 2957.12 270.59C2954.55 269.67 2951.96 268.744 2949.36 267.811C2948.67 266.86 2948.01 265.923 2947.35 264.979C2944.65 264.805 2941.93 264.624 2939.21 264.438C2935.41 261.431 2927.09 256.452 2938.25 258.512C2934.2 257.386 2930.3 256.304 2926.27 255.18C2923.98 255.317 2921.63 255.438 2919.36 255.581C2920.79 254.716 2922.27 253.866 2923.73 253.009C2932.13 255.635 2940.52 258.245 2948.85 260.828ZM3071.15 298.609C3070.49 299.097 3069.83 299.584 3069.17 300.07C3083.99 303.129 3106.63 308.847 3092.71 309.244C3073.09 304.156 3053.24 298.691 3033.52 293.125C3032.35 292.264 3031.18 291.401 3030 290.535C3044.11 296.739 3041.95 287.723 3053.97 293.681C3056 294.681 3049.06 295.578 3062.98 297.779C3062.69 297.014 3062.4 296.248 3062.1 295.483C3065.06 296.514 3068.18 297.586 3071.15 298.609ZM3201.67 333.128C3168.51 320.633 3206.92 330.63 3211.15 335.944C3211.14 335.939 3211.13 335.934 3211.12 335.929C3223.74 348.126 3192.34 329.999 3189.21 330.218C3186.35 329.388 3178.05 330.927 3165.96 323.042C3175.93 324.918 3189.38 327.848 3201.67 333.128ZM3114.54 310.639C3116.67 311.067 3115.26 311.711 3116.17 311.934C3116.17 311.936 3116.18 311.938 3116.19 311.94C3124.99 314.118 3141.96 317.895 3152.68 320.83L3151.81 320.655C3157.34 322.031 3161.68 323.408 3162.72 324.677C3160.34 324.302 3156.23 323.66 3151.4 322.818L3152.22 322.982C3136.17 319.866 3109.33 312.781 3107.83 310.632C3110.1 310.648 3112.26 310.63 3114.54 310.639ZM3020.56 286.065C3012.99 281.619 3031.41 286.932 3035.99 289.289C3036.87 289.766 3028.35 290.654 3020.56 286.065ZM2386.92 99.7275C2368.13 96.2024 2392.11 103.597 2383.22 103.319C2386.79 104.061 2390.35 104.807 2393.92 105.56C2391.59 103.614 2389.25 101.668 2386.92 99.7275ZM1521.74 14.0709C1517.34 13.8548 1519.43 15.027 1519.05 15.0454C1516.16 15.0208 1513.42 14.0704 1512.31 14.1757C1491.69 16.1909 1505.41 17.1277 1505.62 17.3562C1506.06 18.5196 1500.65 19.9041 1508.16 21.2065C1512.72 20.7766 1517.26 20.3493 1521.78 19.9245C1524.02 20.5663 1526.31 21.2085 1528.58 21.8514C1537.67 20.4449 1525.78 20.0858 1524.42 18.2467C1523.9 17.5232 1532.43 16.6354 1521.74 14.0709ZM2354.66 87.5853C2351.16 88.8281 2343.16 89.5294 2349.92 93.3032C2349.93 93.3052 2349.94 93.3072 2349.94 93.3092C2351.2 94.003 2356.59 95.5469 2358.13 96.4772C2370.73 96.8118 2366.85 92.9228 2354.66 87.5853ZM1603.55 10.4913C1610.8 11.0053 1618.31 11.5291 1625.64 12.061C1625.5 13.2873 1625.37 14.5137 1625.23 15.74C1621.3 15.3804 1617.35 15.0232 1613.38 14.6685C1611.99 15.22 1610.58 15.7718 1609.22 16.3241C1614.1 17.7511 1619.04 19.1824 1623.91 20.6171C1629.82 20.1703 1635.57 19.7279 1641.53 19.2933C1638.79 18.6205 1636.13 17.9498 1633.44 17.2801C1647.78 16.6895 1644.75 19.6472 1656.6 20.9131C1659.57 20.1161 1662.53 19.3207 1665.48 18.5268C1666.6 18.2332 1667.72 17.9398 1668.84 17.6467C1674.8 18.8642 1680.69 20.088 1686.53 21.3182C1696.33 20.9341 1697.37 20.0843 1690.65 18.6745C1695.61 17.2631 1701.07 19.6947 1707 19.1942C1707.49 19.1541 1706.59 17.7359 1707.03 17.7268C1737.76 17.3585 1736.08 21.0586 1740.92 21.3141C1744.37 21.4967 1758.38 19.361 1758.58 18.5223C1758.9 17.3976 1730.19 12.1195 1775.31 13.2175C1752.05 9.42388 1725.49 12.0417 1742.42 16.9871C1735.22 16.3359 1702.57 16.842 1700.51 16.6883C1697.48 16.4303 1698.57 14.715 1694.75 14.6075C1692.38 14.5481 1686.7 18.4028 1668.88 14.7116C1667.76 15.0147 1666.64 15.318 1665.52 15.6215C1664.37 15.9409 1663.22 16.2605 1662.07 16.5803C1659.97 16.0214 1657.87 15.4632 1655.77 14.9057C1659.05 13.5096 1662.32 12.1154 1665.58 10.7231C1666.69 10.2623 1667.79 9.80165 1668.9 9.34125C1667.78 9.45879 1666.68 9.55267 1665.59 9.62623C1649.94 10.7164 1636.49 7.38329 1626.75 10.3809C1617.66 9.9322 1613.18 9.53124 1617.13 7.8793C1614.4 7.86172 1611.59 7.84497 1608.9 7.83009C1607.12 8.71669 1605.34 9.60377 1603.55 10.4913ZM2299.19 77.4344C2290.67 73.5527 2286.6 76.8672 2287.93 77.3982C2295.44 80.378 2303.61 79.4572 2299.19 77.4344ZM1538.18 16.2196C1548.12 17.2651 1558.08 18.3235 1568.07 19.3959C1568.07 18.0979 1568.07 16.7999 1568.08 15.5019C1558.08 15.7275 1548.12 15.9672 1538.18 16.2196ZM2390.34 97.5935C2390.99 98.7649 2391.64 99.9374 2392.29 101.109C2403.81 100.408 2413.05 108.104 2418.54 108.464C2419.74 108.54 2417.88 106.275 2415.81 105.349C2414.53 104.761 2392.32 97.749 2390.34 97.5935ZM2829.22 217.451C2825.19 216.838 2821.16 216.224 2817.09 215.599C2817.64 214.627 2818.19 213.654 2818.74 212.681C2820.71 213.103 2822.68 213.522 2824.63 213.939C2826.17 215.111 2827.69 216.279 2829.22 217.451ZM2784.88 204.973C2777.99 202.655 2771.21 200.375 2764.33 198.062C2790.83 205.564 2769.45 198.147 2785.86 201.945C2785.53 202.954 2785.21 203.964 2784.88 204.973ZM2711.83 181.853C2712.83 181.415 2713.83 180.976 2714.83 180.537C2721.78 182.145 2728.68 183.714 2735.64 185.267C2731.74 182.071 2727.86 178.871 2724.01 175.664C2721.46 175.078 2718.92 174.488 2716.39 173.897C2714.87 176.55 2713.35 179.202 2711.83 181.853ZM1325.93 11.127C1321.56 11.1577 1306.33 13.4029 1307.01 14.1221C1313.35 14.907 1319.71 15.6952 1326.05 16.4875C1326.05 15.1864 1326.06 13.8853 1326.07 12.5842C1326.98 13.2169 1327.88 13.8498 1328.79 14.4828C1332.37 13.9379 1335.96 13.3942 1339.55 12.8518C1341.38 13.9603 1343.22 15.0688 1345.05 16.1778C1346.86 14.8521 1348.66 13.5267 1350.47 12.2017C1333.01 10.164 1333.69 12.461 1330.06 12.4936C1328.23 12.5122 1327.06 11.726 1326.4 11.3315C1326.24 11.2633 1326.09 11.1952 1325.93 11.127ZM1545.05 7.9333C1524.23 7.62674 1512.45 11.0945 1497.34 8.29706C1507.04 14.3155 1569.28 7.90617 1591.23 13.1271C1593.52 12.1572 1595.81 11.188 1598.09 10.2197C1586.11 11.0386 1577.79 9.0056 1572.01 8.7046C1567.38 8.46631 1567.86 9.49309 1567.51 9.47773C1567.49 9.4777 1567.48 9.47768 1567.46 9.47766C1556.61 9.04297 1553.18 8.05721 1545.05 7.9333ZM2406.57 96.8527C2401.54 93.9401 2391.96 91.6307 2391.29 93.7912C2396.44 95.7879 2401.57 97.7923 2406.68 99.8017C2405.75 98.9597 2407.43 97.35 2406.57 96.8527ZM2705.22 173.834C2701.21 172.142 2691.26 170.428 2695.04 173.332C2695.71 173.853 2705.82 174.838 2699.27 176.902C2708.84 179.106 2707.49 174.8 2705.22 173.834ZM1900.99 20.5668C1904.72 20.7066 1908.42 20.8499 1912.1 20.9966C1913.01 20.1368 1913.91 19.2773 1914.82 18.418C1910.25 19.1288 1905.64 19.8451 1900.99 20.5668ZM2452.69 107.466C2456.24 113.036 2465.43 111.021 2473.29 116.951C2476.54 117.862 2479.79 118.775 2483.04 119.688C2483.05 119.69 2483.05 119.692 2483.06 119.694C2483.47 118.545 2483.88 117.395 2484.29 116.246C2473.77 113.31 2463.24 110.38 2452.69 107.466ZM1671.63 11.0815C1673.9 11.6765 1676.17 12.2725 1678.42 12.8694C1682.46 12.2664 1686.48 11.6665 1690.47 11.0695C1688.32 10.5638 1686.17 10.0591 1684.01 9.55514C1679.91 10.0608 1675.78 10.5696 1671.63 11.0815ZM2510.05 122.646C2498.84 119.007 2493.54 121.578 2508.07 125.552C2514.19 127.223 2521.8 126.456 2510.05 122.646ZM1100.49 17.7959C1104.53 18.0062 1108.59 18.2177 1112.64 18.4304C1114 17.5762 1115.36 16.7221 1116.71 15.8681C1111.29 16.5085 1105.88 17.1511 1100.49 17.7959ZM2762.87 189.38C2762.17 190.008 2761.47 190.639 2760.77 191.27C2757.42 190.016 2754.06 188.757 2750.68 187.493C2751.79 187.002 2752.9 186.511 2754.01 186.019C2756.97 187.143 2759.91 188.259 2762.87 189.38ZM1127.72 17.506C1130.94 17.5705 1134.18 17.6357 1137.41 17.7019C1139.57 17.2461 1141.74 16.7907 1143.9 16.3356C1140.86 16.0252 1137.82 15.7156 1134.79 15.4067C1132.43 16.106 1130.07 16.8058 1127.72 17.506ZM2617.17 151.853C2613.1 149.785 2594.94 148.154 2610.39 153.026C2620.21 156.108 2617.78 152.166 2617.17 151.853ZM2640.8 156.95C2624.72 150.89 2634.8 163.307 2656.01 162.319C2635.96 158.126 2641.74 157.299 2640.8 156.95ZM2791.81 192.055C2792.22 192.192 2792.15 193.599 2795.41 194.707C2807.24 198.71 2822.77 204.284 2831.17 207.08C2851.56 213.884 2914.71 231.542 2920.82 237.591C2922.08 238.862 2917.85 240.108 2918.42 240.426C2920.11 241.337 2930.92 243.514 2928.45 244.636C2918.2 241.367 2907.97 238.091 2897.71 234.798C2900.63 234.384 2903.54 233.965 2906.44 233.541C2880.66 226.024 2889.2 228.666 2880.96 228.962C2876.94 226.534 2873.02 224.14 2869 221.712C2859.24 219.722 2849.44 217.711 2839.77 215.74C2842.15 215.654 2844.52 215.566 2846.89 215.475C2833.24 209.502 2836.79 211.679 2828.45 211.06C2828.68 210.282 2828.92 209.505 2829.15 208.727C2814.89 206.209 2812.9 203.01 2809.95 202.028C2803.84 200.005 2793.06 206.616 2772.57 189.961C2761.26 191.139 2764.34 182.31 2757.1 184.968C2741.97 174.646 2773.2 186.696 2788.19 191.716C2788.2 191.718 2788.21 191.721 2788.22 191.723C2789.35 192.104 2787.81 190.694 2791.81 192.055ZM2699.63 171.338C2710.77 169.681 2670.69 159.631 2682.55 168.755C2684.49 169.429 2686.42 170.102 2688.37 170.773C2692.15 170.976 2695.88 171.158 2699.65 171.343C2699.65 171.342 2699.64 171.34 2699.63 171.338ZM2318.02 69.2504C2278.97 62.0685 2300.44 69.4597 2314.03 70.16C2316.75 70.3083 2318.32 70.0152 2318.02 69.2504ZM1515.35 4.74886C1514.78 5.25684 1514.21 5.76486 1513.64 6.27292C1526.64 5.7478 1552.14 7.68311 1551.72 4.27473C1539.71 4.41341 1527.35 4.57238 1515.35 4.74886ZM1619.14 2.67487C1616.29 2.44799 1604.76 1.89754 1606.17 3.18323C1611.07 4.11385 1616.17 5.04953 1621.16 5.98865C1623.49 5.43907 1625.82 4.89034 1628.14 4.34247C1624.91 4.12506 1619.91 2.73355 1619.14 2.67487Z" fill="%23FFAB0A"/></svg>');
  bottom: -55px;
  left: 0;
  background-size: 100% 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero__hero-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__hero-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__hero-title {
    font-size: 40px;
    padding-bottom: 28px;
  }
}

.jiffy-hero__title-shape {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-hero__title-shape {
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-hero__title-shape svg {
    width: 50%;
  }
}

.jiffy-hero__title-shape svg path.line1 {
  stroke-width: 2.7px;
  stroke: var(--jiffy-common-yellow-2);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3200;
  animation: dash 2s linear both;
}

.jiffy-hero__sm-img {
  height: 170px;
}

.jiffy-hero__sm-img img {
  height: 170px;
}

.jiffy-hero__content-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
  color: #fff;
}

.jiffy-hero__input {
  margin: 0px 170px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__input {
    margin: 0px 70px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__input {
    margin: 0px;
    margin-bottom: 20px;
  }

  .jiffy-hero__hero-title span::after {
    height: 45px;
    bottom: -30px;
  }
}

.jiffy-hero__input input {
  background-color: var(--jiffy-common-white);
  border: none;
  height: 60px;
  width: 100%;
  border-radius: 6px;
  padding-left: 55px;
  padding-right: 180px;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 767px) {
  .jiffy-hero__input input {
    padding-right: 20px;
  }
}

.jiffy-hero__input button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .jiffy-hero__input button {
    position: static;
    transform: translate(0);
    margin-top: 20px;
  }
}

.jiffy-hero__input svg {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.jiffy-hero__thumb-wrapper-main {
  position: relative;
}

.jiffy-hero__thumb-wrapper-main::after {
  position: absolute;
  content: "";
  top: 47px;
  left: -40px;
  right: 0;
  height: 100%;
  width: 108%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0224) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 30px 50px rgba(1, 6, 20, 0.12);
  border-radius: 6px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__thumb-wrapper-main::after {
    top: 39px;
    left: -26px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__thumb-wrapper-main::after {
    top: 22px;
    left: -13px;
  }
}

.jiffy-hero__thumb-wrapper {
  border: 6px solid var(--jiffy-common-white);
  padding: 30px;
  margin-top: -340px;
  position: relative;
  background: #F1EFF4;
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.2);
  border-radius: 6px;
}

@media (max-width: 767px) {
  .jiffy-hero__thumb-wrapper {
    margin-top: -365px;
  }
}



.jiffy-hero__shape-img-1 {
  position: absolute;
  top: 20%;
  left: -18%;
  animation: tpupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero__shape-img-1 {
    left: -17%;
  }
}

.jiffy-hero__shape-img-2 {
  position: absolute;
  bottom: -19%;
  right: -16%;
  animation: tpupdown 1s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero__shape-img-2 {
    bottom: -32%;
    right: -5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__shape-img-2 {
    bottom: -36%;
    right: -5%;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__shape-img-2 {
    bottom: -74%;
    right: -10%;
  }
}

.jiffy-hero-2__ptb {
  padding-top: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-2__ptb {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-2__ptb {
    padding-top: 150px;
  }
}

.jiffy-hero-2__plr {
  padding-left: 310px;
  padding-right: 310px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .jiffy-hero-2__plr {
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-2__plr {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-2__plr {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-2__plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-2__plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.jiffy-hero-2__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: var(--jiffy-common-black);
  font-family: var(--jiffy-ff-mont);
  padding-bottom: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-2__title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-2__title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-2__title {
    font-size: 77px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__title {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-2__title {
    font-size: 46px;
  }
}

.jiffy-hero-2__user {
  padding-bottom: 70px;
}

.jiffy-hero-2__user h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--jiffy-ff-mont);
  margin-top: 15px;
}

.jiffy-hero-2__user h4 span {
  color: var(--jiffy-common-white);
  padding: 0px 8px;
}



.jiffy-hero-2__user-img {
  padding-top: 25px;
}



.jiffy-hero-2__main-img {
  margin-right: -60px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .jiffy-hero-2__main-img {
    margin-right: -130px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-2__main-img {
    margin-right: -150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-2__main-img {
    margin-right: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__main-img {
    margin-right: 0px;
  }
}

.jiffy-hero-2__main-img img {
  max-width: inherit;
}

@media (max-width: 767px) {
  .jiffy-hero-2__main-img img {
    max-width: 100%;
  }
}

.jiffy-hero-2__sub-img-1 {
  position: absolute;
  top: 25%;
  right: -8%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__sub-img-1 {
    right: 0px;
  }
}

.jiffy-hero-2__sub-img-1 img {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.jiffy-hero-2__sub-img-2 {
  position: absolute;
  top: 46%;
  right: -10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__sub-img-2 {
    right: 0px;
  }
}

.jiffy-hero-2__sub-img-3 {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-2__sub-img-3 {
    left: 3px;
  }
}

.jiffy-hero-2__sub-img-4 {
  position: absolute;
  top: 6%;
  right: 6%;
}

.jiffy-hero-btn-3 {
  margin-bottom: 15px;
}

.jiffy-hero-btn-3 a {
  margin: 0px 7px;
  margin-bottom: 20px;
}

.jiffy-hero-title-5 {
  font-size: 55px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  overflow: hidden;
  margin-bottom: 30px;
  font-weight: bold;
}

.jiffy-hero-title-5 span {
  font-weight: 200;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-title-5 {
    font-size: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-title-5 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-title-5 {
    font-size: 47px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


  .jiffy-hero-title-5 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-title-5 {
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
  }

  .jiffy-hero-five-section-box {
    text-align: center;
  }
}


.jiffy-hero-title-5 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}

.jiffy-hero-title-5 i i.child-2 {
  transform: translateY(150px);
  opacity: 0;
  display: inline-block;
  padding-bottom: 20px;
}

.jiffy-hero-title-5 span.child-1 {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--jiffy-common-blue-4);
}

.jiffy-hero-title-5 span.child-1 svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.jiffy-hero-title-5 span.child-2 {
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-five-section-box p {
    font-size: 15px;
  }
}

.jiffy-hero-five__ptb-5 {
  padding-top: 150px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-five__ptb-5 {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-five__ptb-5 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-five__ptb-5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-five-btn-box {
    margin-bottom: 40px;
  }
}

.jiffy-hero-five-section-box p {
  padding-bottom: 0;
}

.jiffy-hero-five-section-wrap .jiffy-hero-2__user-img {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .jiffy-hero-five-section-box p {
    font-size: 15px;
  }

  .jiffy-hero-five-section-box p br {
    display: none;
  }

  .jiffy-hero-five-section-wrap .jiffy-hero-btn-3 {
    text-align: center;
  }
}

.jiffy-hero-five__shape-2 {
  position: absolute;
  top: 14%;
  left: -3%;
  animation: moving 9s linear infinite;
}

.jiffy-hero-five__shape-3 {
  position: absolute;
  top: 27%;
  left: 3%;
  animation: movingleftright1 infinite 18s;
}

.jiffy-hero-five__shape-4 {
  position: absolute;
  bottom: 12%;
  left: 45%;
  animation: moving 9s linear infinite;
}

@media (max-width: 767px) {
  .jiffy-hero-five-btn-box {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 0px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 0px;
  }
}


.jiffy-hero-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.jiffy-hero-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}

.jiffy-section-title-shape svg {
  position: absolute;
  bottom: -2px;
  left: 60px;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-section-title-shape svg {
    left: 33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-section-title-shape svg {
    left: 21%;
  }
}

@media (max-width: 767px) {
  .jiffy-section-title-shape svg {
    left: 100px;
  }
}

/*----------------------------------------*/
/*  04. ABOUT CSS START
/*----------------------------------------*/
.jiffy-about__image {
  text-align: left;
}

.jiffy-about__image img {
  width: 85%;
}

.jiffy-about__image.align-right,
.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .jiffy-about__pt-pb {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .jiffy-about__image.align-right,
  .jiffy-about__image {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-about__img-wrapper {
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .jiffy-about__img-wrapper {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-about__img-wrapper {
    margin-bottom: 140px;
  }
}

.jiffy-about__right {
  padding-left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-about__right {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-about__right {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-about__right {
    padding-left: 0px;
  }
}

.jiffy-about__section-box {
  padding-bottom: 20px;
}

.jiffy-about__section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-about__section-box p {
    display: none;
  }
}

.jiffy-about__list {
  padding-bottom: 45px;
}

.jiffy-about__list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  color: var(--jiffy-grey-8);
  list-style-type: none;
}

.jiffy-about__list ul li:last-child {
  margin-bottom: 0;
}

.jiffy-about__list ul li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  color: var(--jiffy-common-dark-black);
  background-color: var(--jiffy-common-white);
  font-weight: 400;
}

.ab-brand-item img {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.ab-brand-border-bottom {
  border-bottom: 1px solid rgba(8, 8, 41, 0.1);
}

.ab-company-fun-fact span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #B2B2B8;
  padding-bottom: 10px;
  display: inline-block;
}

.ab-company-fun-fact h4 {
  font-weight: 700;
  font-size: 44px;
  line-height: 36px;
  color: var(--jiffy-common-white);
  padding-bottom: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ab-company-fun-fact h4 {
    font-size: 30px;
  }
}

.ab-company-fun-fact h4 em {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: var(--jiffy-common-white);
  font-style: normal;
}

.ab-company-fun-fact p {
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  color: #5F6168;
}

.ab-company-fun-fact-wrap {
  border-right: 1px solid rgba(8, 8, 41, 0.1);
}

@media (max-width: 767px) {
  .ab-company-fun-fact-wrap {
    border-right: 0;
  }
}

.ab-company-border-none {
  border-right: none;
}

.journey-slider-item {
  background-color: #222;
  box-shadow: 0px 14px 20px rgba(8, 8, 41, 0.08);
  border-radius: 6px;
  padding: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .journey-slider-item {
    padding: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-item {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .journey-slider-item {
    padding: 30px;
  }
}

.journey-slider-meta span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--jiffy-common-yellow);
  padding-bottom: 10px;
  display: inline-block;
}

.journey-slider-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-title {
    font-size: 20px;
  }
}

.journey-slider-content P {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #d9d9d9;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .journey-slider-content P br {
    display: none;
  }
}

.journey-slider-wrapper .jiffy-scrollbar {
  background: rgba(1, 16, 61, 0.16);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.journey-slider-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #202124;
  border-radius: 4px;
  left: 0;
  top: 0;
}

.journey-stroke-text {
  position: absolute;
  top: 25px;
  right: 25px;
}

.journey-stroke-text h2 {
  font-size: 100px;
  background-clip: border-box;
  background: linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(56 55 55) 91%);
  background: -webkit-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(56 55 55) 91%);
  background: -moz-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(56 55 55) 91%);
  background: -ms-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(56 55 55) 91%);
  -webkit-background-clip: text;
  color: transparent;
}

/*----------------------------------------*/
/*  05. SERVICE CSS START
/*----------------------------------------*/
.jiffy-service__section-box p {
  font-size: 18px;
  line-height: 28px;
}

.jiffy-service__icon {
  margin-bottom: 25px;
}

.jiffy-service__title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-service__title-sm {
    font-size: 20px;
  }
}

.jiffy-service__content p {
  padding-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-service__content p br {
    display: none;
  }
}

.jiffy-service__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: rgb(74 74 74 / 10%);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}

.jiffy-service__link a:hover {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-service__link a:hover svg {
  color: var(--jiffy-common-white);
}

.jiffy-service__link a svg {
  transition: 0.4s;
  color: var(--jiffy-common-yellow);
}

.jiffy-service__grey-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: -1;
}

.jiffy-service-3-content span {
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-urban);
  padding-bottom: 10px;
  display: inline-block;
}

.jiffy-service-3-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: var(--jiffy-ff-urban);
  color: var(--jiffy-common-white);
  padding-bottom: 25px;
}

.jiffy-service-sm-item {
  border: 1px solid #1e1e1e;
  border-radius: 6px;
  padding: 45px;
  min-height: 345px;
  overflow: hidden;
  transition: 0.3s;
  background: linear-gradient(239.18deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
}

.jiffy-service-3-content {
  margin-top: 20px;
}

.jiffy-service-sm-icon i {
  font-size: 25px;
  background: #504848;
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 6px;
  transition: 0.3s all;
}

.jiffy-service-sm-item:hover .jiffy-service-sm-icon i {
  background-color: var(--jiffy-common-yellow);
  color: #000000;
}

.jiffy-service-sm-item:hover {
  box-shadow: 0px 8px 16px -2px rgba(32, 33, 36, 0.06), 0px 16px 32px -2px rgba(32, 33, 36, 0.1);
}

.jiffy-service-sm-item:hover .jiffy-service-sm-link {
  opacity: 1;
  visibility: visible;
}



.jiffy-service-sm-item:hover .jiffy-service-sm-icon svg {
  color: #5B6CFF;
  width: 45px;
}

.jiffy-service-sm-icon svg {
  transition: 0.3s;
  color: var(--jiffy-common-black);
}

.jiffy-service-sm-content span {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 13px;
}

.jiffy-service-sm-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--jiffy-common-white);
  margin-bottom: 0;
  padding-bottom: 20px;
  transition: 0.3s;
  line-height: 31px;
}

.jiffy-service-sm-title a:hover {
  color: var(--jiffy-common-yellow);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-service-sm-title {
    font-size: 22px;
    line-height: 28px;
  }

  .jiffy-service-sm-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-service-sm-title {
    font-size: 18px;
    line-height: 23px;
  }

  .jiffy-service-sm-title br {
    display: none;
  }
}

.jiffy-service-sm-link {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.jiffy-service-sm-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: var(--jiffy-common-white);
  transition: 0.3s;
}

.jiffy-service-sm-link a i {
  margin-left: 4px;
  transition: 0.3s;
  position: relative;
  top: 0;
}

.jiffy-service-sm-link a:hover {
  color: var(--jiffy-common-yellow);
}

.jiffy-service-sm-link a:hover i {
  animation: tfLeftToRight 0.4s forwards;
}

.jiffy-service-sm-link a span::before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: var(--jiffy-common-black);
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-service-section-wrapper .jiffy-section-title-3 {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-service-section-wrapper {
    flex-wrap: wrap;
  }
}

.jiffy-service-area .container .row [class*=col-]:last-child {
  border-right: 0;
}

.jiffy-service-area .container .row [class*=col-]:first-child::after {
  display: none;
}

/*----------------------------------------*/
/*  06. PROJECT CSS START
/*----------------------------------------*/

.inner-project {
  height: 100%;
}

.inner-project-item {
  border-radius: 6px;
  padding: 0;
  transition: 0.3s;
  position: relative;
}

.inner-project-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.inner-project-item:hover {
  box-shadow: 0px 10px 20px rgba(1, 16, 61, 0.1);
}

.inner-project-item:hover .inner-project-img img {
  border-radius: 6px;
  transform: scale(1.2);
}

.inner-project-img {
  border-radius: 6px;
}

.inner-project-img img {
  border-radius: 6px;
  width: 100%;
  transition: 0.7s;
}

.inner-project-brand {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
}

.inner-project-brand img {
  box-shadow: 0px 10px 10px rgba(6, 22, 34, 0.06);
  backdrop-filter: blur(30px);
  border-radius: 6px;
}

.inner-project-content {
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.inner-project-content p {
  padding-bottom: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-project-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.inner-project-category-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--jiffy-common-yellow);
  padding-bottom: 15px;
  display: inline-block;
}

.inner-project-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  color: #080829;
  padding-bottom: 10px;
  transition: 0.3s;
}

.inner-project-title:hover {
  color: var(--jiffy-common-yellow);
}

@media (max-width: 767px) {
  .inner-project-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-project-title {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  07. FAQ CSS START
/*----------------------------------------*/



.jiffy-faq-left-wrapper {
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-faq-left-wrapper {
    padding-right: 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .jiffy-faq-left-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.jiffy-faq-section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--jiffy-ff-mont);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-faq-section-box p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-faq-section-box p {
    font-size: 16px;
  }

  .jiffy-faq-section-box p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  10. CTA CSS START 
/*----------------------------------------*/
.jiffy-cta-bg {
  border-radius: 6px;
  padding: 52px 40px;
  background: linear-gradient(7deg, #595d70 0%, #0d0c10 100%);
}

.jiffy-cta-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--jiffy-ff-mont);
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-cta-content p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-cta-content p {
    font-size: 15px;
  }

  .jiffy-cta-content p br {
    display: none;
  }
}

.jiffy-cta-grey-bg {
  height: 170px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-card-thumb-wrapper {
    margin-bottom: 170px;
  }
}

@media (max-width: 767px) {
  .jiffy-card-thumb-wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-card-thumb-wrapper {
    margin-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-card-space {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .jiffy-card-space {
    padding-bottom: 0px;
  }
}

.jiffy-card-title-box {
  padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-card-title-box {
    padding-left: 50px;
  }

  .jiffy-card-title-box br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-card-title-box {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-card-title-box {
    padding-left: 0;
  }
}

.jiffy-card-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--jiffy-ff-urban);
  padding-bottom: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-card-title-box p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-card-title-box p {
    font-size: 16px;
    line-height: 25px;
  }

  .jiffy-card-title-box p br {
    display: none;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-sales-img-wrapper {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .jiffy-sales-img-wrapper {
    margin-bottom: 50px;
  }
}

.jiffy-sales-section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--jiffy-ff-urban);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-sales-section-box p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-sales-section-box p {
    font-size: 16px;
    line-height: 25px;
  }

  .jiffy-sales-section-box p br {
    display: none;
  }
}

.jiffy-sales-feature ul {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-sales-feature ul {
    margin-bottom: 40px;
  }
}

.jiffy-sales-feature ul li {
  position: relative;
  padding: 20px 15px;
  list-style-type: none;
  margin-bottom: 17px;
}

.jiffy-sales-feature ul li:last-child {
  margin-bottom: 0;
}

.jiffy-sales-feature ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #FFB545;
  opacity: 0.2;
  border-radius: 10px;
}

.jiffy-sales-feature ul li.purple-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #625FFB;
  opacity: 0.2;
  border-radius: 10px;
}

.jiffy-sales-feature ul li.purple-2 span i {
  background-color: var(--jiffy-theme-1);
}

.jiffy-sales-feature ul li.purple-2 span em {
  color: var(--jiffy-theme-1);
}

.jiffy-sales-feature ul li.green-3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #65CB7B;
  opacity: 0.2;
  border-radius: 10px;
}

.jiffy-sales-feature ul li.green-3 span i {
  background-color: var(--jiffy-common-green);
}

.jiffy-sales-feature ul li.green-3 span em {
  color: var(--jiffy-common-green);
}

.jiffy-sales-feature ul li span {
  position: relative;
  padding-left: 35px;
  z-index: 2;
}

.jiffy-sales-feature ul li span i {
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-white);
  position: absolute;
  top: 0;
  left: 0;
}

.jiffy-sales-feature ul li span em {
  font-weight: 600;
  font-size: 16px;
  color: var(--jiffy-common-yellow);
  font-family: var(--jiffy-ff-urban);
  font-style: normal;
}

@media (max-width: 767px) {
  .jiffy-sales-feature ul li span em {
    font-size: 14px;
  }
}

.jiffy-inner-font p {
  font-family: var(--jiffy-ff-body);
}

.jiffy-plan-2-space {
  padding-bottom: 120px;
}

.jiffy-plan-2-img-box {
  margin-left: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-plan-2-img-box {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-plan-2-img-box {
    margin-left: 0px;
  }
}

.jiffy-plan-2-img-1 img {
  border-radius: 6px;
  width: 100%;
}

/*----------------------------------------*/
/*  09. BLOG CSS START
/*----------------------------------------*/
.jiffy-blog-thumb {
  margin-bottom: 30px;
  border-radius: 6px;
}

.jiffy-blog-thumb img {
  border-radius: 6px;
  width: 100%;
  transition: transform 0.3s linear;
}

.jiffy-blog-thumb:hover img {
  transform: scale(1.1);
}

.jiffy-blog-meta {
  margin-bottom: 12px;
}

.jiffy-blog-category span {
  font-weight: 700;
  font-size: 12px;
  line-height: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--jiffy-common-yellow);
  font-family: var(--jiffy-ff-urban);
  border: 1px solid rgba(91, 108, 255, 0.1);
  border-radius: 6px;
  display: inline-block;
  padding: 8px 12px;
}

.jiffy-blog-date span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #c5c5c5;
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}

.jiffy-blog-date span::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #5F6168;
}

.jiffy-blog-title-box {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9EBF1;
}

.jiffy-blog-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--jiffy-common-black);
  font-family: var(--jiffy-ff-urban);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-blog-title-sm {
    font-size: 20px;
    line-height: 28px;
  }

  .jiffy-blog-title-sm br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-blog-title-sm {
    font-size: 21px;
    line-height: 29px;
  }

  .jiffy-blog-title-sm br {
    display: none;
  }
}

.jiffy-blog-title-sm:hover {
  color: var(--jiffy-common-yellow);
}

.jiffy-blog-avata {
  margin-right: 15px;
}

.jiffy-blog-author-info h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-urban);
  margin-bottom: 3px;
}

.jiffy-blog-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #c5c5c5;
  font-family: var(--jiffy-ff-urban);
}


@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__wrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}



.postbox__thumb .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 90px;
  width: 90px;
  background-color: var(--jiffy-common-white);
  text-align: center;
  line-height: 90px;
  color: var(--jiffy-common-black);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.postbox__thumb .play-btn:hover {
  background-color: var(--jiffy-common-blue-4);
  color: var(--jiffy-common-white);
}

article.postbox__item {
  background: #282727;
  border-radius: 18px;
}

.postbox__thumb img {
  border-radius: 6px;
  margin-bottom: 40px;
}

.postbox__audio {
  height: 100%;
  width: 100%;
}

.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}


.postbox__content {
  padding: 22px;
}

.postbox__content p img {
  max-width: 100%;
  border-radius: 10px;
}

.basic-pagination ul {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__content p img {
    width: 100%;
  }
}

.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.postbox__title {
  color: var(--jiffy-common-black);
  line-height: 1.3;
  font-weight: 700;
  font-size: 30px;
  color: #202124;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }

  .postbox__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }

  .postbox__title br {
    display: none;
  }
}

.postbox__title a:hover {
  color: var(--jiffy-common-yellow);
}

.postbox__meta {
  margin-bottom: 20px;
}

.postbox__meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #888888;
  display: inline-block;
  margin-right: 12px;
}

.postbox__meta span:first-child {
  padding: 8px 12px;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
}

.postbox__meta span:last-child {
  margin-right: 0;
}

.postbox__meta span i {
  color: var(--jiffy-theme-1);
  margin-right: 3px;
  font-weight: 500;
}

.postbox__meta span:hover {
  color: var(--jiffy-common-blue-4);
}

.postbox__text {
  padding-right: 30px;
}

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

.postbox__text p {
  font-size: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}

.postbox__text-single p {
  margin-bottom: 15px;
}



.postbox__comment ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  list-style: none;
  border-bottom: 1px solid #161616;
}

.postbox__comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.postbox__comment ul li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 0px;
  }
}

.postbox__comment ul-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--jiffy-common-black);
  margin-bottom: 40px;
  margin-right: 20px;
}

.postbox__comment-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.postbox__comment-name {
  margin-bottom: 5px;
}

.postbox__comment-name h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}



.postbox__comment-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}

@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.postbox__comment-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }

  .postbox__comment-text p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__comment-text p br {
    display: none;
  }
}

.postbox__comment-reply {
  margin-top: 10px;
}

.postbox__comment-reply a {
  display: inline-block;
  height: 30px;
  line-height: 27px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 13px;

  border: 1px solid #F0F0F0;
  border-radius: 6px;
  transition: 0.3s;
}

.postbox__comment-reply a:hover {
  color: var(--jiffy-common-dark-black);
  background: var(--jiffy-common-yellow);
  border-color: var(--jiffy-common-yellow);
}

.postbox__comment-reply a:hover svg {
  color: var(--jiffy-common-dark-black);
}

.postbox__comment-reply a svg {
  transform: translateY(-2px);
  margin-right: 6px;

  transition: 0.3s;
}

.postbox__comment-agree {
  margin-bottom: 30px;
}

.postbox__comment-agree .form-check-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #c7cacf;
}

.postbox__comment-agree .form-check-input:checked {
  background-color: var(--jiffy-common-blue-4);
  border-color: transparent;
}

.postbox__comment-agree .form-check-input:focus {
  box-shadow: none;
}

.postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 4px;
}


@media (max-width: 767px) {
  .postbox__navigation-more {
    flex-wrap: wrap;
  }
}

.postbox__navigation-img {
  margin-right: 15px;
}

.postbox__navigation-img img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .postbox__navigation-left {
    margin-bottom: 30px;
  }
}

.postbox__navigation-content a:hover span {
  color: var(--jiffy-common-blue-4);
}

.postbox__navigation-content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  padding-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}

.postbox__navigation-content span i {
  margin-right: 10px;
}

.postbox__navigation-content h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .postbox__navigation-content h5 {
    font-size: 16px;
  }
}

.postbox__navigation-content h5:hover {
  color: var(--jiffy-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__navigation-content h5 {
    font-size: 15px;
  }
}

.postbox__navigation-right .postbox__navigation-img {
  margin-right: 0;
  margin-left: 15px;
}

.postbox__navigation-right .postbox__navigation-content span i {
  margin-right: 0;
  margin-left: 10px;
}

.blog-grid-inner .jiffy-blog-item {
  border-radius: 6px;
  transition: 0.3s;
  background-color: #282727;
}



.blog-grid-inner .jiffy-blog-content {
  padding: 30px;
}

@media (max-width: 767px) {
  .blog-grid-inner .jiffy-blog-content {
    padding: 25px;
  }
}

.blog-grid-inner .jiffy-blog-thumb {
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.blog-grid-inner .jiffy-blog-thumb img {
  border-radius: 6px 6px 0 0;
}

.blog-grid-inner .jiffy-blog-title-box {
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-grid-inner .jiffy-blog-title-sm {
  font-family: var(--jiffy-ff-body);
  color: #fff;
}

.blog-grid-inner .jiffy-blog-title-sm br {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__comment-form {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}

.postbox__comment-info {
  flex: 0 0 auto;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}

.rc__post-thumb {
  flex: 0 0 auto;
}

.rc__post-thumb img {
  border-radius: 6px;
  width: 75px;
  height: 75px;
  flex: 0 0 auto;
  object-fit: cover;
}

.rc__post-title {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--jiffy-common-black);
}

.rc__post-title a:hover {
  color: var(--jiffy-common-yellow);
}

.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #bfbfc3;
}

.sidebar__wrapper {
  padding-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .sidebar__wrapper {
    padding-left: 0;
  }
}

.sidebar__widge-title-box {
  border-radius: 14px 14px 0px 0px;
}

.sidebar__widget-content {
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .sidebar__widget-content {
    padding: 35px 25px;
  }
}

.sidebar__widget {
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  background: #282727;
}

.sidebar__widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: var(--jiffy-common-white);
  border-bottom: 1px solid #3c3535;
  padding: 20px 20px;
}

.sidebar__widget:last-child-title {
  border-bottom: 0;
}

.sidebar__widget ul li {
  list-style: none;
  margin-bottom: 25px;
}

.sidebar__widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar__widget ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #d1d1d1;
  display: flex;
  justify-content: space-between;
}

.sidebar__widget ul li a:hover {
  color: var(--jiffy-common-yellow);
}

.sidebar__widget ul li a i {
  font-size: 18px;
  transform: translateY(2px);
  margin-right: 10px;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 0;
  outline: none;
  padding-right: 60px;
  border: 1px solid #5c5454;
  background: transparent;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .sidebar__search input {
    padding-right: 40px;
    padding-left: 15px;
  }
}

.sidebar__search input:focus {
  border-color: var(--jiffy-common-blue-4);
}

.sidebar__search input::placeholder {
  color: #777777;
}

.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  color: var(--jiffy-common-black);
}



.tagcloud a {
  border: 1px solid #5f5f5f;
  color: #bebdc9;
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 8px 15px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 13px;
  }
}

.tagcloud a:hover {
  background: var(--jiffy-common-yellow);
  color: var(--jiffy-common-dark-black);
  border-color: var(--jiffy-common-yellow);
}

.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}



.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.basic-pagination ul li span {
  display: inline-block;
  transform: translateY(-4px);
}

.basic-pagination ul li a.current {
  background: #F2F2F2;
  color: var(--jiffy-common-black);
}

.basic-pagination ul li a:hover {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: var(--jiffy-common-black);
}


.blog-details-title-box span {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #FFFFFF;
  padding: 8px 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  margin-bottom: 10px;
  display: inline-block;
}

.blog-details-banner-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-banner-title {
    font-size: 57px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-banner-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .blog-details-banner-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-banner-title {
    font-size: 40px;
  }
}

.blog-details-banner .jiffy-blog-author-info h5 {
  font-weight: 800;
  font-size: 17px;
  line-height: 16px;
  color: #FFFFFF;
}

.blog-details-banner .jiffy-blog-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .blog-details-social-box {
    margin-top: 30px;
  }
}

.blog-details-social-box a {
  height: 42px;
  width: 42px;
  line-height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  color: var(--jiffy-common-white);
  margin-left: 6px;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-social-box a {
    height: 35px;
    width: 35px;
    line-height: 33px;
    margin-left: 0px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .blog-details-social-box a {
    margin-left: 0px;
    margin-right: 6px;
  }
}

.blog-details-social-box a:hover {
  background-color: var(--jiffy-common-yellow-4);
  border-color: var(--jiffy-common-yellow-4);
  color: var(--jiffy-common-black);
}


.blog-details-big-img img {
  border-radius: 6px;
}

.postbox__details-checkmark {
  padding-bottom: 40px;
}

.postbox__details-checkmark ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;

}

@media (max-width: 767px) {
  .postbox__details-checkmark ul li {
    font-size: 14px;
  }
}

.postbox__details-checkmark ul li::last-child {
  margin-bottom: 0;
}

.postbox__details-checkmark ul li i {
  height: 20px;
  width: 20px;
  background-color: var(--jiffy-common-white);
  color: var(--jiffy-common-dark-black);
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  transform: translateX(2px);
  position: absolute;
  top: -2px;
  left: 0;
}

.postbox__details-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 10px;
}

.postbox__details-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;

}

.postbox__details-img-box {
  padding-bottom: 20px;
}

.postbox__details-img-box span img {
  border-radius: 6px;
  margin-bottom: 20px;
}



@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__details-wrapper {
    padding-right: 0;
  }
}

.postbox__details-qoute {
  background: #333;
  padding: 40px 50px;
  border-left: 3px solid var(--jiffy-common-yellow);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-qoute {
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .postbox__details-qoute {
    padding: 30px;
  }
}

.postbox__details-qoute blockquote {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .postbox__details-qoute blockquote {
    flex-wrap: wrap;
  }
}

.postbox__details-qoute-icon svg {
  transform: translateY(5px);
  margin-right: 30px;
}

@media (max-width: 767px) {
  .postbox__details-qoute-icon svg {
    margin-bottom: 20px;
  }
}

.postbox__details-qoute-text P {
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-qoute-text P {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .postbox__details-qoute-text P {
    font-size: 17px;
    line-height: 26px;
  }
}

.postbox__details-qoute-text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-yellow);
}

.postbox__details-qoute-text span::before {
  content: "";
  height: 1px;
  width: 16px;
  background-color: var(--jiffy-common-yellow);
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 10px;
}

.postbox__details-author-info-box {
  background-color: #333;
  border-radius: 14px;
  padding: 50px 45px;
}

@media (max-width: 767px) {
  .postbox__details-author-info-box {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
}

.postbox__details-author-avata {
  flex: 0 0 auto;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .postbox__details-author-avata {
    margin-bottom: 20px;
  }
}

.postbox__details-author-avata img {
  flex: 0 0 auto;
  border-radius: 50%;
}

.postbox__details-author-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
}

.postbox__details-author-social a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  box-shadow: 0px 1px 1px rgba(32, 33, 36, 0.12);
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  transition: 0.3s;

}

.postbox__details-author-social a:hover {
  background-color: var(--jiffy-common-blue-4);
  color: var(--jiffy-common-white);
}

.postbox__comment-input {
  position: relative;
}

.postbox__comment-input input:focus~.floating-label,
.postbox__comment-input input:not(:focus):valid~.floating-label {
  top: 0;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--jiffy-common-dark-black);
  background-color: var(--jiffy-common-white);
  padding: 2px 6px;
  border-radius: 3px;
}

.postbox__comment-input textarea:focus~.floating-label-2,
.postbox__comment-input textarea:not(:focus):valid~.floating-label-2 {
  top: -9px;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--jiffy-common-dark-black);
  background-color: var(--jiffy-common-white);
  padding: 2px 6px;
  border-radius: 3px;
}

.postbox__comment-input .eye-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.postbox__comment-input .eye-btn span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.postbox__comment-input .eye-btn .eye-on {
  transform: scale(0);
}

.postbox__comment-input .eye-btn.open .eye-on {
  transform: scale(1) translateY(-50%);
}

.postbox__comment-input .eye-btn.open .eye-off {
  transform: scale(0);
}

.postbox__comment-input .inputText {
  border-radius: 6px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #665d5d;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--jiffy-common-white);
  background: transparent;
}

.postbox__comment-input .inputText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #ffffff;
}

.postbox__comment-input .inputText.password {
  padding-right: 55px;
}

.postbox__comment-input .textareaText {
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  width: 100%;
  height: 160px;
  resize: none;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #665d5d;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--jiffy-common-black);
  background: transparent;
}

.postbox__comment-input .textareaText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}

.postbox__comment-input .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}

.postbox__comment-input .floating-label-2 {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 20px;
  transition: 0.2s ease all;
}

/* ---------------------------------- */
/* 10 SERVICE */
/*------------------------------------*/
.jiffy-service__section-box p {
  font-size: 18px;
  line-height: 28px;
}

.jiffy-service__item {
  border: 1px solid rgba(1, 16, 61, 0.08);
  border-radius: 6px;
  padding: 50px 42px;
  transition: 0.3s;
  background: #202020;
}

.jiffy-service__item:hover {
  border: 1px solid #E8EAF1;
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
}

.jiffy-service__item:hover .jiffy-service__icon {
  animation: icon-bounce 0.8s 1;
}

.jiffy-service__icon {
  margin-bottom: 25px;
}

.jiffy-service__title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-service__title-sm {
    font-size: 20px;
  }
}

.jiffy-service__content p {
  padding-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-service__content p br {
    display: none;
  }
}


/*----------------------------------------*/
/*  09. COUNTER CSS START
/*----------------------------------------*/
.jiffy-counter-wrapper {
  box-shadow: 0px 20px 80px rgba(7, 13, 32, 0.08);
  backdrop-filter: blur(5px);
  border-radius: 6px;

}

@media (max-width: 767px) {
  .jiffy-counter-space {
    padding-bottom: 100px;
  }
}

.jiffy-counter-item p {
  margin-bottom: 0;
  font-family: var(--jiffy-ff-urban);
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .jiffy-counter-item p {
    font-size: 16px;
  }
}

.jiffy-counter-item h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  margin-bottom: 0;
}

.jiffy-counter-item h4 span {


  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .jiffy-counter-item h4 span {
    font-size: 45px;
  }
}

.jiffy-counter-item h4 em {
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
}

.jiffy-counter-wrap {

  padding: 40px 0;
}

@media (max-width: 767px) {
  .jiffy-counter-wrap {
    margin-bottom: 20px;
    border-right: none;
  }
}

.jiffy-counter-wrapper .row [class*=col-]:last-child .jiffy-counter-wrap {
  border-right: 0;
}

.swiper-slide {
  transition: 0.3s;
}

.dragged .swiper-slide {
  transform: scale(0.97);
}

/*----------------------------------------*/
/*  11. INTEGRATION CSS START
/*----------------------------------------*/

.jiffy-intigration-area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.jiffy-intigration-five-section-box p {
  padding-bottom: 30px;
}

.jiffy-intigration-five-wrapper>div>img.digi-icons {

  width: 55px;
  border-radius: unset;
  transition: 0.3s all;
}

.jiffy-intigration-five-wrapper>div>img.digi-icons:hover {
  transform: scale(1.2);
}

.jiffy-intigration-five-circle-img-1 {
  position: absolute;
  top: 0%;
  left: 0%;
}

.jiffy-intigration-five-circle-img-1 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-2 {
  position: absolute;
  top: 66%;
  left: -8%;
}

.jiffy-intigration-five-circle-img-2 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-3 {
  position: absolute;
  top: 78%;
  left: 5%;
}

.jiffy-intigration-five-circle-img-3 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-4 {
  position: absolute;
  top: 123%;
  left: -7%;
}

.jiffy-intigration-five-circle-img-4 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-5 {
  position: absolute;
  top: 103%;
  left: 18%;
}

.jiffy-intigration-five-circle-img-5 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-6 {
  position: absolute;
  top: 103%;
  right: 18%;
}

.jiffy-intigration-five-circle-img-6 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-7 {
  position: absolute;
  top: -3%;
  right: 7%;
}

.jiffy-intigration-five-circle-img-7 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-8 {
  position: absolute;
  top: 38%;
  right: 6%;
}

.jiffy-intigration-five-circle-img-8 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-9 {
  position: absolute;
  top: 35%;
  right: -13%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-intigration-five-circle-img-9 {
    top: 41%;
    right: -9%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-intigration-five-circle-img-9 {
    top: 70%;
    right: 0;
  }
}

.jiffy-intigration-five-circle-img-9 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-10 {
  position: absolute;
  bottom: -43%;
  right: -4%;
}

.jiffy-intigration-five-circle-img-10 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-11 {
  position: absolute;
  bottom: -34%;
  left: 3%;
  z-index: -1;
  animation: moving 9s linear infinite;
}

.jiffy-intigration-five-circle-img-12 {
  position: absolute;
  bottom: 49%;
  left: 7%;
  z-index: -1;
  animation: movingleftright1 infinite 18s;
}

.jiffy-intigration-five-circle-img-13 {
  position: absolute;
  bottom: -42%;
  right: 14%;
  animation: moving 9s linear infinite;
}

.jiffy-intigration-five-circle-img-14 {
  position: absolute;
  bottom: 21%;
  right: -11%;
  z-index: -1;
  animation: movingleftright1 infinite 18s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-intigration-five-circle-img-14 {
    bottom: 13%;
    right: -6%;
  }
}

.jiffy-feature-inner .jiffy-feature-five-wrapper .jiffy-feature-five-item {
  box-shadow: -1px -1px 4px rgba(20, 17, 37, 0.04), 0px 1px 4px rgba(32, 33, 36, 0.06);
}

/*----------------------------------------*/
/*  12. TESTIMONIAL CSS START
/*----------------------------------------*/
.jiffy-testimonial__rating span {
  margin: 0px 5px;
}

.jiffy-testimonial__wrapper {
  background-color: #141414;
  box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);
  border-radius: 6px;
}

.jiffy-testimonial__left-item {
  display: inline-block;
  padding: 60px;
  background: linear-gradient(126.78deg, #111112 11.46%, #1f1f20 90.23%);
  box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px 60px 0px 30px;
}

@media (max-width: 767px) {
  .jiffy-testimonial__left-item {
    padding: 30px;
  }
}



.jiffy-testimonial__content p {
  font-weight: normal;
  font-size: 17px;
  color: var(--jiffy-common-white);
  padding-bottom: 20px;
  padding-right: 30px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .jiffy-testimonial__content p {
    font-size: 15px;
  }
}

.jiffy-testimonial__author-info span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: var(--jiffy-common-white);
  padding-bottom: 5px;
}

.jiffy-testimonial__author-info i {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.jiffy-testimonial__slider-active {
  margin: 0 -55px;
}

.jiffy-testimonial__wrapper-main.slick-slide {
  padding: 55px;
}

.jiffy-testimonial__img-item svg {
  display: inline-block;
  color: #8C87A6;
}

.jiffy-testimonial__img-item {
  text-align: center;
  cursor: pointer;
}

.jiffy-testimonial__img-active {
  padding: 0px 120px;
}

@media (max-width: 767px) {
  .jiffy-testimonial__img-active {
    padding: 0 30px;
  }
}

.jiffy-testimonial__img-wrap.slick-current .jiffy-testimonial__img-item svg {
  color: var(--jiffy-common-white);
}


.jiffy-testimonial-2-item {
  background: linear-gradient(239.18deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
  backdrop-filter: blur(20px);
  border-radius: 6px;
  padding: 60px 40px;
  transition: 0.4s;
}

.jiffy-testimonial-2-item:hover {
  box-shadow: 0px 20px 20px rgba(28, 9, 61, 0.2);
}

.jiffy-testimonial-2-star {
  margin-bottom: 13px;
}

.jiffy-testimonial-2-star span {
  color: var(--jiffy-common-yellow-2);
}

.jiffy-testimonial-2-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: var(--jiffy-common-white);
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-testimonial-2-content p {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-testimonial-2-content p {
    font-size: 18px;
  }
}

.jiffy-testimonial-2-author-info h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-mont);
  margin-bottom: 0;
}

.jiffy-testimonial-2-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--jiffy-ff-mont);
}

.jiffy-testimonial-2-img {
  margin-right: 13px;
}

.jiffy-testimonial-2-img img {
  width: 50px;
  height: 50px;
}

.jiffy-testimonial-2-section {
  margin: 0px -15px;
}

.jiffy-testimonial-2-slider-active .slick-slide {
  padding: 40px 15px;
  padding-bottom: 60px;
}

.jiffy-testimonial-2-slider-active .slick-dots {
  text-align: center;
}

.jiffy-testimonial-2-slider-active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.jiffy-testimonial-2-slider-active .slick-dots li.slick-active button {
  background-color: var(--jiffy-common-white);
  border-color: var(--jiffy-common-white);
}

.jiffy-testimonial-2-slider-active .slick-dots li button {
  height: 12px;
  width: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0;
  border-radius: 50%;
}

.jiffy-testimonial-five-wrapper {
  padding: 30px 70px 30px 60px;
  /* background: #F7F9FB; */
  border-radius: 16px;
}

.jiffy-testimonial-five-item {
  background: #101010;
  border-radius: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-testimonial-five-wrapper {
    padding: 30px 30px 30px 30px;
  }
}

@media (max-width: 767px) {
  .jiffy-testimonial-five-wrapper {
    padding: 25px;
  }
}

.jiffy-testimonial-five-avata {
  margin-right: 20px;
}

.jiffy-testimonial-five-avata img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.jiffy-testimonial-five-author-info h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
}

.jiffy-testimonial-five-author-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5F6168;
}

@media (max-width: 767px) {
  .jiffy-testimonial-five-author-info span {
    font-size: 14px;
  }
}

.jiffy-testimonial-five-content {
  padding: 40px 60px 50px 60px;
  border-top: 1px solid #1c1919;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-testimonial-five-content {
    padding: 40px 40px 50px 40px;
  }
}

@media (max-width: 767px) {
  .jiffy-testimonial-five-content {
    padding: 25px;
  }
}

.jiffy-testimonial-five-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #a0a2a9;
  padding-right: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-testimonial-five-content p {
    padding-right: 0;
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-testimonial-five-content p {
    font-size: 17px;
    line-height: 29px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-testimonial-five-content p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-testimonial-five-content p {
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .jiffy-testimonial-five-content p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0px;
  }
}

.testimonial-five-slider-active {

  padding-bottom: 60px;
}

.jiffy-testimonial-five-slider-section .jiffy-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.jiffy-testimonial-five-slider-section .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--jiffy-common-white);
  box-shadow: 0px 0px 6px rgba(187, 255, 94, 0.3);
  border-radius: 4px;
  left: 0;
  top: 0;
}

/*----------------------------------------*/
/*  13. PRICE CSS START
/*----------------------------------------*/


.jiffy-price__section-box p {
  font-size: 18px;
}

.jiffy-price__item {
  background-color: #141414;
  box-shadow: 0px 1px 0px rgba(1, 16, 61, 0.1), 0px -20px 70px rgba(1, 16, 61, 0.03);
  border-radius: 6px;
  padding: 50px 60px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-price__item {
    padding: 35px 28px;
  }
}

@media (max-width: 767px) {
  .jiffy-price__item {
    padding: 30px;
  }
}

.jiffy-price__item:hover .jiffy-price__btn a {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.jiffy-price__item:hover .jiffy-price__btn a i {
  transform: translateY(2px);
  margin-left: 10px;
}

.jiffy-price__item:hover .jiffy-price__btn span {
  transform: translateX(30px);
}

.jiffy-price__item.active {
  background: linear-gradient(358.1deg, #121212 49.57%, #222224 107.48%);
  border-radius: 6px;
}

.jiffy-price__item.active .jiffy-price__title-sm {
  color: var(--jiffy-common-white);
}

.jiffy-price__item.active .jiffy-price__title-box p {
  color: var(--jiffy-common-white);
  border-color: rgba(255, 255, 255, 0.2);
}

.jiffy-price__item.active .jiffy-price__feature ul li {
  color: var(--jiffy-common-white);
}

.jiffy-price__item.active .jiffy-price__feature ul li svg path.price-path-2 {
  color: #fff;
}

.jiffy-price__item.active .jiffy-price__feature ul li svg path.price-path-1 {
  color: #fff;
}

.jiffy-price__item.active .jiffy-price__btn {
  background-color: var(--jiffy-common-white);
  border-radius: 6px;
}

.jiffy-price__item.active .jiffy-price__btn a {
  background-color: #18171F;
}

.jiffy-price__btn {
  overflow: hidden;
  position: relative;
}

.jiffy-price__btn span {
  transform: translateX(0px);
  transition: 0.3s;
}

.jiffy-price__btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: var(--jiffy-common-yellow);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  visibility: hidden;
}

.jiffy-price__feature {
  margin-bottom: 45px;
}

.jiffy-price__feature ul li {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  list-style-type: none;
}

.jiffy-price__feature ul li.inactive span svg path.price-path-3 {
  color: #D9DADC;
}

.jiffy-price__feature ul li.inactive span svg path.price-path-2 {
  color: #D9DADC;
}

.jiffy-price__feature ul li.inactive span svg path.price-path-1 {
  color: #D9DADC;
}

.jiffy-price__feature ul li:last-child {
  margin-bottom: 0;
}

.jiffy-price__feature ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.jiffy-price__feature ul li span svg path.price-path-3 {
  color: #FF94BA;
}

.jiffy-price__feature ul li span svg path.price-path-2 {
  color: #6865FF;
}

.jiffy-price__feature ul li span svg path.price-path-1 {
  color: #6865FF;
}



.jiffy-price__title-sm {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
}

.jiffy-price__title-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(1, 16, 61, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-price__title-box p {
    font-size: 13px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.jiffy-price-header {
  padding-left: 40px;
}

.jiffy-price-header-img {
  padding-bottom: 20px;
}

.jiffy-price-header-img img {
  width: 150px;
}

.jiffy-price-header-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.jiffy-price-header-content p span {
  font-weight: 600;
  color: var(--jiffy-common-white);
}

.jiffy-price-top-item {
  width: 33.33%;
  float: left;
  padding: 40px 20px;
}

.jiffy-price-top-item.active {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px 20px 0px 0px;
}

.jiffy-price-top-item.active .jiffy-btn-service {
  background-color: var(--jiffy-common-yellow-3);
  color: var(--jiffy-common-black);
  border-color: var(--jiffy-common-yellow-3);
  transition: 0.3s;
}

.jiffy-price-top-item.active .jiffy-btn-service:hover {
  background-color: var(--jiffy-common-white);
  color: var(--jiffy-common-black);
  border-color: var(--jiffy-common-white);
}

.jiffy-price-top-tag-wrapper span {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--jiffy-common-white);
  padding-bottom: 10px;
  display: inline-block;
}

.jiffy-price-top-tag-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}

.jiffy-price-top-title-wrapper h4 {
  font-weight: 600;
  font-size: 50px;
  line-height: 49px;
  color: #FFFFFF;
  padding-bottom: 8px;
}

.jiffy-price-top-title-wrapper h4 span {
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
}

.jiffy-price-top-title-wrapper h4 em {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #FFFFFF;
  margin-right: 5px;
  transform: translateY(-23px);
  display: inline-block;
}

.jiffy-price-top-title-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.jiffy-price-feature-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.jiffy-price-feature-box {
  border-radius: 20px 0 0 20px;
  background: rgba(255, 255, 255, 0.06);
}

.jiffy-price-feature-item {
  height: 65px;
  line-height: 65px;
  padding: 0px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jiffy-price-feature-item:last-child {
  border-bottom: 0;
}

.jiffy-price-feature-item span {
  color: var(--jiffy-common-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  margin-right: 5px;
}

.jiffy-price-feature-info-item {
  width: 33.33%;
  float: left;
}

.jiffy-price-feature-info-item.active {
  background: rgba(255, 255, 255, 0.06);
}

.jiffy-price-feature-info {
  height: 65px;
  line-height: 65px;
  padding: 0px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jiffy-price-feature-info:last-child {
  border-bottom: 0;
}

.jiffy-price-feature-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: var(--jiffy-common-white);
}

.jiffy-price-feature-tooltip {
  background-color: var(--jiffy-common-white);
  padding: 10px 20px;
  border-radius: 14px;
  position: absolute;
  bottom: 25px;
  left: -30px;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.jiffy-price-feature-tooltip::after {
  position: absolute;
  content: "";
  left: 35px;
  bottom: 2px;
  width: 18px;
  height: 18px;
  background-color: var(--jiffy-common-white);
  -webkit-transform: rotate(45deg) translateY(50%);
  -moz-transform: rotate(45deg) translateY(50%);
  -ms-transform: rotate(45deg) translateY(50%);
  -o-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}

.jiffy-price-feature-tooltip p {
  margin-bottom: 0;
  font-size: 14px;
}

.jiffy-price-feature-tooltip-box {
  display: inline-block;
  cursor: pointer;
}

.jiffy-price-feature-tooltip-box:hover svg {
  color: var(--jiffy-common-white);
}

.jiffy-price-feature-tooltip-box:hover .jiffy-price-feature-tooltip {
  visibility: visible;
  opacity: 1;
  bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-price-table {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

.jiffy-price-table-wrapper {
  width: 1170px;
}

@media (max-width: 767px) {
  .plan-section-box p br {
    display: none;
  }
}

.jiffy-price__btn-box {
  display: inline-block;
}

.jiffy-price__btn-bg {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(18, 20, 32, 0.14);
  border-radius: 6px;
  position: relative;
}

@media (max-width: 767px) {
  .jiffy-price__btn-bg {
    transform: translateY(40px);
  }
}

.jiffy-price__btn-bg button {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  position: relative;
  z-index: 999;
  padding: 18px 30px;
  transition: 0.3s;
}

.jiffy-price__btn-bg button.active {
  color: var(--jiffy-common-dark-black);
}

.jiffy-price__btn-bg button.monthly.active~.test {
  transform: translateX(0px);
}

.jiffy-price__btn-bg button.yearly.active {
  transform: translateX(-10px);
}

.test {
  position: absolute;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  width: 100px;
  height: calc(100% - 8px);
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: "";
  background: var(--jiffy-common-yellow-2);
  box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px rgba(89, 86, 233, 0.1);
  border-radius: 6px;
  transform: translateX(104px);
}

.price-shape-line {
  position: absolute;
  right: 35%;
  top: -18px;
  -webkit-animation: lineDash 90s linear infinite;
  animation: lineDash 90s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .price-shape-line {
    right: 25%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price-shape-line {
    right: 17%;
  }
}

.price-offer-badge {
  height: 50px;
  width: 50px;
  background: linear-gradient(149deg, #FF4386 -12.19%, #413DFF 89.78%);
  box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 31%;
  top: -33px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .price-offer-badge {
    right: 20%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price-offer-badge {
    right: 11%;
  }
}

.price-offer-badge span {
  color: var(--jiffy-common-white);
  font-weight: 800;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-top: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-price__section-box .jiffy-section-title br {
    display: none;
  }
}

.price-inner-white-bg {
  background-color: #282727;
  border-radius: 40px 40px 0 0;
}

.price-inner-white-bg .jiffy-price-table-wrapper {
  padding-top: 40px;
}

.price-inner-white-bg .jiffy-price-feature-wrapper {
  border-color: #505051;
}

.price-inner-white-bg .jiffy-price-feature-item {
  border-color: #505051;
}

.price-inner-white-bg .jiffy-price-feature-item span {
  color: var(--jiffy-common-white);
}

.price-inner-white-bg .jiffy-price-feature-info {
  border-color: #505051;
}

.price-inner-white-bg .jiffy-price-feature-info span {
  color: var(--jiffy-common-white);
}



.price-inner-white-bg .jiffy-price-header-content p {
  color: #fff;
}

.price-inner-white-bg .jiffy-price-header-content p span {
  color: #fff;
}


.price-inner-white-bg .jiffy-price-top-item.active .jiffy-price-top-title-wrapper .jiffy-btn-service {
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-dark-black);
  border-color: var(--jiffy-common-yellow);
}

.price-inner-white-bg .jiffy-price-top-item.active .jiffy-price-top-title-wrapper .jiffy-btn-service:hover {
  background-color: var(--jiffy-common-yellow-3);
  border-color: var(--jiffy-common-yellow-3);
}

.price-inner-white-bg .jiffy-price-top-tag-wrapper span {
  color: var(--jiffy-common-white);
}

.price-inner-white-bg .jiffy-price-top-tag-wrapper p {
  color: #bdbdbd;
}

.price-inner-white-bg .jiffy-price-top-title-wrapper h4 {
  color: var(--jiffy-common-white);
}

.price-inner-white-bg .jiffy-price-top-title-wrapper p {
  color: #5F6168;
}

.price-inner-white-bg .jiffy-price-top-title-wrapper .jiffy-btn-service {
  background-color: var(--jiffy-common-yellow-3);
  color: var(--jiffy-common-dark-black);
}

.price-inner-white-bg .jiffy-price-top-title-wrapper .jiffy-btn-service:hover {
  background-color: var(--jiffy-common-yellow);
  border-color: var(--jiffy-common-yellow);
}

.price-inner-white-bg .jiffy-price-feature-tooltip {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.jiffy-price__btn-box {
  position: relative;
}

.jiffy-price__btn-box .jiffy-price__btn-line {
  position: absolute;
  right: -20px;
  top: -55px;
  animation: lineDash-2 90s linear infinite;
}

.jiffy-price__btn-box .jiffy-price__btn-offer-tag {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: linear-gradient(146.58deg, #FF96F9 11.28%, #C32BAC 43.24%);
  box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -75px;
  right: -75px;
  z-index: 2222;
}

.jiffy-price__btn-box .jiffy-price__btn-offer-tag span {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: var(--jiffy-common-white);
  display: inline-block;
  text-align: center;
  transform: translateY(11px);
}

.pr-feature-wrapper {
  background: #282727;
  box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.14);
  border-radius: 20px 20px 0px 0px;
  padding: 30px 40px;
  padding-right: 0;
}

.pr-feature-head ul {
  padding-left: 20px;
}

.pr-feature-head ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  list-style-type: none;
}

.pr-feature-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  color: var(--jiffy-common-white);
  margin-bottom: 0;
}

.pr-feature-title-sm {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.1;
  color: var(--jiffy-common-white);
}

.pr-feature-height {
  height: 100px;
  padding: 0px 40px;
  padding-right: 0;
  background: #1c1a1a;
}

.pr-feature-item h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #202124;
  padding-bottom: 5px;
}

.pr-feature-wrapper-2 .pr-feature-height:nth-child(2n) {
  background-color: #282727;
}

.pr-feature-item .jiffy-btn-service:hover {
  background-color: var(--jiffy-common-blue-4);
  border-color: var(--jiffy-common-blue-4);
}

.pr-feature-item.active .jiffy-btn-service {
  background-color: var(--jiffy-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .price-inner-white-bg {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pr-feature-main {
    width: 930px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pr-feature-box {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

.pr-feature-bottom ul {
  text-align: center;
  padding-left: 20px;
}

.pr-feature-bottom ul li {
  width: 33.33%;
  float: left;
  list-style-type: none;
}

.pr-feature-bottom ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: var(--tp-common-black);
}

.pr-feature-bottom ul li i {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: var(--tp-common-blue-4);
  font-size: 12px;
  background: rgba(96, 14, 228, 0.06);
  line-height: 29px;
}

.pr-feature-bottom ul li i.times {
  color: #5F6168;
  background-color: #EAEAEA;
  font-size: 14px;
}

/*----------------------------------------*/
/*  14. TEAM CSS START
/*----------------------------------------*/

.jiffy-team-title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--jiffy-common-white);
}

.jiffy-team-title-sm:hover {
  color: var(--jiffy-common-yellow-3);
}

.jiffy-team-content {
  margin-bottom: 30px;
  margin-top: 30px;
}

.jiffy-team-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--jiffy-common-white);
  opacity: 0.7;
}

.jiffy-team-social a {
  color: var(--jiffy-common-white);
  opacity: 0.8;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.jiffy-team-social a span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0080FB;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.jiffy-team-social a:hover {
  opacity: 1;
}

.jiffy-team-social a:hover span {
  opacity: 1;
  visibility: visible;
  transform: scale(1.2);
}

.jiffy-team-border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.jiffy-team-border-right::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 24px;
  background-color: var(--jiffy-common-yellow-3);
  content: "";
  animation: scroll1 15s forwards infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-team-border-right {
    border-right: 0;
  }
}

.jiffy-team-border-right.jiffy-border-after-2::after {
  animation: scroll1 20s infinite;
}

.jiffy-team-border-right.jiffy-border-after-3::after {
  animation: scroll1 30s infinite;
}

.jiffy-team-inner-title-color .jiffy-team-title-sm {
  color: var(--jiffy-common-white);
}

.jiffy-team-social .icon-color-2 span {
  background: linear-gradient(225.09deg, #8000FF 6.72%, #D50087 54.13%, #FFD600 93.85%);
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}

.jiffy-team-social .icon-color-3 span {
  background: #1DA7FC;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}

.jiffy-team-social .icon-color-4 span {
  background: #087AED;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}

.jiffy-team-area .container .row .jiffy-team-border-right:last-child {
  border-right: 0;
}

.jiffy-team-area .container .row .jiffy-team-border-right:last-child::after {
  display: none;
}

.jiffy-team-inner .container .row .team-inner-border-right:nth-child(4n) {
  border-right: 0;
}

.jiffy-team-inner .container .row .team-inner-border-right:nth-child(4n)::after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-team-section-box {
    margin-bottom: 40px;
  }
}

.team-inner-border-right {
  border-right: 1px solid rgba(8, 8, 41, 0.08);
  position: relative;
}

.team-inner-border-right .jiffy-team-content span {
  color: #d7d7d7;
  opacity: 0.7;
}

.team-inner-border-right .jiffy-team-social a {
  color: #b5b5b5;
  background: #333;
  margin-left: 3px;
  margin-right: 3px;
}

.team-inner-border-right .jiffy-team-social a:hover {
  color: var(--jiffy-common-white);
}

.jiffy-team-item {
  transition: 0.4s;
  background: #282727;
  border-radius: 6px;
  padding-bottom: 20px;
  overflow: hidden;
}

/*----------------------------------------*/
/*  15. CAREER CSS START
/*----------------------------------------*/

.parallax-main {
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  height: 620px;
  background-color: red;
}

.parallax-img {
  min-height: 1000px;
  margin-top: -300px;
}

@media (max-width: 767px) {
  .carrer-banner-img-item {
    margin-bottom: 30px;
  }
}

.carrer-banner-img-item img {
  border-radius: 6px;
  width: 100%;
}

.carrer-banner-space {
  margin-top: 75px;
  position: relative;
  z-index: 3;
}

/*----------------------------------------*/
/*  16. CONTACT CSS START
/*----------------------------------------*/
.jiffy-contact-overlay {
  position: relative;
}

.jiffy-contact-input-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px -1px 1px rgba(15, 56, 191, 0.2), 0px 1px 1px rgba(8, 18, 79, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 6px;
  padding: 60px 50px;
}

@media (max-width: 767px) {
  .jiffy-contact-input-wrapper {
    padding: 30px 20px;
  }
}

.jiffy-contact-input input {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 6px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-white);
  width: 100%;
}

.jiffy-contact-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.jiffy-contact-input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.jiffy-contact-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.jiffy-contact-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.jiffy-contact-input input:focus {
  border-color: var(--jiffy-common-white);
}

.jiffy-contact-input textarea {
  margin-top: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 6px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-white);
  width: 100%;
  resize: none;
  height: 160px;
}

.jiffy-contact-input textarea:focus {
  border-color: var(--jiffy-common-white);
}

.jiffy-contact-input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.jiffy-contact-input textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.jiffy-contact-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.jiffy-contact-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.contact-info-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #848587;
}

.jiffy-contact-shape {
  position: absolute;
  bottom: -1%;
  right: -8%;
}

.contact-info-item {
  border: 1px solid #2e2727;
  border-radius: 6px;
  text-align: center;
  padding: 55px 30px;
  overflow: hidden;
  background: #141414;
}

.contact-info-img {
  margin-bottom: 35px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .signin-banner-main-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signin-banner-from-wrap {
    padding: 100px 0;
  }
}

.signin-banner-from {
  width: 100%;
  height: 100%;
}

.signin-banner-from-wrap {
  width: 470px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-wrap {
    width: 410px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-wrap {
    width: 100%;
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .signin-banner-from-wrap {
    width: 100%;
    padding: 100px 15px;
  }
}

.signin-banner-from-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  color: var(--jiffy-common-white);
  padding-bottom: 30px;
}

.signin-banner-login-browser {
  padding-bottom: 15px;
}

.signin-banner-login-browser a {
  height: 55px;
  padding: 0px 35px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  display: block;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: var(--jiffy-common-white);
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
}

.signin-banner-from-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #939498;
  padding-bottom: 35px;
}

.signin-banner-from-subtitle::before {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-subtitle::before {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-subtitle::before {
    width: 60px;
  }
}

.signin-banner-from-subtitle::after {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-left: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-subtitle::after {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-subtitle::after {
    width: 60px;
  }
}

.signin-banner-form-remember .form-check label {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #e9e9e9;
}

.signin-banner-form-remember .postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 3px;
  margin-top: 4px;
}

.signin-banner-form-remember .postbox__forget a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-black);
}

.signin-banner-from-register a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #e9e9e9;
}

.signin-banner-from-register a span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-white);
}

.jiffy-contact-select .nice-select {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 6px;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  width: 100%;
  height: 60px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.54);
  position: relative;
}

.jiffy-contact-select .nice-select.open {
  border: 2px solid var(--jiffy-common-white);
}

.jiffy-contact-select .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}

.jiffy-contact-select .nice-select .option.selected {
  font-weight: 600;
}

.jiffy-contact-select .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-45%);
  margin-top: 0;
  right: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: var(--jiffy-common-white);
  font-weight: 500;
  height: auto;
  width: auto;
  font-size: 20px;
  font-weight: 300;
  transition: 0.3s;
}

.jiffy-contact-select .nice-select ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 20px 0;
  background: #fff;
}

.jiffy-contact-select .nice-select ul li {
  color: var(--jiffy-common-black);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}

.jiffy-contact-select .nice-select ul li:last-child {
  margin-bottom: 0;
}

.jiffy-contact-select .nice-select .option {
  line-height: 1;
  min-height: 0;
}

.jiffy-contact-select .nice-select.open ul {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  17. FOOTER CSS START
/*----------------------------------------*/
.jiffy-footer__logo img {
  width: 160px;
  filter: brightness(0) invert(1);
}

.divider .jiffy-footer__border-bottom {
  position: relative;
}

.divider .jiffy-footer__border-bottom::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, #9b8585 48.44%, rgba(255, 255, 255, 0.151515) 99.99%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  bottom: 0;
  left: 0;
  position: absolute;
}

.jiffy-footer__widget-logo {
  display: inline-block;
}

@media (max-width: 767px) {
  .jiffy-footer__widget-logo {
    margin-bottom: 30px;
  }
}

.jiffy-footer__top-text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.jiffy-footer__icon-space {
  padding-top: 3px;
}

.jiffy-footer__top-space {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.jiffy-footer__jiffy-border-bottom {
  border-bottom: 1px solid #171718;
  padding-bottom: 45px;
}

.jiffy-footer__input input {
  background-color: transparent;
  border: none;
  height: 60px;
  width: 100%;
  border-radius: 6px;
  padding-left: 55px;
  padding-right: 80px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #525252;
}

.jiffy-footer__input button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background-color: #333;
}

.jiffy-footer__input button svg {
  color: var(--jiffy-common-white);
  transform: rotate(-45deg);
  margin-left: 2px;
  margin-top: 0;
}

.jiffy-footer__input button:hover {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-footer__input span {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.jiffy-footer__text p {
  font-weight: 400;
  font-size: 16px;
  color: var(--jiffy-common-white);
  line-height: 26px;
  padding-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-footer__text p {
    padding-right: 10px;
  }

  .jiffy-footer__text p br {
    display: none;
  }
}

.jiffy-footer__social a {
  height: 40px;
  width: 40px;
  line-height: 36px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  color: var(--jiffy-grey-2);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  margin-right: 10px;
  transform: scale(1);
  transition: 0.3s;
}

.jiffy-footer__social a:hover {
  background-color: var(--jiffy-common-yellow);
  border-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-white);
  transform: scale(1.1);
}

.jiffy-footer__content ul li {
  list-style-type: none;
  margin-bottom: 20px;
}

.jiffy-footer__content ul li :last-child {
  margin-bottom: 0;
}

.jiffy-footer__content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: rgba(245, 245, 250, 0.6);
  transition: 0.3s;
}

.jiffy-footer__content ul li a:hover {
  color: var(--jiffy-common-yellow);
  margin-left: 5px;
}

.jiffy-footer__contact-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--jiffy-ff-mont);
}

.jiffy-footer__contact-info ul li {
  position: relative;
  list-style-type: none;
  padding-left: 35px;
  margin-bottom: 18px;
}

.jiffy-footer__contact-info ul li:last-child {
  margin-bottom: 0;
}

.jiffy-footer__contact-info ul li:first-child a {
  font-weight: 500;
  font-size: 20px;
}

.jiffy-footer__contact-info ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.jiffy-footer__contact-info ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #F5F5FA;
}

.jiffy-footer__social-3 h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #c1c2c3;
  padding-bottom: 10px;
}

.jiffy-footer__social-3 a {
  height: 44px;
  width: 44px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  transition: 0.3s;
  margin-left: 6px;
  background-color: var(--jiffy-common-white);
  box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);
}

.jiffy-footer__social-3 a i {
  color: #82868C;
  transition: 0.3s;
}

.jiffy-footer__social-3 a i.fa-instagram {
  font-size: 16px;
  transform: translateX(1px);
}

.jiffy-footer__social-3 a:hover {
  background-color: #5B6CFF;
  border-radius: 6px;
  color: var(--jiffy-common-white);
}

.jiffy-footer__social-3 a:hover i {
  color: var(--jiffy-common-white);
}


.footer-col-4 {
  padding-left: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .footer-col-4 {
    padding-left: 0;
  }
}

.footer-widget-3 .jiffy-footer__contact-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #c1c2c3;
  font-family: var(--jiffy-ff-urban);
  padding-bottom: 5px;
}

.footer-widget-3 .jiffy-footer__contact-info ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #c1c2c3;

}

.footer-widget-3 .jiffy-footer__contact-info ul li a.first-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #c1c2c3;

}

.footer-widget-3 .jiffy-footer__content ul li {
  margin-bottom: 10px;
}

.footer-widget-3 .jiffy-footer__content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #c1c2c3;
  font-family: var(--jiffy-ff-urban);
}

.footer-widget-3 .jiffy-footer__content ul li a:hover {
  color: var(--jiffy-common-yellow);
}

.footer-widget-3 .jiffy-footer__input input {
  box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);
  border-radius: 6px;
}

.footer-widget-3 .jiffy-footer__input button {
  background: #5B6CFF;
  border-radius: 6px;
  line-height: 0;
}

.footer-widget-3 .jiffy-footer__input button:hover {
  background: var(--jiffy-common-yellow);
}

.footer-col-3-2 {
  padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-3-2 {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .footer-col-3-2 {
    padding-left: 0px;
  }
}

.footer-col-3-4 {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .footer-col-3-4 {
    padding-left: 0px;
  }
}

.jiffy-copyright__text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: rgba(245, 245, 250, 0.6);
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-copyright__text span {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .jiffy-copyright__text span {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.jiffy-copyright__text span a {
  color: var(--jiffy-common-red);
}

.jiffy-copyright__lang span {
  line-height: 0;
}

.jiffy-copyright__lang>ul>li {
  position: relative;
  list-style: none;
}

.jiffy-copyright__lang>ul>li>a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 5px 0 15px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  color: var(--jiffy-common-white);
  background: rgba(217, 217, 217, 0.1);
  line-height: 0;
}

.jiffy-copyright__lang>ul>li>a i {
  height: 20px;
  width: 20px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  text-align: center;
  color: var(--jiffy-common-black);
  background-color: var(--jiffy-common-white);
  display: inline-block;
}

.jiffy-copyright__lang>ul>li>a i::before {
  transform: translateX(0.6px);
  display: inline-block;
}

.jiffy-copyright__lang-submenu {
  position: absolute;
  bottom: 140%;
  left: 0px;
  width: 120px;
  background: var(--jiffy-common-white);
  z-index: 9;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  padding: 15px 20px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.jiffy-copyright__lang-submenu li {
  list-style: none;
  margin-bottom: 15px;
}

.jiffy-copyright__lang-submenu li:last-child {
  margin-bottom: 0;
}

.jiffy-copyright__lang-submenu li a:hover {
  color: var(--jiffy-common-red);
}

.jiffy-copyright__lang-submenu.open {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}



.jiffy-copyright__text-3 span {
  color: var(--jiffy-text-body);
  font-family: var(--jiffy-ff-urban);
}

.jiffy-copyright__text-3 span a {
  color: var(--jiffy-common-white);
}



@media (max-width: 767px) {
  .jiffy-footer__top-text {
    margin-bottom: 30px;
  }
}

.footer-slide-active {
  margin: 0px -100px;
}

.footer-slide-wrapper {
  padding: 15px 20px;
}

.jiffy-footer__widget-inner ul li a {
  position: relative;
}

.jiffy-footer__widget-inner ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--jiffy-common-yellow);
  transition: 0.7s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}

.jiffy-footer__widget-inner ul li a:hover {
  color: var(--jiffy-common-yellow);
}

.jiffy-footer__widget-inner ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.jiffy-footer__input-inner .jiffy-footer__input input {
  box-shadow: none;
  border: 1px solid #525252;
}

.jiffy-footer__input-inner .jiffy-footer__input button {
  background: #333;
}

.jiffy-footer__input-inner .jiffy-footer__social-3 h4 {
  padding-bottom: 8px;
  margin-bottom: 0;
}

.jiffy-footer__input-inner .jiffy-footer__social-3 a {
  transition: 0.3s;
  box-shadow: none;
  width: inherit;
  height: inherit;
  margin-right: 20px;
  background: none;
}

.jiffy-footer__input-inner .jiffy-footer__social-3 a:hover {
  background-color: inherit;
}

.jiffy-footer__input-inner .jiffy-footer__social-3 a:hover i {
  color: #5138EE;
}

.jiffy-footer__input-inner .jiffy-footer__contact-info ul li a.first-child {
  font-family: var(--jiffy-ff-urban);
}

.jiffy-footer__input-inner .jiffy-footer__contact-info ul li a {
  font-family: var(--jiffy-ff-urban);
}