*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Responsive Grid */  
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper,
.dnd-section>.row-fluid,
.page-center{ 
  margin:0 auto;
  padding-left:15px;
  padding-right:15px;
}

.dnd-section[class*="full-width"] {
  padding: 0;
}

.dnd-section[class*="full-width"] > .row-fluid {
  padding: 0;
}
@font-face {
  font-family: Gellix; 
  src: url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-Regular.woff2) format("woff2"),
    url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-Regular.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}

@font-face {
  font-family: Gellix;
  font-weight: 400;
  font-style: italic;
  font-display: swap; 
  src: url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-RegularItalic.woff2) format("woff2"),
    url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-RegularItalic.woff) format("woff");  
}

@font-face {
  font-family: Gellix;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-Medium.woff2) format("woff2"),
    url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-Medium.woff) format("woff");   
}


@font-face {
  font-family: Gellix;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-MediumItalic.woff2) format("woff2"),
    url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-MediumItalic.woff) format("woff");   
}

@font-face {
  font-family: Gellix;
  src: url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-SemiBold.woff2) format("woff2"), 
    url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-SemiBold.woff) format("woff");
  font-style: normal; 
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Gellix;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-SemiBoldItalic.woff2) format("woff2"),
    url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/fonts/Gellix-SemiBoldItalic.woff) format("woff");   
}

body {
  line-height: 1.5;
  word-break: break-word;
  background-color:#fff;
  background-image:url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/images/body_bg.svg);   
  background-repeat: repeat-y;
  background-size: 100%;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p { 
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

p:first-child{
  margin-top:0;
}

p:last-child{
  margin-bottom:0;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem; 
  font-weight: 600;
  letter-spacing: -.0125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

main p {
  font-weight: 400;
  letter-spacing: -.00625em;
  line-height: 1.5;
}

h1{
  margin-bottom:79px;
}

h2{
  margin-bottom:47px;
}

h3 {
  margin-bottom: 18px;
}

@media(max-width:767px){
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
  }
}


/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0; 
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img{
  vertical-align: middle; 
  max-width: 100%;
  height: auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  outline:none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


form {
  margin: 0 0 30px;
}

form .hs-button, form input[type=submit],
.button, button{
  margin: 20px 0;
}

ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs * {
  color: red;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cm_homepage header.header {
  position: absolute;
  width: 100%;
}
.header .page-center {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom_logo svg {
  font-size: 64px;
}

.mobile_trigger {
  display: none;
}

.custom_hd_right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-menu-primary ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transition: 0.3s all ease;
}

.custom-menu-primary > div > ul > li > a {
  font-size: 19.8854px;
  font-weight: 400;
  letter-spacing: -.00625em;
  line-height: 1.5;
}

.custom-menu-primary > div > ul {
  display: flex;
  flex-wrap: wrap;
}

.custom-menu-primary > div > ul > li:not(:first-child) {
  margin-left: 24px;
}

.hd_btn_grp {
  display: flex;
  flex-wrap: wrap;
}

.head_btn1 .hs-button,.head_btn2 .hs-button {
  padding: 8.1px 16px;
  font-size: 19.8854px;
  font-weight: 600;
  letter-spacing: -.00625em;
  line-height: 1.5;
  border-radius: 9999px;
  display: inline-block;
}

.head_btn1 .hs-button {
  background: #466bb6;
  color: #fff;
}

.head_btn2 .hs-button {
  background: #e2ecfe;
}

.head_btn2 {
  margin-left: 7px;
}

.hd_btn_grp {
  margin-left: 25px;
}

header.header {
  line-height: 1.5;
}

.custom_logo a {
  display: block;
  margin-top: 7px;
}

.custom-menu-primary {
  margin-top: -3px;
}

.custom-menu-primary .has-submenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-menu-primary li {
  position: relative;
}

.custom-menu-primary ul ul {
  background: #000;
}

.custom-menu-primary ul ul ul {
  left: 100%;
  top: 0;
}

.custom-menu-primary ul ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 0.85em;
  white-space: nowrap;
}
@media(max-width:1075px) and (min-width:991px){
  .custom-menu-primary>div>ul>li:not(:first-child) {
    margin-left: 12px;
  }

  .custom-menu-primary>div>ul>li>a {
    font-size: 17.8854px;
  }
}

@media(min-width:991px){
  .mob_sctn {
    display:none;
  }
}

@media(max-width:990px){
  .custom_hd_right {
    display: none;
  }

  .custom_logo svg {
    font-size: 48px;
  }

  .header .page-center {
    max-width: calc(90.1% + 30px);
  }

  .mobile_trigger {
    display: block;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;    
    cursor: pointer; 
  }

  .mobtrigger {
    font-size: 28.0415px;
  }

  .mobtrigger svg {
    display: block;
    vertical-align: middle;
  }

  .mob_sctn {
    display: block;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #F6F9FF;
  }

  .close_trigger {
    padding: 34px 34px 20px 0;
    text-align: right;
  }

  .close_tgr_in { 
    width: 48px;
    margin-left: auto;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
  }

  .close_tgr_in svg {
    font-size: 28.0415px;
    color: #1f1f1f;
    display: block;
  }

  .mob_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mob_menu ul ul {
    display: none;
  }

  .mob_menu {
    text-align: center;
    padding-top: 8px;
  }

  .mob_menu li a {
    font-size: 28.0415px;
    font-weight: 600;
    letter-spacing: -.0125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.05;
  }

  .mob_menu li:not(:first-child) {
    margin-top: 12px;
  }

  .mob_menu li {
    position: relative;
  }

  .mob_sctn {
    right: -320px; 
    transition: all 0.3s ease; 
  }

  .mobile_open .mob_sctn {
    right: 0;
  }

  .head_btn2 {
    margin-left: 0;
  }

  .head_btn1 {
    margin-top: 36px;
    margin-bottom: 14px;
  }

  .head_btn1 .hs-button,
  .head_btn2 .hs-button {
    display: block;
  }

  .mob_menu_inr {
    padding: 0 24px 96px;
  }

  .head_btn1,.head_btn2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mob_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    transition: all .3s ease;
    opacity: 0;
    z-index: 99;
    pointer-events: none;
  }

  .mobile_open .mob_overlay {
    opacity: 1;
    pointer-events: all;
  }

  header.header {
    position: relative;
    z-index: 99;
  }

  .mob_sctn {
    z-index: 999;
  }

  .child_trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    cursor: pointer;
    color: #466bb6;
  }

  .child_trigger:before {
    content: '+';
  }

  .mob_menu ul ul li a {
    font-size: 0.85em;
  }

  .mob_menu ul ul li:first-child {
    margin-top: 10px;
  }

  .mob_menu ul ul li:last-child {
    margin-bottom: 10px;
  }

  .child_open .child_trigger:before {
    content: '-';
  }
  .custom_logo svg {
    width: 156px;
  }

  .header .page-center {
    min-height: 90px;
  }
  .mobtrigger {
    font-size: 24px;
  }
}

.mobile_open{
  overflow:hidden;
}

body {
  overflow-x: hidden;
}

header.header {
  position: relative;
  z-index: 99;
}
footer.footer {
  background: #FFF4C1;
  padding: 102px 0 40px;
}

.copyright p {
  margin: 0;
}

.ft_btm {   
  margin-top: 106px; 
}

.copyright {
  font-weight: 500; 
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 12px;
}

.ft_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft_cols {
  width: calc(33.3% - 16px);
}

.footer .hs-menu-wrapper > ul > li > a,
.footer h2 {
  font-size: 20px;
  display: block;
  color: #1f1f1f;
  font-weight: 600;
  letter-spacing: -.0125em;
}


.footer .hs-menu-wrapper ul ul li a {
  display: block;
  font-size: 19.8854px;
  font-weight: 400;
  letter-spacing: -.00625em;
  line-height: 22px;
}

.footer .hs-menu-wrapper ul ul {
  margin-top: 20px;
}

.footer .hs-menu-wrapper ul ul li:not(:first-child) {
  margin-top: 12px;
}

.copyright p {
  letter-spacing: .1em;
}

.footer .hs-menu-wrapper > ul {
  display: block !important;
}

.copyright {
  font-size: 14.1016px;
  line-height: normal;
  margin-bottom: -2px;
}
.homerow3 .cwi_wrp .page-center {
  padding-bottom: 0;
}
@media(max-width:767px){
  .ft_cols {
    width: 100%;
    margin-bottom: 30px;
  }

  footer.footer {
    padding: 40px 0;
  }

  .ft_btm {
    margin-top: 0;
  }
}

footer.footer.lp_ftr {
  padding: 40px 0;
}

footer.footer.lp_ftr .ft_btm {
  margin-top: 0;
}

.footer .hs-menu-wrapper>ul>li>a, .footer h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.isolate_bg {
  isolation: isolate;
  overflow: hidden; 
  min-height: 768px;
}

.isolate_bg > svg {
  color: #f6f9ff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 768px;
  top: 0;
  position: absolute;
  display: block;
  vertical-align: middle;
  pointer-events: none;
  transform: scaleX(-1) scaleY(1);
  z-index: -1;
}

.isolate_bg > svg path {
  fill: currentColor;
}


.faq_page .btm_pane {
  margin-top: -64px;
}

.faq_page .btm_pane .bp_contnt {
  margin-bottom: -6px;
}


.faq_page .client_sldr > svg {
  margin-top: -96px;
}

.about_page .team > svg {
  margin-top: -96px;
}

.privacyrow1 .dnd-section>.row-fluid .dnd-column {
  padding-left: 0;
  padding-right: 0;
}
.privacyrow1 .dnd-section {
  padding-top: 80px;
  padding-bottom: 190px;
}
.privacyrow1 .dnd-section h1 {
  margin-bottom: 60px;
}
.privacyrow1 .dnd-section h2 {
  margin-top: 55px;
  margin-bottom: 33px;
}

.team .showmore_img, 
.blog_feed_sldr .blg_btm_btn  .LinkButton_underline__mvJmB,
.our_program_wrap .op_mid h3 span._Item_underline__KORII {
  background-image: url(https://22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/MyFirstBicycle_October2022/images/btn_bg.svg);
}

.contact_page .dnd-section {
  padding-top: 0;
}
.contact_page .cwi_wrp .page-center {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact_page .dnd-section .dnd-column {
  padding: 0;
}

.contact_page .btm_pane .page-center {
  padding-bottom: 100px;
}

.about_page .client_sldr>svg {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 96px;
  margin-top: -96px;
}

.about_page .client_sldr {
  background: transparent;
}

.about_page .client_sldr .cs_inr {
  background: #fff;
}

.hd_btn_grp,
.btm_pane a.cm_btn{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_page .btm_pane {
  margin-top: -64px;
}

.aboutrow6 .cwi_wrp .page-center {
  padding-bottom: 80px;
}

@media(max-width:767px){
  .bicycle-safety-page .dnd-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.cm_homepage .custom_logo svg ,
.cm_homepage .custom_logo svg * {
  color: #fff;
  fill: #fff; 
}

.cm_homepage .custom-menu-primary>div>ul>li>a {
  color: #fdfdfd;
} 

.cm_homepage .custom-menu-primary>div>ul>li:hover>a{
  color: #f6f9ff;
} 


.op_page .cwi_wrp .page-center {
  padding-bottom: 120px;
}

.oprow4 p {
  margin: 0;
  margin-bottom: 10px;
}

.oprow4 h2 {
  margin-bottom: 30px;
}

.oprow4 .dnd-section {
  padding-bottom: 60px;
}

.oprow5 .btm_pane .page-center {
  padding-top: 154px;
  padding-bottom: 178px;
}

.oprow5 .client_sldr {
  margin-top: -92px;
}

.home_page .client_sldr > svg {
  margin-top: -110px;
}

@media(max-width:767px){
  .home_page .client_sldr > svg {
    margin: 0;
  }
}

.cm_homepage .mobtrigger {
  color: #fdfdfd;
}

.privacyrow1 ul {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding: 0;
  list-style: none;
  font-size: 16px;
}

.privacyrow1 ul li {
  position: relative;
  margin-bottom: 0.90em;
  padding-left: 1.75em;
  font-weight: 400;
  letter-spacing: -.00625em;
  line-height: 1.5;
  font-size: 19.8854px;
}

.privacyrow1 ul li:first-child {
  margin-top: 0;
}

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

.privacyrow1 ul li:before {
  content: "";
  display: table;
  margin-bottom: -0.466em;
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  background-color: #6c6c6c;
  --tw-text-opacity: 1;
  top: 11px;
  left: 13px;
}

.oprow2 .blog_newslttr p {
  font-weight: 400;
  letter-spacing: -.00625em;
  line-height: 1.5;
}

.oprow2 .blog_newslttr {
  position: relative;
  z-index: 9;
}

@media (max-width: 767px){
  .oprow2 .blog_newslttr { 
    margin-bottom: 96px;
  }
}