*, *: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: bold;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* 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%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  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%;
  }

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

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

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;

  }
}

.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:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;
  }


  .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%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* 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 ;
  }
}
.page-center,
.content-wrapper ,
.dnd-section > .row-fluid {
  max-width: 100%;
  margin-right:auto;
  margin-left:auto;
}


.content-wrapper,.page-center {
  margin: 0 auto;
  padding: 0 10px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 10px;
}
body {
  line-height: 1.625;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */
.hs_service .form-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1{
  line-height:1.48208333;
}
h2{
  line-height:1.48205882;
}
h3{
  line-height:1.25;
}
h4{
  line-height:1.48222222;
  margin-bottom: 24px;
}
h5{
  line-height:1.625;
  margin-bottom:5px;
}
h6{
  line-height:1.42857142857;
}
/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ,ol {
/*   padding-top: 1.3rem; */
  padding-left: 1.5rem;
}

ul  li,
ol li  {
  margin-bottom: 1rem;
}
img{
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.5rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs_cos_wrapper_type_module > hr:only-child {
  background-color: transparent;
}
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;
}
.hs-search-field button {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field button:focus,
.hs-search-field button:hover {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field form {
  position: relative;
}
.hs-search-field__bar button svg {
  min-height: 18px;
  min-width: 18px;
}
/* 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=search],
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 {
  border-width: 1.2px;
  border-style: solid;
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  height: 50px;
  outline:none;
  font-weight:inherit;
}

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;
}
.widget-type-google_search a.hs-button.primary {
  margin-top: 20px;
}
.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 !important;
  margin-top: 0.35rem;
}

/* Submit button */

.hs-trans-btn,
form input[type=submit],
.hs-button, .hs-sec-btn,.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight:500;
  font-size:18px;
  line-height: 1.5;
  width:auto;
  border: 1px solid;
}

@media(max-width:767px){
  form input[type=submit],
  .hs-button, .hs-sec-btn{
    padding-left:31px;
    padding-right:31px;
    padding-top:6.5px;
    padding-bottom:6.5px;
  }
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs_error_rollup label {
  color: #ef6b51 !important;
}

::-webkit-input-placeholder{
  color: currentColor;
}

::-moz-placeholder{
  color: currentColor;
}

:-ms-input-placeholder{
  color: currentColor;
}

:-moz-placeholder{
  color: currentColor;
}

::placeholder{
  color: currentColor;
}

form input[type=search]:focus,
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus{
  box-shadow: 0px 1px 2px rgb(22 22 22 / 10%);
}

form textarea {
  min-height: 150px;
  resize: none;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;

}
.hs-search-field .hs-search-field__suggestions li:LAST-child{
  margin-bottom:10px;
}

.hs-search-field .hs-search-field__suggestions li:first-child {
  padding: 0 5px;
}
.hs-search-field .hs-search-field__suggestions li a {
  padding: 10px 5px;
  display:block;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
  }
}
/* Table */

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

/* Table Cells */

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

th {
  font-weight: bold;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
html:not(.hs-inline-edit) .header-wrapper .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span {
  min-height: 0;
} 
header.header {
  z-index: 101;
  position: relative;
}
header.header.sticky_header_active_wrap,
header.header.popup-open-wrap{
  z-index: 102;
}

.header .alert-section .text-alert {
  line-height: 1.42857142857;
  font-size: 0.875em;
  margin:0;
}
.header .close-icon {
  width: 16px;
  height: 16px;
}
.header .primary-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .alert-section {
  background: #F2FCFF;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .alert-section .close-icon svg {
  width: 16px;
  overflow:hidden;
  height: 16px;
}
.header .alert-section>.page-center {
  display: flex;
  justify-content: space-between;
}

.header .section-icon svg {
  width: 16PX;
  height: 16PX;
}

.header .top-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header .social-share li img,
.header .social-share li svg {
  width: 24px;
  vertical-align: middle;
  height: 24px;
}
.header .social-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .address-section,.header .contact-section > a {
  display: flex;
  align-items: center;
  transition: all 0.15s linear;
}


.header .top-section .cst-inner-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap:wrap;
  row-gap: 10px;
}
header.header .cst-inner-wrapper .text {
  margin-left: 0px;
}
.header .social-share ul>li>a {
  background: #FFF9FC;
  border-radius: 90px;
  width: 40px;
  height: 40px;
  transition: all 0.25s linear;
}


.header .social-share ul>li:not(:last-child) {
  margin-right: 20px;
}
.header .section-icon svg {
  display: inline-block;
  vertical-align: middle;
}

.header .social-share ul li>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-section .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .right-section {
  width: 28%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
}
.header .logo-section {
  width: auto;
}

.header .right-section .globe-icon svg {
  margin-left: 1px;
}

.header .menu-section .hs-menu-wrapper>ul >li>a {
  line-height: 1.48222222222;
}


.header hr {
  padding: 0;
  margin: 0;
}

.header .cst-humburger-icon .trigger {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0 6px 12px;
  border-radius: 1px;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header .cst-humburger-icon .trigger:nth-child(1) {
  margin-top: 11px;
}

.header .cst-humburger-icon .trigger:nth-child(2) {
  width: 20px;
  margin-left: 20px;
}
.header .cst-humburger-icon{
  display:none;
  cursor: pointer;
}

.Site-search {
  display: none;
}


header.header .section-icon {
  min-height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  background: #F2FCFF;
  margin-right: 5px;
  transition: all 0.25s linear;
}

header.header .button-section-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}


.header .page-center {
  padding-left: 10px;
  padding-right: 10px;
}
.child-trigger {
  display: none;
}
.nav.megamenu > nav > ul .header__menu-item--depth-1 > a > .child-trigger {
  display: block;
}
.nav.megamenu > nav > ul .header__menu-item--depth-1 > a {
  display: flex;
  align-items: center;
  vertical-align: middle;
}


.child-trigger {
  margin-left: 10px;
}

.header .search .search-icon-container {
  margin-right: 10px;
  cursor:pointer;
}

.header .search .search-icon-container:after {
  content: '|';
  font-size: 35px;
  margin-left: 14px;
  margin-right: 5px;
  font-weight: 200;
}

header.header .cst-inner-wrapper .text h4:last-child {
  margin: 0;
}
.header .social-share ul {
  justify-content: flex-end;
}
.header .right-section .globe_class ul.lang_list_class > li {
  margin-bottom: 0;
}
/** saerch style **/

.header-search-inner {
  min-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-filter: "alpha(opacity=0)";
  height: 100%;
  left: -150%;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(1.1);
  -webkit-transition: all 0s cubic-bezier(.32,0,0,1) 0s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
  transition: all 0s cubic-bezier(.32,0,0,1) 0s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
  -o-transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s;
  transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s;
  transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}

.header-search-inner .search-suggestion {
  margin: auto;
  max-width: 895px;
  padding: 30px 20px;
  width: 100%;
}

.header-search-inner .hs-search-field__bar form {
  /*   box-shadow: 0 0 65px 0 rgb(0 0 0 / 8%); */
  padding: 22px 35px;
  position: relative;
}

.header-search-inner .hs-search-field__bar form button {
  border: 0;
  height: 50px;
  margin-top: 0;
  position: absolute;
  right: 35px;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
  background: transparent;
  transform: none;
  bottom: 25px;
  top: auto;
}

.header-search-inner .hs-search-field__bar button svg {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  vertical-align: middle;
}
.header-search-inner .header-search-close {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.header-search-inner .header-search-close svg {
  WIDTH: 2rem !important;
  height: 2rem !important;
}

.header-search-inner .header-search-close svg path {
  fill: #fff;
}

.header-search-inner .hs-search-field__bar .btn_row {
  padding-bottom: 20px;
  justify-content: left;
}

.header-search-inner .hs-search-field__bar .search-content {
  padding: 0 35px;
}

.header-search-inner .hs-search-field__bar .search-content .cont {
  margin-bottom: 1rem;
}

/** end   **/

header.header .contact-wrapper {
  width: 66.666%;
  display: flex;
  flex-wrap: wrap;
}

header.header .mobile-open .nav {
  display: block;
}
/** button form popup style ***/
.header .popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s, transform 0.4s;
  visibility: hidden;
  opacity: 0;
}

.header .popup-wrapper .inner-popup-container {
  position: relative;
  max-width: 600px;
  margin: 10px;
  margin: 0 auto;
}

.header .popup-wrapper  .popup-inner-wrapper {
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  position: relative;
  border-radius: 6px;
  outline: 0;
  padding: 15px;
  BACKGROUND: aliceblue;
}
.header .close-icon {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  float: right;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #ff1515;
  filter: alpha(opacity=20);
  color: black;
  transform: rotate(87deg);
  display: flex;
  align-items: center;
}
.header .btn-section.popup-open .popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s;
}
/** end ***/

.search-open .header-search-inner {
  -ms-filter: "alpha(opacity=100)";
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.nav.megamenu >nav>ul .header__menu-submenu {
  border-radius: 0 0 10px 10px;
}
.header .primary-section {
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.header .mobile_section {
  display: none;
}

header.header .container-wrapper.mobile-open .cst-inner-wrapper .text h4:last-child {
  color: #fff;
}

.header .right-section {
  justify-content: flex-end;
}
.header .right-section .globe_class {
  background: none;
  width: 48px;
  height: 40px;
  cursor: unset;
}

.header .right-section .globe-icon {
  margin-right: 24px;
}
.header hr {
  height: 1px;
}
.header .right-section .globe-icon {
  display: inline-block;
  vertical-align: super;
  margin-top: 8px;
}
.header .right-section .langauge {
  position: relative;
}

.header__language-switcher-label {
  position: absolute;
  top: 0;
  width: 100%;
}


.header .right-section .globe_class ul.lang_list_class > li {
  border: none;
  padding: 0;
  line-height: 1.4444;
  font-size: 1em;
}

.header .right-section .globe_class ul.lang_list_class > li > a {
  padding: 15px;
  display: block;
}

.header .right-section .globe_class ul.lang_list_class:before {
  display: none;
}

.header .right-section .globe_class ul.lang_list_class:after {
  display: none;
}
.header .social-share ul li {
  margin-bottom: 0;
}

.header__menu--desktop>.header__menu-wrapper li {
  margin-bottom: 0;
}
.header .right-section .globe_class ul.lang_list_class {
  box-shadow: 0 26px 30px 0 rgb(32 32 32 / 25%);
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 100%;
  transform: translateY(4rem);
  opacity: 0;
  visibility: hidden;
  width: 100px;
}
.header .right-section  .globe_class:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header .close-icon.popup-hdr {
  right: 33px;
  transform: rotate(359deg);
}
.header .close-icon svg.svg-icon {
  cursor: pointer;
}
.sticky_header_active > .primary-section {
  position: fixed;
  width: 100%;
  top: 0;
  left:0;
}
.header .close-icon.popup-hdr {
  top: 15px;
  width: 30px;
  z-index:999;
}
.mobile-close-icon {
  display: none;
}
.header .right-section .globe_class ul.lang_list_class {
  left: -22px;
}
.header .right-section .globe_class ul.lang_list_class {
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 100%;
  transform: translateY(4rem);
  opacity: 0;
  visibility: hidden;
  width: 100px;
  padding: 0;
  border-radius: 0 0 10px 10px;
  display: flex !important;
  flex-direction: column;
}

.header .right-section .globe_class ul.lang_list_class > li:last-child {
  border-radius: 0 0 10px 10px;
}
.header .right-section .globe_class:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transform: translateY(1.5rem);
}
.header ul.hs-search-field__suggestions{
  list-style:none;
  padding:0;
}
.header ul.hs-search-field__suggestions li{
  padding-bottom:10px;
}
.hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  font-weight: 700;
}
.header .right-section .globe_class:hover:after {
  content: '';
  position: absolute;
  height: 30px;
  width: AUTO;
  top: 100%;
  MIN-WIDTH: 2REM;
}
.header ul.hs-search-field__suggestions {
  padding: 0 20px;
}

.header-search-inner ul.hs-search-field__suggestions li {
  margin: 0;
  padding: 0;
}

.header-search-inner ul.hs-search-field__suggestions li a, .header-search-inner ul.hs-search-field__suggestions li#results-for {
  padding: 5px 10px;
  display: block;
}

.header-search-inner ul.hs-search-field__suggestions {
  padding: 0 10px;
  margin-bottom: 0;
}
.header .btn-section.popup-open .inner-popup-container {

}


.header .popup-wrapper .inner-popup-container {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;

  width: 100%;
}


.header .popup-wrapper .popup-inner-wrapper{
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(100px);
  transform: translateY(200px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
}


.header .btn-section.popup-open  .popup-wrapper .popup-inner-wrapper{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header .csutom-section-popup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
}

.header .cst-external-video {
  position: relative;
  padding-bottom: 56.7%;
}

.header .cst-external-video iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
}


.custom-no-navigation .primary-section {
  padding: 0;
}

.custom-no-navigation .top-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-no-navigation {
  height: 100%;
}

.custom-no-navigation .container-wrapper {
  height: 100%;
  min-height: 83px;
}
.alert-section.hide_alert_section {
  display: none;
}


.header .primary-section {
  display: flex;
  align-items: center;
}

.header .primary-section .page-center {
  width: 100%;
}

/* updates */
.nav:not(.megamenu) > nav > ul ul li {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

.nav:not(.megamenu) > nav > ul ul li > a {
  display: block;
  padding: 10px 20px;
  margin-bottom: 0;
}


header .nav > nav > ul .header__menu-item--depth-1 ul > li a {
  display: block;
  margin-bottom: 0;
  padding: 10px;
}

@media (min-width: 992px) {
  header .nav > nav > ul .header__menu-item--depth-1 ul > li a {
    padding: 10px 20px;
  }

  .header .search .search-icon-container.no_btn:after {
    display: none;
  }
}

header .logo-section > div {
  display: inline-block;
}

header .logo-section .sticky_logo {
  display: none;
}

.primary-container.stickyLogo_changes.sticky_header_active .static_logo {
  display: none;
}

.primary-container.stickyLogo_changes.sticky_header_active .sticky_logo {
  display: inline-block;
}

/* updates */

header.header .cst-inner-wrapper .text h4 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.header .section-icon svg {
  width: 24px;
  height: 24px;
}

header.header .section-icon {
  min-height: unset;
  min-width: unset;
  width: 40px;
  height: 40px;
}

header.header .section-icon svg,
header.header .section-icon > * {
  display: block;
}

.header .alert-section .text-alert {
  padding-right: 28px;
}

.header .alert-section .text-alert > *:last-child {
  margin-bottom: 0;
}

.megamenu .header__menu-wrapper li.header__menu-item--depth-1.three_items, .megamenu .header__menu-wrapper li.header__menu-item--depth-1.two_items {
  position: relative;
}
.megamenu .header__menu-wrapper li.header__menu-item--depth-1.two_items:nth-last-of-type(-n+2) .header__menu-submenu--level-2,.megamenu .header__menu-wrapper li.header__menu-item--depth-1.three_items:nth-last-of-type(-n+2) .header__menu-submenu--level-2 {
  right: 0;
  left: auto;
}


/*  */

@media (min-width:992px){

  .nav.megamenu >nav>ul .header__menu-submenu--level-2 {
    display: flex !important;
    width: 100%;
    min-width: 41rem;
    flex-wrap: wrap;
    pointer-events: none;
    position: absolute;
    top: 100%;
    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
    transition: all 0.3s ease-in-out 0s;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
  }
  .nav.megamenu > nav > ul .header__menu-item--depth-1 {
    position: static;
  }
  .nav.megamenu {
    position: relative;
    width: 46%;
    width: auto;
  }
  .header__menu--desktop > .header__menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    flex-wrap:wrap;
    column-gap: 30px;
  }

  .header__menu--desktop > .header__menu-wrapper.mobile_menu_list {
    display: none;
  }


  .nav > nav > ul .header__menu-item--depth-1.header__menu-item--has-submenu:hover>a:after {
    content: '';
    position: absolute;
    height: 30px;
    width: AUTO;
    top: 100%;
    MIN-WIDTH: 5REM;
  }
  .nav.megamenu > nav > ul>.header__menu-item--has-submenu:hover ul {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .nav.col-4.megamenu > nav > ul .header__menu-submenu--level-2 >.header__menu-item {
    width: 25%;
  }
  .nav.col-3.megamenu > nav > ul .header__menu-submenu--level-2 >.header__menu-item {
    width: 33%;
  }
  .nav.col-3.megamenu > nav > ul .header__menu-submenu--level-2> .header__menu-item {
    width:50%;
  }
  .nav > nav > ul ul {
    padding: 0;
    margin: 0;
  }
  .nav > nav > ul .header__menu-item--depth-1 > a,
  .nav.megamenu > nav > ul .header__menu-item--depth-1> ul>li>a {
    line-height: 1.4444;
    font-size: 18px;
  }
  .nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item li:not(:last-child) {
    padding-bottom: 20px;
  }

  .nav.megamenu > nav > ul .header__menu-submenu--level-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item ul {
    padding-top: 20px;
  }
  .nav {
    width: 46%;
    width: auto;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
    position: absolute;
    top: 100%;
    min-width: 18rem;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
    transition: all 0.3s ease-in-out 0s;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
    position: absolute;
    top: 100%;
    min-width: 9rem;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu {
    position: relative;
  }

  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul,
  .nav.col-4.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2:hover >ul {
    visibility: visible ;
    opacity: 1 ;
    transform: translateY(0) ;
    display: block ;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul{
    visibility: visible ;
    opacity: 1 ;
    transform: translateY(1.7REM) ;
    display: block ;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu ul {
    top: 0;
    left: 100%;
  }
  .nav > nav > ul ul li:not(:last-child) {
    padding-bottom: 15px;
  }

  .nav > nav > ul ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
    box-shadow: 0 26px 30px 0 rgb(32 32 32 / 25%);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    top: 100%;
    transform: translateY(4rem);
    visibility: hidden;
    z-index: 15000;
  }
  .nav.megamenu > nav > ul.header__menu-wrapper .header__menu-item--depth-1:hover ul.header__menu-submenu--level-2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(1.7rem) ;
  }

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 ul {
    left: 0;
    position: static;
    background: transparent;
    box-shadow: none;
    min-width: 10rem;
  }
  .nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item ul li {
    padding-left: 0;
    padding-right: 0;
  }

  /*** mega single item css ***/

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item {
    position: relative !important;
  }

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul {
    width: 0;
    min-width: 10rem;
  }

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li {
    width: 100% !important;
    text-align: left;
  }

  .nav.megamenu  .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li ul {
    min-width: 0 !important;
    width: 100%;
  }


  /*** end here **/
  /*** mega two item css ***/
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.two_items >ul {
    min-width: 0;
    width: 22rem;
    text-align: center;
  }

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.two_items >ul >li {
    width: 50% !important;
  }
  /*** end here **/
  /*** mega three item css ***/

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.three_items>ul {
    width: 0;
    min-width: 30rem;
    text-align: center;
  }
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.three_items>ul >li {
    width: 33% !important;
  }

  /*** end here **/
  .nav.megamenu > nav > ul .header__menu-submenu>.header__menu-item ul:last-child {
    padding-bottom: 0;
  }
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li ul.header__menu-submenu--level-3 {
    padding-top: 0;
  }
  header .address-section {
    padding-right: 3.5%;
  }
  .mobile-child-trigger {
    display: none;
  }
  .nav.megamenu.col-4 .header__menu--desktop>.header__menu-wrapper .more_items .header__menu-submenu--level-2 {
    min-width: 45rem;
  }
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 ul {
    display: block !important;
  }
  header.header .social-share {
    padding-right: 0;
  }



  .header .top-section .page-center {
    padding-left: 0;
  }
  .header .close-icon {
    position: absolute;
    right: -22px;
    top: 2px;
    transform: rotate(87deg);
  }

  .header .alert-section>.page-center {
    position: relative;
  }

  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul {
    transition: all 0.3s ease-in-out 0s;
  }
  .primary-container {
    min-height: 78px;
  }
  .header__menu--desktop ul.header__menu-wrapper .header__menu-item--depth-1 li > a:empty {
    display: none;
  }
  .nav > nav > ul .header__menu-item--depth-1 > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav > nav > ul .header__menu-item--depth-1 > a .child-trigger {
    display: block;
  }

  .primary-section .container-wrapper {
    column-gap: 15px;
  }

  .nav.al_left {
    margin-right: auto;
  }

  .nav.al_right {
    margin-left: auto;
  }

  .nav.no_megamenu .header__menu-wrapper .header__menu-submenu {
    display: block !important;
  }

  /*  updates  */

  .header__menu--desktop > .header__menu-wrapper li .header__menu-item--has-submenu:hover >ul {
    transform: translateY(1REM);
  }

  .nav > nav > ul ul li:not(:last-child) {
    padding: 0;
  }

  .nav > nav > ul ul li {
    padding: 0;
  }

  .header div.desktop_hide {
    display: none;
  }


  /*  min 992  */

}

@media(max-width:1200px){
  .header .close-icon {
    right: 20px; 
  }
}
@media(max-width:1200px) and (min-width:992px){
  .header .right-section{
    width:33%;
    width: auto;
  }

  .header__menu--desktop > .header__menu-wrapper {
    column-gap: 15px;
  }

}




@media (max-width:991px){
  .header__menu--desktop > .header__menu-wrapper.desktop_menu_list {
    display: none;
  }

  .header  .cst-humburger-icon{
    display:block;
  }
  .header .menu-section {
    display: none;
  }
  .header .address-section {
    width: 100%;
  }
  .header .logo-section {
    margin-right:auto;
  }

  .primary-section .container-wrapper {
    justify-content: flex-end;
  }
  .button-section-container .btn-section .hs-button {
    padding: 6.499999999950001px 30.99999999993px;
  }
  header.header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 50;
    display:none;
  }
  header.header .nav .header__menu.header__menu--desktop {
    position: relative;
    max-width: none;
    width: 100%;
    overflow-y: auto;
    min-height: 100vh;
    height: 100%;
  }

  header.header .nav .header__menu.header__menu--desktop> ul {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  header.header .nav .header__menu.header__menu--desktop> ul {
    padding-top: 6rem;
  }

  header.header .nav .header__menu.header__menu--desktop> ul >li:first-child {
    border-top: solid 1px #94b4d9;
  }

  /*   header.header .nav .header__menu.header__menu--desktop >ul >li {
  padding-top: 0.6em;
  padding-bottom: 0.7em;
} */

  header.header .nav .header__menu.header__menu--desktop> ul >li a svg path {
    fill: #fff;
  }

  header.header .nav .header__menu.header__menu--desktop> ul >li ul {
    padding: 0;
    margin: 0;
    padding-top: 10px;
  }

  /*   header.header .nav .header__menu.header__menu--desktop> ul >li ul li {
  padding-bottom: 10px;
} */

  /*   header.header .nav .header__menu.header__menu--desktop> ul >li:first-child {
  padding-top: 10px;
} */
  .header .right-section {
    width: auto;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li> ul {
    display: none;
  }
  header.header .nav .mobile-close-icon .close-mob-icon-1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 11px;
    background-color: #fff;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0px 0 3px 21px;
    border-radius: 1px;
    opacity: 1;
  }

  header.header .nav .mobile-close-icon .close-mob-icon-2 {
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(223deg);
    margin-top: 11px;
    background-color: #fff;
    display: block;
    width: 28px;
    height: 4px;
    margin: -7px 0 0px 23px;
    border-radius: 1px;
    opacity: 1;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li a {
    justify-content: space-between;
  }
  .nav.megamenu > nav > ul .header__menu-item--depth-1 > a > .child-trigger {
    display: none;
  }
  .mobile-child-trigger {
    position: absolute;
    right: 0px;
    top: 70px;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
  }

  header.header .nav .header__menu.header__menu--desktop ul >li {
    position: relative;
  }

  header.header .nav .header__menu.header__menu--desktop> ul >li a {
    width: 100%;
    display: block;
  }
  .mobile-child-trigger svg path {
    fill: #fff;
  }

  .mobile-child-trigger svg {
    width: 25px;
    height: 9px;
  }
  .mobile-child-trigger {
    display: none;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger {
    display: block;
  }
  header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 56px;
    height: 56px;
    user-select: none;
    font-size: 2rem;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-child-trigger {
    display: none;
  }
  header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger.child-open:before {
    content: "-";
    font-size:55px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger::before {
    content: "+";
  }
  header.header .nav .header__menu.header__menu--desktop ul >li:not(:last-child) {
    border-bottom: solid 1px #94b4d9;
  }
  .header .contact-section {
    width: 100%;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
    background: transparent !important;
  }
  header.header .cst-inner-wrapper .text {
    margin-left: 5px;
  }
  .header .social-share {
    margin-top: 10px;
  }
  header.header .contact-wrapper {
    WIDTH: 100%; 
  }
  .header .social-share ul {
    justify-content: start;
  }
  .container-wrapper.mobile-open .top-section.mobile_section {
    display: block;
    background: transparent;
    padding-top: 4rem;
  }
  .header .top-section {
    display: none;
  }
  header.header .nav .header__menu.header__menu--desktop> ul{
    padding-top: 9rem;
  }
  header.header .mobile-close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 60;
  }

  header.header .mobile-close-icon {
    display: block;
  }
  header.header .mobile-close-icon svg.svg-icon {
    font-size: 33px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger {
    height: 48px;
    display: flex;
  }
  header.header .nav .header__menu.header__menu--desktop> ul ul>li {
    border: none !important;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li a:empty {
    display: none;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li ul ul a {
    font-weight: 300;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li> ul {
    padding: 0;
  }
  /*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li {
  padding-bottom: 0;
} */

  header.header .nav .header__menu.header__menu--desktop> ul >li a:empty ul {
    padding: 0;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li a:empty ~ ul {
    padding: 0;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li ul li:last-child {
    padding-bottom: 0;
  }

  .container-wrapper.mobile-open ::-webkit-scrollbar {
    width: 0px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li> a {
    display: block;
    padding: 10px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> a {
    padding-right: 60px;
    display: block;
  }
  header.header .button-section-container .btn-section {
    display: none;
  }
  /*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li li:not(:first-child) {
  padding-top: 10px;
} */

  header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li:not(:first-child) {
    padding-top: 0;
  }

  /*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li {
  padding-bottom: 15px;
  padding-top: 15px;
} */

  /*   header.header .nav .header__menu.header__menu--desktop> ul >li ul li:not(:first-child) {
  padding-bottom: 10px;
  padding-top: 0;
} */

  header .top-section.mobile_section .address-section + .contact-section {
    margin-top: 10px;
  }
  .header .social-share li {
    border: none !important;
  }
  .header .page-center, .header .primary-section .page-center{
    padding-left:20px;
    padding-right:20px;
  }  

  .header .top-section.mobile_section .page-center {
    max-width: 100%;
  }

  /*    */


  .header div.mobile_hide {
    display: none;
  }

  /*  max 991  */

  header.header.no_menu .top-section {
    display: block;
  }
  header.header.no_menu .button-section-container {
    display: block;
  }
  header.header.no_menu .button-section-container .btn-section {
    display: block;
  }
  .header .contact-section>a {
    display: inline-flex;
  }
  header.header .contact-wrapper {
    row-gap: 10px;
  }
  header.header.no_menu .top-section .address-section {
    width: auto;
  }
  header.header.no_menu .top-section .contact-section {
    width: auto;
  }
  header.header.no_menu .top-section .contact-wrapper {
    column-gap: 15px;
  }

  .header .top-section.mobile_section .cst-inner-wrapper {
    row-gap: 20px;
  }



  /*    */

  header.header.noMenu_triggerActive .right-section > .button-section-container {
    display: none;
  }

  header.header.no_menu.noMenu_triggerActive .top-section {
    display: none;
  }

  header.header.no_menu.noMenu_triggerActive .top-section.mobile_section {
    display: block;
  }

  header.header .top-section.mobile_section .btn-section a {
    width: 100%;
  }

  header.header .nav.noMenuSelected nav.header__menu.header__menu--desktop {
    padding-top: 2rem;
  }

  header.header .nav.noMenuSelected nav.header__menu > ul.header__menu-wrapper {
    padding: 0;
    margin: 0;
  }

  header.header .top-section.mobile_section {
    background: transparent;
  }

}





@media(max-width:480px){
  header.header .button-section-container {
    display: none;
  }
  .container-wrapper.mobile-open .top-section.mobile_section {
    padding-top: 4rem;
  }
  .header .top-section .cst-inner-wrapper .btn-section a {
    max-width: 100%;
    display: block;
  }
}


@media(max-width:350px){
  .header .right-section .globe-icon {
    margin-right: 15px;
  }
  .header .right-section .globe-icon > img {
    width: 22px;
  }

  .header .search .search-icon-container {
    margin: 0;
  }
  .header .right-section .globe-icon {
    margin-right: 10px;
  }

  .header .search .search-icon-container:after {
    margin-left: 5px;
    margin-right: 5px;
  }

}
.footer-social-item.tycustom_icon {
  font-size: 25px;
}

.footer-social-item svg path {
  fill: currentColor;
}

/*  */
html:not(.hs-inline-edit) .footer_partial_wrapper .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span {
  min-height: 0;
}

.footer-section .footer_contact_section_item {
  display: flex;
  padding-top: 10px;
}

.footer-section .footer_contact_section_item .left-section {
  width: 31px;
  margin-right: 10px;
  font-size: 31px;
      line-height: 1;
}

.footer-section .footer_contact_section_item .left-section svg {
  width: 100%;
  height: 100%;
}

.footer .flex_row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 3%;
  gap: 15px;
}

.footer-menu .hs-menu-wrapper>ul {
  flex-direction: column;
}

.footer .hs-menu-wrapper>ul >li {
  margin: 5px 0;
}

.footer .hs-menu-wrapper>ul >li:first-child {
  margin-top: 0;
}

.footer .hs-menu-wrapper>ul >li:last-child {
  margin-bottom: 0;
}

.footer .col-section {
  padding: 0 10px;
}

.footer-section .footer-content p:last-child {
  margin: 0;
}

.footer .footer-form form .hs-form-field {
  margin-bottom: 5px;
}

.footer-social img, .footer-social svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.footer-social img {
  height: auto;
}

.footer .popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s, transform 0.4s;
  visibility: hidden;
  opacity: 0;
}

/** button form popup style ***/
.footer .popup-wrapper .inner-popup-container {
  position: relative;
  max-width: 600px;
  margin: 10px;
  margin: 0 auto;
}

.footer .popup-wrapper .popup-inner-wrapper {
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  position: relative;
  border-radius: 6px;
  outline: 0;
  padding: 15px;
}

.footer .close-icon {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  float: right;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}

.ftr_btn_item.ftr-search-open .popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s;
}

/** end ***/
.footer .footer-social {
  width: 100%;
}

.footer-form form .hs-button {
  width: 100%;
}

.footer-content h4:last-child {
  margin: 0;
}

.back_to_top {
  align-items: center;
  bottom: -100px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 3.15rem;
  justify-content: center;
  position: fixed;
  right: 70px;
  width: 3.15rem;
  z-index: 20;
  visibility: hidden;
  transform: scale(0);
  transition: .4s ease-in-out 0s;
  right: 2rem;
  bottom: 4rem;
}

.back_to_top svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

footer .back_to_top:not(:hover) svg path {
  fill: currentColor;
}

.back_to_top.active {
  bottom: 60px;
}

.back_to_top {
  bottom: -100px;
  border-radius: 10rem;
}

.footer-form .form-title:empty {
  display: none;
}

.footer-social-item {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.footer-social-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.footer-menu .hs-menu-wrapper>ul {
  padding-top: 0;
}

.back_to_top.go-top {
  visibility: visible;
}

.backtotop_show .back_to_top {
  visibility: visible;
  bottom: 5rem;
  transform: scale(1);
}

.blog_feed-wrapper .blog_feed_content {
  padding-bottom: 10px;
}

.footer_contact_section .ml-content {
  padding-top: 10px;
}

.popup-type-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.popup-type-video .close-icon.popup-ftr {
  position: absolute;
  right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 999999;
}

.popup-type-video .popup-inner-wrapper {
  padding: 0 !important;
}

.backtotop_show .back_to_top {
  border-width: 1px;
  border-style: solid;
}

.footer .back_to_top svg path {
  fill: inherit;
}

.backtotop_show .back_to_top:hover {
  transition: .1s ease-in 0s;
}

.popup-wrapper.popup-type-video .popup-inner-wrapper {
  line-height: 0;
}

.footer .footer-simple-menu ul {
  display: flex;
  flex-direction: column;
}

.footer .blog_feed-wrapper .blog_feed_item .blog_feed_item_byline span.readmore {
  display: block;
}

.footer .blog_feed_item {
  margin-bottom: 15px;
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.footer .blog_feed_item .blog_feed_featured_image {
  border-radius: 5px;
  content: "";
  display: inline-block;
  min-height: 100px;
  left: 0;
  overflow: hidden;
  position: relative;
  flex: 0 0 25%;
  top: 0;
  transform: none;
  max-width: 25%;
  vertical-align: middle;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: 10px;
}

.footer .blog_feed_item_byline span.author {
  margin-right: 15px;
}

.footer .blog_feed_item_title {
  font-weight: 700;
}

.footer-menu .hs-menu-wrapper ul {
  display: block;
  position: relative;
  opacity: 1;
  top: 0;
  left: 0;
}

.footer-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  position: relative;
}

.footer .ftr-search-open .popup-wrapper .inner-popup-container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer .popup-wrapper .inner-popup-container {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
  width: 100%;
}

.footer .custom-wrapper-popup {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
}

.footer .custom-embeded-content {
  padding-bottom: 56.25%;
  position: relative;
}

.footer .custom-embeded-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  max-width: 100%;
}

.footer .cst-external-video {
  position: relative;
  padding-bottom: 56.7%;
}

.footer .cst-external-video iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
}

.popup-type-video .close-icon.popup-ftr {
  margin-right: 15px;
  margin-top: 5px;
}

.footer {
  font-size: 0.95em;
}

.footer_contact_section_item .left-section svg, .footer_contact_section_item .left-section img {
  width: 50px;
  fill: currentColor;
}

.footer .footer-simple-menu ul {
  padding: 0;
}

.footer .footer-button.btn_row {
  margin-top: 0;
}

.footer .footer-row.type_blog_feed {
  text-align: left;
}

/*  */
.footer .al_center {
  text-align: center;
}

.footer .al_right {
  text-align: right;
}

.footer .al_center.type_social_icons .footer-social {
  justify-content: center;
}

.footer .al_right.type_social_icons .footer-social {
  justify-content: flex-end;
}

.footer .al_center .footer-button {
  justify-content: center;
}

.footer .al_left .footer-button {
  justify-content: flex-start;
}

.footer .al_right .footer-button {
  justify-content: flex-end;
}

.footer .custom-embeded-content iframe {
  top: 0;
  left: 0;
}

.footer .right-section.sl-content a {
  color: inherit;
}

@media(max-width: 991px) and (min-width:768px) {
  footer.footer div.tab_hide {
    display: none;
  }
}

@media(min-width: 992px) {
  footer.footer div.desktop_hide {
    display: none;
  }
}

@media(max-width: 991px) and (min-width:768px) {
  .footer .al_tab_center {
    text-align: center;
  }

  .footer .al_tab_right {
    text-align: right;
  }

  .footer .al_tab_left {
    text-align: left;
  }

  .footer .al_tab_center.type_social_icons .footer-social {
    justify-content: center;
  }

  .footer .al_tab_right.type_social_icons .footer-social {
    justify-content: flex-end;
  }

  .footer .al_tab_left.type_social_icons .footer-social {
    justify-content: flex-start;
  }

  .footer .al_tab_center .footer-button {
    justify-content: center;
  }

  .footer .al_tab_left .footer-button {
    justify-content: flex-start;
  }

  .footer .al_tab_right .footer-button {
    justify-content: flex-end;
  }
}

@media(max-width: 767px) {
  .footer .flex_row .col-section.col2 {
    width: 100%;
  }

  .footer .flex_row .col-section {
    width: 100%;
  }

  .footer-social-item:not(:first-child) {
    margin: 0 15px;
  }

  .footer .footer-section-2 .col-section.col2 {
    padding: 0;
  }

  .footer .popup-wrapper.popup-type-pop_form .inner-popup-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .back_to_top {
    right: 22px;
  }

  .footer .flex_row .col-section:not(:first-child) {
    padding-top: 20px;
  }

  .footer .back_to_top {
    height: 2.6rem;
    width: 2.6rem;
  }

  footer.footer div.mobile_hide {
    display: none;
  }

  .footer .al_mob_center {
    text-align: center;
  }

  .footer .al_mob_right {
    text-align: right;
  }

  .footer .al_mob_left {
    text-align: left;
  }

  .footer .al_mob_center.type_social_icons .footer-social {
    justify-content: center;
  }

  .footer .al_mob_right.type_social_icons .footer-social {
    justify-content: flex-end;
  }

  .footer .al_mob_left.type_social_icons .footer-social {
    justify-content: flex-start;
  }

  .footer .al_mob_center .footer-button {
    justify-content: center;
  }

  .footer .al_mob_left .footer-button {
    justify-content: flex-start;
  }

  .footer .al_mob_right .footer-button {
    justify-content: flex-end;
  }
}
/* 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;
  }
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}

[data-aos] {
  pointer-events: none
}

[data-aos].aos-animate {
  pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

@media screen {
/*   html:not(.no-js) [data-aos^=fade][data-aos^=fade]  */
  html [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate  */
  html [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

/*   html:not(.no-js) [data-aos=fade-up]  */
  html [data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down]  */
  html [data-aos=fade-down] {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-right]  */
  html [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0)
  }

/*   html:not(.no-js) [data-aos=fade-left]  */
  html [data-aos=fade-left] {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
  }

/*   html:not(.no-js) [data-aos=fade-up-right]  */
  html [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px,100px,0);
    transform: translate3d(-100px,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-up-left]  */
  html [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px,100px,0);
    transform: translate3d(100px,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down-right]  */
  html [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px,-100px,0);
    transform: translate3d(-100px,-100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down-left]  */
  html [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px,-100px,0);
    transform: translate3d(100px,-100px,0)
  }

/*   html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]  */
  html [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate  */
  html [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
  }

/*   html:not(.no-js) [data-aos=zoom-in]  */
  html [data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-up]  */
  html [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0,100px,0) scale(.6);
    transform: translate3d(0,100px,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-down]  */
  html [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(.6);
    transform: translate3d(0,-100px,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-right]  */
  html [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(.6);
    transform: translate3d(-100px,0,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-left]  */
  html [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px,0,0) scale(.6);
    transform: translate3d(100px,0,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-out]  */
  html [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-up]  */
  html [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0,100px,0) scale(1.2);
    transform: translate3d(0,100px,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-down]  */
  html [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(1.2);
    transform: translate3d(0,-100px,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-right]  */
  html [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(1.2);
    transform: translate3d(-100px,0,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-left]  */
  html [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px,0,0) scale(1.2);
    transform: translate3d(100px,0,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos^=slide][data-aos^=slide]  */
  html [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden
  }

/*   html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate  */
  html [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

/*   html:not(.no-js) [data-aos=slide-up]  */
  html [data-aos=slide-up] {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

/*   html:not(.no-js) [data-aos=slide-down]  */
  html [data-aos=slide-down] {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

/*   html:not(.no-js) [data-aos=slide-right]  */
  html [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

/*   html:not(.no-js) [data-aos=slide-left]  */
  html [data-aos=slide-left] {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

/*   html:not(.no-js) [data-aos^=flip][data-aos^=flip]  */
  html [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos=flip-left]  */
  html [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
  }

/*   html:not(.no-js) [data-aos=flip-left].aos-animate  */
  html [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }

/*   html:not(.no-js) [data-aos=flip-right]  */
  html [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
  }

/*   html:not(.no-js) [data-aos=flip-right].aos-animate  */
  html [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }

/*   html:not(.no-js) [data-aos=flip-up]  */
  html [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
  }

/*   html:not(.no-js) [data-aos=flip-up].aos-animate  */
  html [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
  }

/*   html:not(.no-js) [data-aos=flip-down]  */
  html [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
  }

/*   html:not(.no-js) [data-aos=flip-down].aos-animate  */
  html [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
  }
}

.hs-inline-edit [data-aos^=fade][data-aos^=fade],
.hs-inline-edit [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
}




html,
body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body{
	font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, Helvetica;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

table {
	font: 100%;
	font-size: inherit;
}

select,
input,
textarea {
	font: 99%;
}

pre,
code {
	font: 115% monospace 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif;
	*font-size: 100%;
}

@media screen and (min-width: 0) and (max-width: 640px) {
	html,
	body{
		font-size: 4.375vw;
		line-height: 1.428571428571429;
	}
}

#btn_pagetop a {
	display: block;
	width: 60px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/btn_pagetop.png);
}
#btn_pagetop a:hover {
	background-position: 0 -60px;
}




form input[type=search],
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{
	border-width: 1px;
	font-weight: 400;
	height: auto;
	line-height: 1;
	padding: 5px;
	font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.hs-form-field {
	margin: 0;
}

form input[type=search]:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus, 
form textarea:focus{
	outline: -webkit-focus-ring-color auto 1px;
}

.hs-form-field .input {
	font-size: 14px;
	padding: 8px 10px;
}

.hs-form-field:not(:first-child) .input {
	border-top-width: 0;
}

.hs-form-field > label{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6; 
	margin: 0;
	border-right-width: 0;
}

.hs-form-field:not(:first-child) > label {
	border-top-width: 0;
}


div#side_search form input {
	color: #333;
	font-family: arial;
	font-size: 16px;
}
form .inputs-list>li {
	display: block;
	margin: 0.7rem 0;
}

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

.hs-form-field.hs-fieldtype-booleancheckbox .input a {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}



.span2 .hs-button,
.span3 .hs-button,
.span4 .hs-button,
.span5 .hs-button,
.span6 .hs-button{
	padding:10.5px 44px;
}

.section.post-footer .actions {
	text-align: center;
}

.hs-trans-btn, 
form input[type=submit], 
.hs-button, 
.hs-sec-btn, 
.systems-page .hs-search-results__next-page, 
.systems-page .hs-search-results__prev-page, 
nav.blog-pagination > a, 
.simple-banner .banner-breacrumb ul.hs-breadcrumb-menu, 
.landing-banner .form-row .hs-form-field > label, 
.cm_pg_wrp .left-col a.custom, 
.cm_pg_wrp .right-col a.custom, 
.sidebar-popular-posts .related-title, 
.pricing-table-gp .popular-ribon,
.contact-banner .form-row.hs-secondary .hs-button,
.hs_service .widget-type-form .hs-button,
.hs_service .widget-type-form .hs-button{
	margin: 20px 0;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	max-width: 100%;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

a{
	transition: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.hs-search-field__input:focus {
	outline: none;
}

.hs-search-field button:hover {
	background: none;
}

.backup-unsubscribe input[type=email] {
	padding: 6.5px !important;
}

.password-prompt input[type=password] {
	height: 42px !important;
}

.cm-btm-tags {
	margin-bottom: 0;
}

.cm_pg_wrp a.share-btn .icon-cnt .icon-wrap svg {
	position: relative;
	top: 4px;
}

.error-page:before{
	color: rgb(241 241 241);
	content: attr(data-error);
	font-size: 20rem;
	font-weight: bold;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.hs-search-field__suggestions {
	position: relative;
	z-index: 3;
}

.hs-trans-btn{
	padding: 10.5px 44px;
	border-width: 1px;
	background-color: rgba(0, 134, 205, 1.0);
}

.post_social_share_wrp .meta_title_tag {
	margin-bottom: 0;
}

.hs_fillter_wrp .type_2 .filter_label,
.hs_fillter_wrp .hs_fil_cat_wrp{
	display: inline-block;
}

html[lang^=ja] body,
html[lang^=ko] body,
html[lang^=zh] body{
	word-break: normal;
}

.systems-page p {
	margin-bottom: 20px;
}

.systems-page form {
	max-width: 767px;
}

.systems-page label[for="hs-login-widget-remember"] {
	background: none;
	padding: 0;
	border: 0 !important;
	width: unset !important;
	font-size: 13px !important;
}

.systems-page .hs-form-field > label {
	background: transparent !important;
	border: navajowhite;
	padding: 0;
	margin: 0 0 10px;
}
.systems-page .hs-form-field {
	margin-bottom: 15px;
	border: none;
}





header.custom-header {
	min-height: 110px;
}

#header_top {
	position: relative;
	padding: 0 0.7142857142857143em;
	background-color: #ebebeb;
}

.slicknav_menu {
	display: none;
	z-index: 999;
	box-sizing: border-box;
	font-size: 26px;
}

#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper > ul {
	display: table;
	justify-content: flex-start;
	margin-right: auto;
	border-left: 1px solid #d0d0d0;
}

#header_top p {
	color: #666;
	text-align: center;
	margin: 0;
}

#gnav2_wrapper .rbox .tel .txt p{
	margin: 0;
	line-height: 1.625;
}

#gnav2_wrapper .rbox .tel .head_num_transform span{
	color: #247cbc;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
	line-height: 25px;
	display: block;
}

.head_num_transform {
	text-align: center;
	transform-origin: top;
	transform: scale(1.1, 1.2);
}

.slicknav_btn {
	position: relative;
	display: block;
	padding: 2vh 0 0 0;
	line-height: 1.125em;
	cursor: pointer;
}

.slicknav_btn {
	position: relative;
	z-index: 1200;
	height: 90px;
	text-align: center;
	text-decoration: none;
}

.slicknav_menu .slicknav_menutxt {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 0.5vh;
	color: #555;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.625;
	text-align: center;
	display: block;
	float: left;
}

.slicknav_icon,
.slicknav_icon span {
	display: inline-block;
	box-sizing: border-box;
	transition: all 0.4s;
}

.slicknav_menu .slicknav_icon::before {
	position: absolute;
	display: block;
	width: 1.125em;
	height: 0.875em;
	background: transparent;
	content: '';
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	height: 0.2em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.21em;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #646464;
}

.slicknav_menu .slicknav_icon {
	width: 5vw;
	height: 1em;
	margin: 0.6vh auto 0.438vh;
	position: relative;
}

.slicknav_menu .hs-menu-wrapper > ul {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: scroll;
	color: #fff;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, 0.5);
	animation: anm_popup_overlay 0.12s 1 linear both;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.fix_closing_num_transform a {
	text-decoration: none !important;
}





.gnav2_boxArea {
	display: flex;
	align-items: center;
}
#gnav2_wrapper .rbox .tel .txt * {
	display: flex;

}
@media(min-width:1477px){
	#gnav2_wrapper .rbox .tel .txt * {
		display: flex;
		flex-wrap: nowrap;
	}
	#lineup_nav li {
		margin-right: 10px !important;
	}
	.bottom_pane_wrapper ul li {
		width: 220px !important;
		min-height: 134px;
		margin-bottom: 20px !important;
	}
	.bottom_pane_wrapper ul li:nth-child(n+4) {
		margin-bottom: 0 !important;
	}

	.bottom_pane_wrapper ul li p a {
		padding-right: 0 !important;
	}
}

@media(min-width:1025px) and (max-width:1476px) {

	.bottom_pane_wrapper ul li {
		width: 23.21% !important;
		min-height: 134px;
		margin-bottom: 20px !important;
	}
}
@media(min-width:1501px){

	.bottom_pane_wrapper ul li {
		width: 23.21% !important;
		min-height: 134px;
		margin-bottom: 20px !important;
	}
}

#header_top p {
	color: #666;
	text-align: center;
}

.for_pc {
	display: none;
}

#header_top p span {
	margin-left: 12px;
}

.for_pc {
	display: none;
}

.body-wrapper {
	position: relative;
}






header.custom-header.lp-header {
	min-height: 90px;
}


.lp-header #gnav2_wrapper .gnav2_boxArea {
	width: 100%;
}

.lp-header  #gnav2_wrapper {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}


header.custom-header {
	z-index: 999 !important;
}

#topicpath li {
	display: table-cell;
	padding-left: 8px;
	white-space: nowrap;
}

#topicpath li#topicpath_home {
	padding-left: 0;
	background: none;
}

#topicpath a {
	display: block;
	float: left;
	padding: 5px 3px 5px 10px;
	color: #666;
	line-height: 1.666666666666667em;
}



#box, #box_ptb {
	width: 100%;
}
.cf::before,
.cf::after {
	display: table;
	content: '';
}

.cf::after {
	clear: both;
}




/*---Footer----*/

#footer_bottom {
	display: flex;
	justify-content: space-between;
	max-width: 940px;
	margin: 0 auto 0 auto;
	padding: 30px 0;
	align-items: flex-end;
}


div#footer_bottom_left {
	margin-right: 30px;
}

div#footer_bottom_left p {
	color: #333;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

div#footer_bottom_left ul {
	font-size: 11px;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

div#footer_bottom_left ul li a {
	display: flex;
	align-items: center;
	color: #272727;
}

div#footer_bottom_left ul li {
	margin: 0;
}

div#footer_bottom_left p:first-child {
	margin-bottom: 20px;
}

.footer-image {
	margin-bottom: 55px;
}

.footer-image img {
	max-width: 167px;
}

.footer-image p {
	margin: 0;
}

div#bnr_j_startup {
	text-align: center;
	margin-bottom: 45px;
}

#footer_bottom #bnr_j_startup img {
	margin-bottom: -5px;
}

#footer_bottom #bnr_dx {
	margin-right: 5px;
	margin-bottom: 60px;
}
#footer_bottom #bnr_j_startup p {
	font-size: 0.75rem;
	text-align: center;
	margin: 0;
}
#footer_ex {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 940px;
	margin: -65px auto 0 auto;
	padding: 10px 0 30px 0;
}
#footer_social {
	display: flex;
	justify-content: space-between;
}

#footer_social p {
	text-align: right;
	margin: 0;
}


.footer_top {
	position: relative;
	z-index: 2;
	padding: 20px 20px 30px;
	background-color: #0086cd;
}
.footer_top p {
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}
.sidebar-boxed-content .sbnr.cm-sidebar img,
div#footer_bottom img {
	opacity: 1;
}


.sidebar-boxed-content .sbnr.cm-sidebar img:hover,
div#footer_bottom img:hover {
	animation: other_services_slide_effect 1s ease;
}

.tabber .media-col .form-wrap .hs-input, 
form input[type=email], 
form input[type=file], 
form input[type=number], 
form input[type=password],
form input[type=search],
form input[type=tel], 
form input[type=text], 
form select,
form textarea {
	padding:10px 20px;
}
div#footer_bottom_left img {
	animation: none !important;
}
.other_services_slide_container {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_partial_wrapper .footer-menu {
	max-width: 940px;
	margin: 0 auto;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li {
	float: left;
	width: 300px;
	margin-right: 20px;
	max-width: 100%;
	margin-bottom: 0;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > a {
	margin-bottom: 10px;
	padding: 10px;
	color: #007bbc;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 2px;
	width: 100%;
	display: block;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > ul > li {
	float: left;
	width: 145px;
}
.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li:nth-child(4n) {
	clear: left;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li {
	padding-bottom: 30px;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li>ul li a {
	white-space: normal;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li:nth-child(3n) {
	margin-right: 0;
}
.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > ul > li:nth-child(2n + 1) {
	clear: left;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > ul {
	position: static;
	opacity: 1;
	visibility: visible;
	display: block;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > ul li a {
	display: block;
	padding: 6px 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul {
	flex-wrap: wrap;
	display: block;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul:after,.footer-menu .hs-menu-wrapper > ul:before {
	content: '';
	clear: left;
	display: table;
}
.other_services_slide .slick-next{
	right: -28px;
	background: #adadad url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/right-arrow.png) no-repeat center center;
}
.other_services_slide .slick-prev{
	left: -28px;
	background: #adadad url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/left-arrow.png) no-repeat center center;
}
.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > ul li {
	margin: 0;
}
.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li>ul li a:hover {
	text-decoration: underline;
}
.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li:last-child>a {
	padding: 9px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.contact-details-gp a.tel_number_text_body {
	text-decoration: none;
}
.cm-no-detail.contact-details-gp .bottom-section .left-section {
	left: 0;
	width: 53.5%;
}
#pagetop {
	z-index: 1;
	width: 60px;
	margin: 0 auto;
	padding-left: 1021px;
}
#btn_pagetop.fixed {
	position: fixed;
	bottom: 10px !important;
	margin: 0;
}
#btn_pagetop {
	position: absolute;
}
.hs-form-required {
	margin-left: 5px;
}
@media screen and (max-width: 1050px) {
	.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li {
		width: 31.33%;
	}
	.bottom_pane_wrapper ul li p a {
		min-height: 40px !important;
	}
	.footer-image, div#bnr_j_startup,#footer_bottom #bnr_dx {
		padding-right: 10px;
	}

}

@media screen and (max-width: 767px) {

	.footer-image, div#bnr_j_startup,#footer_bottom #bnr_dx {
		padding-right: 10px;
	}

	.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li>ul {
		display: none;
	}

	#footer_bottom {
		display: block;
		padding-bottom: 0;
	}

	div#footer_bottom_left {
		text-align: center;
	}

	div#footer_bottom_left ul li a {
		justify-content: center;
	}

	.footer-image, div#bnr_j_startup, #footer_bottom #bnr_dx {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#footer_ex {
		margin: 20px 0;
		align-items: center;
	}
	.footer_partial_wrapper .footer-menu .hs-menu-wrapper>ul>li {
		float: none;
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
	}
	.twocolumn-right.span4 {
		margin-bottom: 50px;
	}
	.adv-acc-support-inner {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}




@media screen and (min-width: 0) and (max-width: 640px) {
	#header_top p,
	#header_top h1 {
		font-size: 2.1875vw;
		line-height: 1.428571428571429;
	}
}

@media screen and (min-width: 640px){
	.bnr_japan_heart {
		margin: 0 0 20px;
	}
}

@media screen and (min-width: 641px) {
	#header_top p,
	#header_top h1 {
		font-size: 14px;
		line-height: 20px;
	}



	.custom-error .image_div {
		margin: 0 0 5.714285714285714%;
	}

	.custom-error .tl h1 {
		padding: 14px 15px;
		font-weight: bold;
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		border-top: none;
		border-left: 5px solid #f7b400;
	}

	.custom-error .container {
		padding: 1.428571428571429em 0.7142857142857143em 5.714285714285714em;
		background-color: #fff;
	}

	#box {
		max-width: 940px;
		margin: 0 auto;
	}

	.custom-error #side {
		float: right;
		width: 23.40425531914894%;
		padding: 0;
	}

	.custom-error #tl,
	.custom-error .tl {
		padding-bottom: 0;
		background: none;
		border: 1px solid #ddd;
	}

	.custom-error .tl {
		margin: 0 0 1.428571428571429em;
	}



	#topicpath a, #topicpath strong {
		line-height: 30px;
	}

	#topicpath li {
		padding-left: 16px;
	}

	#topicpath ul {
		width: auto;
		height: 40px;
	}

	.custom-error #contents {
		float: left;
		width: 74.46808510638298%;
		margin-bottom: 0;
	}

	#topicpath {
		max-width: 940px;
		height: 40px;
		margin: 20px auto 0;
		overflow: hidden;
	}

	#ftr_nav .ftr_nav_li .list ul li a:hover {
		text-decoration: underline;
	}

	#fixed_nav{
		display : none;
	}

	#footer_alsok_sp {
		display: none;
	}

	#gnav2_wrapper .rbox .con a:hover {
		border-bottom: solid 2px #e05200;
		transform: translateY(3px);
	}

	#pagetop a:hover {
		background-position: 0 -60px;
	}


	form input[type=search],
	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{
		font-size: 14px;
	}

	form .hs-form-field>label {
		font-size: 1em;
		line-height: 1.428571428571429em;
	}


	#gnav2_wrapper .btn a {
		height: 10vh;
		font-size: 0.6rem;
	}



	#gnav2_wrapper .rbox .tel .txt p:nth-child(3) {
		margin: 2px 0 0;
	}

	.fixed #gnav2_wrapper {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 10000;
	}

	.custom-header.fixed {
		min-height: 110px;
	}

	#gnav2_wrapper .rbox .tel .head_num_transform {
		text-align: left;
		transform: initial;
		line-height: 1;
		margin-bottom: 2px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a {
		font-size: 10px !important;
	}

	#gnav2_wrapper .rbox .tel .head_num_transform span {
		font-size: 2.3vw;
	}

	#gnav2_wrapper .rbox .tel .txt p {
		color: #FFF;
		background: #d00b18;
		background: linear-gradient(#ea414a, #d00b18);
		border-radius: 20px;
		padding: 2px 10px;
		font-size: 10px;
	}

	.for_sp {
		display: none;
	}

	#gnav2_wrapper .rbox .tel .txt {
		font-size: 12px;
		display: flex;
		text-align: left;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.for_pc {
		display: block;
	}

	#gnav2_wrapper .rbox .tel {
		padding: 0px 5px;
		width: 20.73vw;
		box-sizing: border-box;
	}

	#header_top p br {
		display: none;
	}

	#header_top p,
	#header_top h1 {
		padding: 0;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}


	#gnav2_wrapper .rbox .con a span {
		font-size: 14px;
		display: block;
	}

	#gnav2_wrapper .rbox .con a::after {
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_btn_con.svg) no-repeat center center / contain;
		width: 27px;
		height: 30px;
		content: '';
		display: block;
		position: absolute;
		right: 7px;
		top: calc(50% - 15px);
	}

	#gnav2_wrapper .rbox .con a {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 13px 13px 13px 10px;
		color: #FFF;
		transition: 0.2s ease-in-out;
		background: #ff6000;
		border-radius: 4px;
		border-bottom: solid 5px #e05200;
		font-size: 12px;
		line-height: 1.2;
		text-align: left;
		font-weight: bold;
		box-sizing: border-box;
		text-decoration: none;
	}

	#gnav2_wrapper .rbox .con {
		width: calc(100% - 20.73vw);
		margin-right: 5px;
	}

	.for_pc {
		display: block;
	}

	#gnav2_wrapper .rbox .con {
		width: calc(100% - 20.73vw);
		margin-right: 5px;
	}

	#gnav2_wrapper .rbox {
		width: calc(100% - 65%);
		max-width: initial;
		box-sizing: border-box;
		align-items: center;
	}

	#top #gnav2_wrapper .lbox .prime_logo img {
		width: 100%;
		height: auto;
	}

	#gnav2_wrapper .lbox .prime_logo {
		width: 15%;
	}

	#top #gnav2_wrapper .lbox .achievement img {
		width: 100%;
		height: auto;
	}

	#gnav2_wrapper .lbox .logo {
		width: 58% !important;
		margin-right: 2% !important;
		max-width: initial;
	}

	#gnav2_wrapper .lbox .achievement {
		width: 16% !important;
		margin-right: 3%;
		margin: 0 !important;
	}

	#gnav2_wrapper .lbox .logo img {
		max-width: 100%;
		height: auto;
	}

	#gnav2_wrapper .gnav2_boxArea {
		max-width: 1425px;
		margin: 0 auto;
	}

	#gnav2_wrapper {
		width: 100%;
	}

	#gnav2_wrapper .lbox {
		width: 20%;
		box-sizing: border-box;
		max-width: inherit !important;
	}

	#gnav2_wrapper #gnav2 {
		width: 45%;
		box-sizing: border-box;
	}
	#gnav2_wrapper .lbox .logo img {
		height: auto;
		max-width: 100%;
		width: 100% !important;
	}

}

@media screen and (min-width: 869px){
	.scroll-header div#gnav2_wrapper {
		position: fixed;
		width: 100%;
		z-index: 9;
		top: -26px;
	}
	.header-wrapper.lp-header {
		min-height: 90px;
	}
	.lp-header #gnav2_wrapper .lbox {
		padding-top: 8px;
		padding-bottom: 9px;
	}
	.lp-header #gnav2_wrapper .gnav2_boxArea {
		min-height: 90px;
	}
	.lp-header .custom-header {
		min-height: 90px;
	}

	.scroll-header 
	.lp-header div#gnav2_wrapper {
		top: 0px;
	}
	.header-wrapper {
		min-height: 154px;
	}
	#gnav2_wrapper {
		position: relative;
		display: flex;
		justify-content: center;
		box-sizing: border-box;
		height: 90px;
		background: #fff;
		border-bottom: 4px solid #0086cd;
		-webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.3);
		box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.3);
		flex-direction: column;
	}

	#fixed_closing {
		position: fixed;
		top: 40%;
		right: 0;
		z-index: 99;
		box-sizing: border-box;
		width: 190px;
		padding-top: 32px;
		text-align: center;
		background-color: #fff;
		border: 2px solid #0086cd;
		border-radius: 4px;
	}

	#fixed_closing .st {
		margin-top: -62px;
	}

	.center {
		text-align: center;
	}

	.fix_closing_num_transform {
		transform: scale(1, 1.1);
		line-height: 1.625;
	}

	.fix_closing_num_transform span{
		color: #d00b18;
		font-size: 21px;
		font-weight: bold;
		text-shadow: 0.8px 0 #d00b18;
	}

	#fixed_closing .center {
		line-height: 1.625;
	}

	#fixed_closing .txt_img {
		margin-top: 8px;
		padding: 10px 0;
		background-color: #e8f6f5;
	}

	#overlay {
		display: none;
	}

	@keyframes anm_popup_overlay{
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	body.open #overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		animation: anm_popup_overlay 0.4s 1 linear both;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul li:hover ul {
		position: absolute;
		left: 0;
		z-index: 999;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
		padding: 45px 0 35px;
		background-color: #ecfffc;
		border-top: 4px solid #0f7464;
		flex-direction: row;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li {
		position: static;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul li ul li {
		margin: 0;
		padding: 0 20px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul li ul li a {
		display: block;
		padding-left: 24px;
		color: rgba(34, 34, 34, 1);
		font-weight: bold;
		font-size: 16px;
		text-decoration: underline;
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ar_gnav.svg) no-repeat left 5px;
		transition: all 0.3s ease;
		line-height: 1.625;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a {
		display: table-cell;
		box-sizing: border-box;
		width: 143px;
		height: 86px;
		padding: 0 0 8px 0;
		color: #222;
		font-weight: bold;
		font-size: 12px;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
		vertical-align: bottom;
		background-size: contain;
		border-right: 1px solid #d0d0d0;
		transition: background 0.3s ease;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:hover>a {
		color: #fff;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(1)>a {
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_1.png) no-repeat center;
		background-size: auto 86px;
	}
	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(2)>a {
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_2.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(3)>a {
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_3.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(4)>a {
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_4.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(5)>a {
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_5.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(1):hover>a{
		background: #0f7464 url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_1_on.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(2):hover>a{
		background: #0f7464 url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_2_on.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(3):hover>a{
		background: #0f7464 url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_3_on.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(4):hover>a{
		background: #0f7464 url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_4_on.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:nth-child(5):hover>a{
		background: #0f7464 url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/gnav_5_on.png) no-repeat center;
		background-size: auto 86px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul li ul li a:hover {
		color: rgba(34, 34, 34, 0.8);
		text-decoration: none;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper > ul > li {
		display: table-cell;
		width: 20%;
		max-width: 145px;
	}

	#gnav2_wrapper .rbox {
		display: flex;
	}

	#gnav2_wrapper .lbox .achievement {
		width: 65px;
	}

	#gnav2_wrapper .lbox .logo {
		margin-right: 12px;
		width: 180px;
	}

	#gnav2_wrapper .lbox {
		max-width: 260px;
		padding: 0 9px;
		text-align: right;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 1024px){
	form .hs-form-field>label {
		float: none;
		width: 100%;
		position: static;
	}

	.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display .hs-form-required {
		margin-left: 10px;
		position: static;
	}



	.hs-form-field .input,
	form legend {
		float: none;
		width: 100%;
	}
}

@media screen and (min-width: 1200px){
	#gnav2 {
		width: 808px;
	}
}

@media screen and (min-width: 1260px){
	#gnav2_wrapper .rbox .con {
		width: calc(100% - 290px);
		margin-right: 5px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a {
		font-size: 12px !important;
	}

	#gnav2_wrapper .rbox .tel .head_num_transform span {
		font-size: 32px;
	}

	#gnav2_wrapper .rbox .tel .txt p {
		font-size: 12px;
	}

	#gnav2_wrapper .rbox .tel .txt p:nth-child(2) {
		margin: 0 2px;
	}

	#gnav2_wrapper .rbox .tel .txt p:nth-child(3) {
		margin: 0;
	}

	#gnav2_wrapper .rbox .tel {
		padding: 0px 10px 0 10px;
		width: 290px;
		box-sizing: border-box;
	}

	#gnav2_wrapper .rbox .con a span {
		font-size: 1.4rem;
		display: block;
	}

	#gnav2_wrapper .rbox .con a {
		padding: 13px 13px 13px 10px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1365px){
	#gnav2_wrapper .rbox .con a {
		padding: 13px 13px 13px 40px;
	}

	#gnav2_wrapper .rbox .con a::before {
		background: url() no-repeat center center / contain;
		width: 24px;
		height: 24px;
		content: '';
		display: block;
		position: absolute;
		left: 10px;
		top: calc(50% - 12px);
	}
}


#header_bottom_wrapper {
	padding: 0 3.125%;
	border-bottom: 5px solid #f7b400;
}

#header_bottom {
	position: relative;
	width: auto;
	height: 0;
	padding-top: 16.66666666666667%;
	background-color: #fff;
}

#header_bottom p,
#header_bottom li {
	position: absolute;
}

#header_tel {
	top: 20%;
	right: 27.66666666666667%;
	display: block;
	width: 28%;
}

#btn_header_closing {
	top: 20%;
	right: -0.6666666666666667%;
	width: 28%;
}

#slide_nav_header a,
#slide_nav_list > li > a,
#slide_nav_list > li > p > a,
.slide_nav_link a {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

#slide_nav_header a {
	padding: 10px 22px 10px 15px;
	color: #fff;
}

/* 見出し */
#header_top_inner {
	max-width: 1425px;
	margin: 0 auto;
}

#header_txt {
	float: left;
	max-width: 60%;
	text-align: left;
}

#header_bottom {
	max-width: 940px;
	height: 105px;
	margin: 0 auto;
	padding-top: 0;
}

body.open #header_top,
body.open #gnav2_wrapper {
	z-index: 999;
}

.open {
	overflow: hidden;
}





/* 640px */
@media screen and (max-width: 640px) {
	#footer_bottom p {
		line-height: 1.428571428571429;
	}


	div#footer_bottom_wrapper {
		padding: 0 20px;
	}

	.lp-header #gnav2_wrapper .lbox {
		width: 50% !important;
	}

	.lp-header .custom-header {
		min-height: 73px;
	}

	.lp-header #gnav2_wrapper {
		min-height: 90px;
	}

	#footer_nav ul {
		margin: 0;
		padding: 0;
	}

	#footer_nav ul li:nth-child(1),
	#footer_nav ul li:nth-child(2) {
		float: left;
		width: 50%;
	}

	#footer_nav ul li {
		margin: 0;
		text-align: center;
		background: #fff;
	}

	#footer_nav ul li a {
		display: block;
		max-height: 100%;
		color: #333;
		font-weight: bold;
		line-height: 15vw;
		text-decoration: none;
		font-size: 3.75vw;
	}


	#footer_nav ul li:nth-child(3) {
		width: 100%;
		border-top: 2px solid #cdcdcd;
		float: left;
	}

	#footer_nav ul li:nth-child(2) {
		margin-left: -2px;
		border-left: 2px solid #dcdcdc;
	}

	#footer_nav ul:after,#footer_nav ul:before {
		display: table;
		content: '';
	}

	#footer_nav ul:after {
		clear: both;
	}

	#footer_bottom p:nth-child(2) {
		display: none;
	}

	footer .bnr_ftr {
		padding: 6.25% 3.125% 9.375%;
		border-top: 2px solid #dcdcdc;
	}

	#pagetop {
		display: none;
	}

	#footer_alsok_sp {
		display: table-cell;
		width: 11%;
		text-align: right;
		vertical-align: middle;
	}

	#footer_txt p {
		padding: 1.5625vw 3.125vw;
		font-size: 0.8571428571428571em;
		line-height: 1.666666666666667em;
	}
	#gnav2_wrapper .btn a {
		font-size: 0.6rem;
	}

	#gnav2_wrapper .lbox .logo {
		width: 85% !important;
		margin-right: 2% !important;
	}

	#gnav2_wrapper .lbox .prime_logo {
		width: 23%;
	}

	.slicknav_menu .hs-menu-wrapper>ul>li:not(:first-child)>a {
		font-size: 14px;
	}

	.slicknav_menu .hs-menu-wrapper>ul ul li a {
		font-size: 13px;
		line-height: 18px;
	}

	.slicknav_menu .hs-menu-wrapper>ul>li:first-child {
		font-size: 1.25rem;
		padding: 5vh 22px 4vh 30px;
	}

	#gnav2_wrapper .lbox {
		width: 48.125%;
		margin-right: auto;
		padding: 1.25%;
	}

	#gnav2_wrapper #gnav2 {
		width: 20%;
	}

	#gnav2_wrapper #gnav2 {
		height: 10vh;
	}

	#gnav2_wrapper .rbox .tel {
		width: 50%;
	}

	.slicknav_btn {
		height: 10vh;
	}

	#gnav2_wrapper .btn {
		width: 50%;
	}



	#gnav2_wrapper .btn a {
		background-size: 45%;
	}

	#gnav2_wrapper .btn a span {
		display: block;
		line-height: 1;
	}

	#gnav2_wrapper .lbox .logo img {
		width: 100% !important;
	}

	#gnav2_wrapper .lbox .logo img {
		width: 100%;
	}

	#gnav2_wrapper .tel a {
		height: 10vh;
		font-size: 0.6rem;
	}

	#gnav2_wrapper .btn a {
		height: 10vh;
	}

	header.custom-header {
		min-height: 108px;
	}
	#gnav2_wrapper {
		padding: 0 10px;
	}
	#header_top {
		background-color: #ebebeb;
		padding: 10px .7142857142857143em;
		position: relative;
	}
	#header_nav li:first-child a {
		background-size: 45px  !important;
		padding-top: 36px;
	}

	#gnav2_wrapper .btn a {
		height: auto !important;
	}

	#header_nav li:nth-child(2) a {
		background-size: 13px !important;
		font-size: 7px;
		padding-top: 31px;
		line-height: normal;
	}
	#header_nav li:nth-child(2) a {
		padding-top: 46px;
		background-size: 19px !important;
	}

	#gnav2_wrapper .btn a {
		height: auto;
	}
	#header_nav li:last-child a {
		background-size: 54px !important;
		padding-top: 29px;
		font-size: 11px;
		line-height: normal;
	}

	#gnav2_wrapper {
		padding: 10px 10px;
	}


	#header_nav ul {
		padding: 0;
	}

	#gnav2_wrapper .btn {
		justify-content: flex-end;
	}
	#gnav2_wrapper .rbox {
		width: 70% !important;
	}
	#gnav2_wrapper .lbox {
		padding: 0;
		width: 30% !important;
	}
	div#gnav2_wrapper {
		padding: 0 10px;
	}
	#gnav2_wrapper #gnav2 {
		width: 90vw !important;
	}
	div#gnav2_wrapper {
		padding: 10px 10px;
	}
	#gnav2_wrapper .btn {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#header_nav li:nth-child(2) a {
		padding-top: 46px;
	}
	#header_nav li:last-child a {

		padding-top: 37px;
	}
	#gnav2_wrapper .btn {
		display: flex;
		justify-content: end;
	}
	#header_top {
		padding: 0;
		display: block;
		line-height: normal;
		font-size: 15px;
		line-height: 30px;
		max-height: 100%;
		text-align: center;
		color: #272727;
	}

	div#header_top_inner p {
		font-size: 10px;
		max-height: 100%;
		text-align: center;
		color: #272727;
		font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, sans-serif;
	}

	div#gnav2_wrapper {
		padding: 0 5px;
	}

	#header_nav li:last-child {
		margin-right: 0;
		margin-right: 2px;
		margin-left: 2px;
	}


	#header_nav li:nth-child(2) a {
		padding-top: 29px;
		font-size: 8px;
		background-size: 14px!important;
		width: 15.65625%;
	}

	#header_nav li:last-child a {
		padding-top: 36px;
		background-size: 36px!important;
		background-position: center -2px;
		font-size: 9px;
	}


	#header_nav li:first-child a {
		font-size: 11px;
		background-size: 24px !important;
		padding-top: 28px;
		background-position: center 5px;
	}

	#gnav2_wrapper .rbox {
		width: 63% !important;
	}

	#gnav2_wrapper .lbox {
		width: 50% !important;
	}

	#header_nav li:first-child {
		width: auto;
	}

	#gnav2_wrapper .btn a {
		border-radius: 3px;
	}

	#header_nav li:nth-child(2) {
		margin-right: 0;
	}

	#header_nav ul {
		justify-content: flex-end;
	}
}

/* 750px */
@media screen and (min-width: 641px) and (max-width: 750px) {
	#header_tel {
		display: none;
	}
}
.twocolumn-layout .page-center {
	max-width: 940px;
}
.twocolumn-right-area .hs-menu-wrapper ul li a:hover {
	text-decoration: underline;
}
body.cordless .twocolumn-right-area .hs-menu-wrapper>ul>li:nth-child(2n)>a {
	background-color: #fff !important;
}
/* theme setting */

.footer_partial_wrapper .footer_top {
	background:rgba(0, 134, 205,1.0); 
}

.footer_partial_wrapper .footer_top p{
	color:rgba(255, 255, 255,1.0);
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > ul li a{
	color:rgba(255, 255, 255,1.0);
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > a{
	color:rgba(0, 123, 188,1.0);
	text-decoration: none;
	cursor: text;
}

.footer_partial_wrapper .footer-menu .hs-menu-wrapper > ul > li > ul li a:hover {
	color:rgba(255, 255, 255,1.0);
}


#gnav2_wrapper{
	background-color: rgba(255, 255, 255,1.0);
}

#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a{
	color:rgba(222, 244, 255,1.0);
	background-color:rgba(255, 255, 255,1.0);
}

#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:hover>a{
	color:rgba(255, 255, 255,1.0);
	background-color:rgba(15, 116, 100,1.0);
}

#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul li:hover ul{
	background-color:rgba(222, 244, 255,1.0);
}

#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul li ul li a{
	color:rgba(34, 34, 34,1.0);
	background-color:rgba(2, 103, 128,0.0);
}

#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul li ul li a:hover{
	color:rgba(34, 34, 34,0.8);
	background-color:rgba(2, 103, 128,0.0);
}

.mobile_nav {
	display: none;
}
.contact-details-gp {
	border-radius: 4px;
}
.twocolumn-top-area .dnd-section>.row-fluid>[class*=span].dnd-module {
	padding-left: 0;
	padding-right: 0;
}
.cst-solution-top-sec.cst-solution-top-sec-2.cnt-wit-bg-wrp .title {
	margin-bottom: 20px;
}
div#side_search form input:focus {
	background: #fff7e5 !important;
}
.search-sidebar {
	margin-bottom: 20px;
}
#side_qa.fixed {
	animation: side_qa_anime .5s linear 1 both;
	position: fixed;
	top: 170px;
	max-width: 220px;
}
.bottom_pane_wrapper {
	position: relative;
	z-index: 9;
}
@keyframes side_qa_anime {
	from {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 1;
	}
}

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

	.two-col-content.hurry_img_left.img_top .top_sec .title {
		background-image: none;
	}
	.top-bottom-header h2 {
		background: #fff;
		color: #272727;
		font-size: 12px;
		line-height: 20px;
		padding: 3px 9px;
		max-width: 1425px;
		margin: 0 auto;
	}

	.top-bottom-header {
		background: #fff;
	}

	.head_num_transform p {
		font-size: 12px;
		font-weight: bold;
		color: #247cbc;
		margin-bottom: 2px;
	}

	.logo {
		width: 59%;
		padding-right: 4%;
		max-width: initial;
	}

	#gnav2_wrapper .lbox .logo img {
		width: 100% !important;
	}

	li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
		display: table-cell;
		width: 20%;
		max-width: 145px;
	}

	.bg_with_text.two-col-content.cm_single_media .media_column {
		display:none;
	}
	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a {
		background-color: #fff !important;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li:hover>a {
		background-color:#0086cd !important;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a {
		display: table-cell;
		box-sizing: border-box;
		width: 143px;
		height: 86px;
		padding: 0 0 8px 0;
		color: #222;
		font-weight: bold;
		font-size: .7em !important;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
		vertical-align: bottom;
		background-size: contain;
		border-right: 1px solid #d0d0d0;
	}

	div#header_top_inner p {
		margin: 0 8px 0 0;
		padding: 0 8px 0 0;
		color: #272727;
		font-size: 11px;
		line-height: 26px;
		border-right: 1px dotted #999;
		font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, Helvetica;
		color: #666;
		display: inline-block;

	}

	div#header_top {
		padding: 4px 9px;
	}

	div#header_top_inner p a {
		display: flex;
		align-items: center;
		color: #272727;
	}

	#gnav2_wrapper .rbox .con a {
		width: 100%;
		height: auto;
		background: #e77e0f;
		color: #FFF;
		border-bottom: 5px solid #ce6802;
		line-height: 1.1;
		letter-spacing: 2px;
		font-weight: bold;
		padding: 13px 24% 13px 10px !important;
		box-sizing: border-box;
		font-size: 14px;
		text-decoration: none;
		border-radius: 5px;
		display: inline-block;
		position: relative;
		vertical-align: baseline;
		text-align: left;
		transition: 0.2s ease-in-out;
		font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, Helvetica;
	}

	#gnav2_wrapper .rbox .con {
		width: 40%;
		margin-right: 10px;
		max-width: 160px;
	}

	#gnav2_wrapper .rbox .tel .txt p {
		border-radius: 20px;
		padding: 2px 0.39vw;
		font-size: 11px;
		background: linear-gradient(#49a8ed, #247cbc);
		font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, Helvetica;
		font-weight: bold;
		line-height: 1.5;
	}

	#gnav2_wrapper .rbox .tel .head_num_transform span {
		position: initial;
		font-size: 28px;
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}

	#gnav2_wrapper .rbox .tel {
		padding: 0px 0.2vw 0 0.2vw;
		width: 60%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#gnav2_wrapper .lbox {
		width: 25%;
	}

	div#hs_cos_wrapper_header_top:after,div#hs_cos_wrapper_header_top:before {
		content: '';
		display: table;
		clear: both;
	}

	div#header_top .hs_cos_wrapper_type_rich_text {
		display: flex;
	}

	#gnav2_wrapper {
		height: auto;
	}

	.top-bottom-header h2 {
		font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, Helvetica;
	}

	.top-bottom-header h2 {
		max-width: 1425px;
		padding-left: 0;
		padding-right: 0;
	}

	.achievement {
		width: 13%;
		padding-right: 3%;
	}

	#gnav2_wrapper .lbox .logo {
		width: 63% !important;
		padding-right: 4%;
		max-width: initial;
		margin: 0 !important;
	}

	#gnav2_wrapper .lbox .prime_logo {
		width: 20%;
	}

	.gnav2_boxArea img {
		width: 100% !important;
	}

	#gnav2_wrapper .rbox {
		width: calc(100% - 70%);
		max-width: initial;
		box-sizing: border-box;
		justify-content: flex-end;
	}
	#gnav2_wrapper .rbox .tel .txt p:nth-child(2) {
		margin: 0 0.2vw;
	}

	#gnav2_wrapper .lbox .achievement {
		width: 16% !important;
		padding-right: 3% !important;
		margin: 0 !important;
	}
	.head_num_transform p {
		font-size: 12px;
		font-weight: bold;
		color: #247cbc;
		margin-bottom: -2px;
	}

	.head_num_transform {
		text-align: center;
	}
	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>ul li a {
		display: block;
		padding-left: 24px;
		color: rgba(34, 34, 34, 1);
		font-weight: bold;
		font-size: 16px;
		text-decoration: underline;
		background-size: 17px;
		transition: all 0.3s ease;
		line-height: 1.5;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul li:hover ul {
		top: auto;
		line-height: 1.5;
		border-color: #0086cd;
	}

	#gnav2_wrapper .gnav2_boxArea {
		position: relative;
	}
	div#header_top_inner p a:after {
		display: block;
		width: 14px;
		height: 14px;
		margin-left: 2px;
		background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/target_link.svg) no-repeat;
		background-size: contain;
		content: '';
	}
	div#header_top_inner p:nth-child(3), div#header_top_inner p:last-child {
		border: 0;
		margin-right: 2px;
	}

}

@media(max-width:1360px){
	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a{
		font-size: 9px !important;
	}
	#gnav2_wrapper .rbox .tel .head_num_transform span {
		font-size: 16px;
	}
	#gnav2_wrapper .rbox .tel .txt p {
		font-size: 8px;
	}
	#gnav2_wrapper .rbox .tel .txt p {
		font-size: 7px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width:991px){
	.top-bottom-header {
		padding: 0 10px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a {
		background-position: top !important;
	}

	div#header_top .hs_cos_wrapper_type_rich_text {
		display: block;
		text-align: center;
		justify-content: center;
	}
	div#header_top_inner p {
		display: inline-block;
	}
	div#header_top_inner p {
		text-align: center;
	}

	div#header_top_inner p a {
		justify-content: center;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a {
		background-size: 78% 86% !important;
		background-position: center !important;
		font-size: 8px !important;
	}

	#gnav2_wrapper .rbox .con a {
		font-size: 11px;
	}

	.head_num_transform p {
		font-size: 10px;
	}

	#gnav2_wrapper #gnav2 .header-menu .hs-menu-wrapper>ul>li>a {
		padding: 0 10px;
	}
}

@media(max-width:869px){
	.top-bottom-header {
		display: none;
	}

	#gnav2_wrapper .lbox {
		width: 51%;
	}

	#gnav2_wrapper .rbox {
		width: 33.33%;
	}


	#gnav2_wrapper .rbox .tel .txt  div#hs_cos_wrapper_header_text {
		display: none;
	}

	.for_sp {
		display: block;
	}

	#gnav2_wrapper .rbox .tel .head_num_transform {
		display: none;
	}

	#gnav2_wrapper .rbox .tel {

		display: none;
	}
	.top-bottom-header {
		display: none;
	}
}
@media screen and (max-width: 868px){
	.custom-header-wrapper {
		position: fixed;
		width: 100%;
		z-index: 999;
	}

	.header-wrapper {
		min-height: 212px;
	}
}
@media screen and (max-width: 767px){
	.error-page:before {
		font-size: 10rem;

	}
	.header-wrapper {
		min-height: 129px;
	}
}
@media screen and (max-width: 868px){

	#gnav2_wrapper {
		padding: 10px;
	}
	#gnav2_wrapper {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		background: #fff;
		border-bottom: 4px solid #0086cd;
	}

	#fixed_closing {
		display: none;
	}

	#gnav2_wrapper .btn a {
		display: table-cell;
		box-sizing: border-box;
		width: 17.65625%;
		height: 90px;
		padding-bottom: 0.5vh;
		color: #0f7464;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		vertical-align: bottom;
		background: url(../img/cmn/pt_b/ico_btn_gnav_sp.png) no-repeat center 43%;
		background-size: 50%;
		border-left: 2px solid #bdbdbd;
	}

	#gnav2_wrapper .btn {
		position: relative;
		overflow: hidden;
	}

	#gnav2_wrapper .btn {
		position: relative;
		width: 30%;
		overflow: hidden;
	}

	#gnav2_wrapper .tel a {
		display: table-cell;
		box-sizing: border-box;
		width: 17.65625%;
		height: 90px;
		padding-bottom: 0.5vh;
		color: #ff6000;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		vertical-align: bottom;
		background-size: 32%;
		border-left: 2px solid #bdbdbd;
	}

	#gnav2_wrapper .rbox .tel {
		width: 70%;
	}

	#gnav2_wrapper .rbox .con {
		position: relative;
		width: 30%;
		overflow: hidden;
	}

	#gnav2_wrapper #gnav2 .header-menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	#gnav2_wrapper #gnav2 {
		width: 15%;
	}

	#gnav2_wrapper .lbox .logo {
		width: 75% !important;
		margin-right: 5% !important;
	}

	#gnav2_wrapper .rbox .tel .head_num_transform span {
		font-size: 4vw !important;
	}

	#gnav2_wrapper .rbox .tel .txt p {
		padding: 0.3vw 1vw;
		font-size: 1.5vw;
	}

	#gnav2_wrapper .rbox .con a {
		display: table-cell;
		box-sizing: border-box;
		width: 17.65625%;
		height: 90px;
		padding-bottom: 0.5vh;
		color: #0f7464;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		vertical-align: bottom;
		font-size: 13px;
		border-left: 2px solid #bdbdbd;
		padding: 1vw;
		border-radius: initial;
		border-bottom: none;
	}

	#gnav2_wrapper #gnav2 {
		order: 1;
		height: 90px;
	}

	#gnav2_wrapper .rbox .tel .txt p:nth-child(2) {
		margin: 0 2px;
	}

	#gnav2_wrapper .rbox .tel .txt p:nth-child(3) {
		margin: 0;
	}

	#gnav2_wrapper .lbox .prime_logo {
		width: 20%;
	}

	#gnav2_wrapper .rbox {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 50%;
	}

	#gnav2_wrapper .lbox .achievement {
		display: none;
	}

	#gnav2_wrapper .rbox {
		width: calc(100% - 50%);
	}

	#gnav2_wrapper .lbox{ 
		width: 35%;
		padding: 1.25% 2% 1.25% 1.125%;
		display: flex;
		align-items: center;
	}
	#gnav2_wrapper .rbox .con.con.for_pc {
		display: none;
	}
	#header_nav ul {
		display: flex;
		justify-content: flex-end;
		height: 100%;
		width: 100%;
		justify-content: center;
	}

	#header_nav li {
		display: block;
		width: calc((100% - 10px) / 3);
		height: auto;
		margin: 0;
	}

	#header_nav li:first-child{
		width: 90px;
	}

	#header_nav li a {
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		display: block;
		height: 100px;
		padding: 58px 5px 10px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border-radius: 5px;
		box-sizing: border-box;
	}

	#header_nav li:first-child a {
		border-right: none;
		background-size: 65px;
		color: #555;
		line-height: 2;
		font-size: 18px;
		background-image:url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_btn_03.svg);
	}


	#gnav2_wrapper .rbox {
		width: 50%;
	}

	#header_nav li:last-child {
		margin: 0 6px;
		order: 3;
	}

	#header_nav li:nth-child(2) {
		order: 2;
	}

	#header_nav li:nth-child(2) a {
		border-left: none;
		background: #ff6c00 url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_fixed_nav_1.png) no-repeat center 5px;
		background-size: 33px;
		color: #fff;
	}

	#gnav2_wrapper .btn {
		width: 100%;
	}

	#header_nav li:last-child a {
		border-left: none;
		background: #08a757 url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_btn_02.svg) no-repeat center -13px;
		background-size: 87px;
		color: #fff;
	}

	.mobile_nav .hs-menu-wrapper ul ul li a {
		line-height: 30px;
		display: block;
		text-decoration: none;
		color: #555;
		font-size: 26px;
		padding: 19px 44px 19px 80px;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Right-arrow.png) 50px center no-repeat #fff !important;
	}

	#header_nav li:first-child a {
		font-size: 12px;
	}

	.gnav2_boxArea {
		align-items: center;
	}

	#gnav2_wrapper .lbox {
		padding: 0;
	}

	#gnav2_wrapper .btn a {
		border: 0;
		height: 98px;
		flex: 0 0 auto;
	}

	#gnav2_wrapper .btn {
		display: flex;
	}

	nav#header_nav {
		display: flex;
		align-items: center;
	}
	#header_nav ul {
		margin: 0;
	}
	#gnav2_wrapper .lbox {
		padding: 0;
		width: 50%;
	}
	#gnav2_wrapper #gnav2 {
		position: fixed;
		z-index: 10;
		top: 0;
		right: 0;
		overflow: auto;
		width: 520px;
		height: 100%;
		background: #fff;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		transition: all 0.3s ease;
		visibility: hidden;
		right: -100%
	}

	.mobile_nav .hs-menu-wrapper ul {
		display: block;
	}

	.mobile_nav .hs-menu-wrapper ul li {
		width: 100% !important;
		display: block !important;
		max-width: 100% !important;
		margin: 0;
	}

	.mobile_nav .hs-menu-wrapper ul li a {
		padding: 20px 44px 20px 30px;
		font-size: 26px;
		font-weight: bold;
		line-height: 40px;
		display: block;
		padding: 19px 44px 19px 30px;
		color: #333;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		background-color: #f4f4f4 !important;
		text-decoration: none;
	}

	.mobile_nav .hs-menu-wrapper ul ul {
		opacity: 1 !important;
		position: static !important;
		display: none;
		visibility: visible !important;
	}


	.mobile_nav .hs-menu-wrapper> ul > li > a {
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_snav_arrow_right.png) no-repeat 99%;
	}

	.mobile_nav .hs-menu-wrapper> ul > li.hs-item-has-children > a {
		background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_snav_arrow_bottom_2.png) no-repeat right center;
	}

	.mobile_nav .hs-menu-wrapper.hs-item > ul > li > ul {
		display: none;
	}

	div#overlay {
		position: fixed;
		z-index: 9;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		-webkit-animation: fade 500ms;
		animation: fade 500ms;
		background-color: rgba(0, 0, 0, 0.5);
	}
	div#overlay {
		display: none;
	}
	.mobile-open div#overlay {
		display: block;
	}
	.mobile_nav {
		display: block;
	}
	.mobile-open #gnav2_wrapper #gnav2 {
		right: 0;
	}


	div#snav_header {
		background: #007cbc url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Cross.png) no-repeat right center;
		padding: 20px 44px 20px 30px;
		color: #fff;
		cursor: pointer;
	}

	div#snav_header a {
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		line-height: 40px;
		text-decoration: none;
	}
	.mobile-open div#overlay {
		display: block;
	}
	.custom-header .child-trigger {
		cursor: pointer;
		display: block;
		height: 5.8vh;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 15%;
	}
	div#header_top_inner p {
		border: 0;
	}
	div#header_top_inner p {
		border: 0;
		padding: 0;
		margin: 0;
	}
	#gnav2_wrapper .btn {
		display: flex;
		justify-content: center;
	}
	.mobile-open #gnav2_wrapper #gnav2 {
		opacity: 1;
		right: 0;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#gnav2_wrapper #gnav2 {
		width: 75.2vw;
	}

	.mobile_nav {
		position: relative;
	}

	.mobile-open div#overlay {
		z-index: 99;
	}
	.mobile-open #gnav2_wrapper #gnav2 {
		z-index: 999;
	}
	.mod_slide_nav button {
		top: -31px;
	}



	.slide02 ul {
		max-width: 100%;
		width: 100% !important;
	}

	.slide02 li {
		width: 40%;
	}

	.mod_slide_img  button.slick-arrow {
		top: 50%;
	}

	.mobile_nav .hs-menu-wrapper ul li a {
		padding: 19px 34px 19px 20px;
		font-size: 13px;
		line-height: normal;
	}
	.mobile_nav .hs-menu-wrapper ul ul li a {
		display: block;
		white-space: normal;
		padding-left: 33px !important;
		font-size: 13px !important;
		background-size: 32px !important;
		background-position: 5% 50% !important;
		line-height: normal !important;
	}
	div#snav_header {
		background-size: 27px;
		font-size: 13px;
		background-position: 99% 50%;
	}

	div#snav_header a {
		font-size: 16px;
	}

	.mobile_nav .hs-menu-wrapper>ul>li.hs-item-has-children>a {
		background-size: 32px;
	}
	#gnav2_wrapper .gnav2_boxArea {
		padding: 5px 0;
	}

	.mobile_nav .hs-menu-wrapper ul li a {
		background-size:25px;
	}
	.mobile_nav .hs-menu-wrapper ul ul li a {
		background-size: 9px !important;
	}
}



@media(max-width:1920px){
	#gnav2_wrapper .rbox{
		padding: 8px 0;
	}
}
.twocolumn-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 0;
}
.twocolumn-layout{  
	padding-left: 10px;
	padding-right: 10px;
}
.twocolumn-inner .dnd-section {
	padding-top: 0;
	padding-bottom: 0;
}
.green-style-accordion .adv-acc-support-inner {
	border-top: 8px solid #66a736;
}
.cnt-wit-bg-wrp.cm-bg-text-gp .bg_el.bg_img {
	background-position: calc(50% + -448px) top !important;
	background-repeat: no-repeat;
	background-size: contain;
}
.cnt-wit-bg-wrp.cm-bg-text-gp .rich_text h1 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.6;
	text-shadow: #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
}
.twocolumn-inner .dnd-section>.row-fluid > .span12 {
	padding-left: 0;
	padding-right: 0;
}
.two_column_page .twocolumn-left.span8 {
	width: 74.46808510638298%;
}
.two_column_page .twocolumn-right.span4 {
	width: 23.40425531914894%;
}
.cm-heading.dnd_padd .page-center {
	padding: 0;
}

.cm-heading.cnt-wit-bg-wrp h2.title {
	color: #262626;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
}

.twocolumn-inner .dnd-section {
	margin: 0;
}

.cm-heading.cnt-wit-bg-wrp h2.title {
	margin-bottom: 40px;
	padding: 15px 0;
	background-color: #fff;
	border-bottom: 3px solid #0086cd;
}

.twocolumn-inner .dnd-section>.row-fluid>.span12 {
	padding: 0 !important;
}

.cm-image .rich_text p:first-child {
	padding-bottom: 10px;
	border-bottom: 6px solid #c10000;
}

.cm-image .rich_text > img {
	margin-bottom: 20px;
	max-width: 633px;
}

.cm-three-col .flex-row.flex_row {
	overflow: hidden;
	margin-right: -17px;
	padding: 20px 17px;
	background-color: #f2f2f2;
}

.cm-three-col .flex_row .col4 {
	padding: 0;
	float: left;
	width: 210px;
	margin-right: 17px;
}

.cm-three-col.cnt-wit-tp-img-wrp .tp-img {
	margin: 0;
}

.cm-three-col .tp-img-cnt-inner {
	padding-bottom: 18px;
	border: 1px solid #b6b6b6;
	border-top: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
}
.cm-image .page-center.pdlr10.theme_center {
	padding: 0;
}
.cm-three-col .tp-img-cnt-inner img {
	margin: 0;
}

.cm-three-col .tp-img-cnt-inner img {
	opacity: 1;
}

.cm-three-col .tp-img-cnt-inner img:hover {
	animation: other_services_slide_effect 1s ease;
}

.twocolumn-right-area ul li {
	width: 100% !important;
	display: block !important;
	max-width: 100% !important;
}

.twocolumn-right-area .hs-menu-wrapper ul {
	display: block;
}


.twocolumn-right-area .hs-menu-wrapper ul li a {
	display: block;
	padding: 10px 10px 10px 25px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	background-position: 10px center;
	border-bottom: 1px dotted #afafaf;
	background-image: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Right_small_arrow.png);
	background-repeat: no-repeat;
}
.twocolumn-right-area .hs-menu-wrapper > ul {
	margin-bottom: 40px;
}
.cm-three-col .flex-row.flex_row {
	margin-bottom: 20px;
}
.twocolumn-right-area .hs-menu-wrapper ul li ul li a {
	padding: 10px 10px 10px 40px;
	background-color: #fff;
	background-position: 25px center;
}

.twocolumn-right-area .hs-menu-wrapper > ul > li.active > a,
.twocolumn-right-area .hs-menu-wrapper > ul > li.active-branch > a{
	font-weight: bold;
}

.twocolumn-right-area .hs-menu-wrapper > ul li {
	margin: 0;
}
.sidebar-boxed-content .image-holder {
	padding: 0 !important;
}

.service .twocolumn-right-area .hs-menu-wrapper > ul > li > ul > li:nth-child(odd) > a {
	background-color: #f6f6f6;
}
.twocolumn-right-area .hs-menu-wrapper ul li ul li ul li a {
	padding: 10px 10px 10px 55px;
	background-position: 40px center;
}
.twocolumn-right-area .hs-menu-wrapper ul li a.active {
	font-weight: bold;
}
div#header_top_inner p a {
	text-decoration: underline;
}

div#header_top_inner p a:hover {
	text-decoration: none;
}
.twocolumn-right-area .hs-menu-wrapper > ul > li.active > a,
.twocolumn-right-area .hs-menu-wrapper > ul > li > ul > li.active > a,
.twocolumn-right-area .hs-menu-wrapper > ul > li > ul > li.active-branch > a,
.twocolumn-right-area .hs-menu-wrapper > ul > li.active-branch > a,
.chuko .twocolumn-right-area .hs-menu-wrapper ul li ul li:nth-child(3) a {
	font-weight: bold;
}
.chuko .twocolumn-right-area .sidebar-menu .hs-menu-wrapper ul li ul li:nth-child(3) a {
	font-weight: normal;
}
body:not(.service) .twocolumn-right-area .hs-menu-wrapper>ul>li:nth-child(even)>a,
body:not(.service) .twocolumn-right-area .hs-menu-wrapper>ul>li>ul>li:nth-child(even)>a {
	background-color: #f6f6f6;
}

body.needs .twocolumn-right-area .hs-menu-wrapper>ul>li:nth-child(2n)>a{
	background-color: #f6f6f6
}
body.needs .twocolumn-right-area .hs-menu-wrapper>ul>li>ul>li:nth-child(2n)>a{
	background-color:#fff;
}
.sidebar-boxed-content .image-holder {
	padding: 0;
}

.sidebar-boxed-content .content-holder {
	padding: 11px 9px 20px !important;
	background-color: #f2f2f2 !important;
	border: 1px solid #f2f2f2;
}


.sidebar-boxed-content .boxed-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-boxed-content .boxed-content ul li a {
	display: block;
	margin-top: 7px;
	padding-left: 14px;
	color: #144884;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	background-image: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Right_arrow_2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}



.sidebar-boxed-content .sbnr {
	margin-bottom: 20px !important;
}

.sidebar-boxed-content ul li {
	margin: 0;
}
.cm-btn-card .cnt-col.splide__slide.center_aln.col12 {
	padding: 0;
}

.cm-btn-card .btn_row {
	margin: 0;
}

.cm-btn-card a.hs-button {
	margin: 0;
}

.cm-btn-card  .tp-img-cnt-inner img {
	background: #f2f2f2;
	color: #247cbc !important;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 25px;
	position: relative;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 24px;
	max-width: 200px !important;
}

.cnt-wit-tp-img-wrp .tp-img {
	margin: 0;
}
.cm-btn-card.cnt-wit-tp-img-wrp .tp-img {
	margin: 0;
}

.cm-btn-card a.tel_number_text_side {
	background: #f2f2f2;
	color: #247cbc !important;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 25px;
	position: relative;
	right: 2px;
	text-align: center;
	text-decoration: none;
	top: -51px;
	width: 215px;
}

.cm-btn-card .btn_item.ty_std.index1 a {
	display: block;
	width: 200px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/btn_side_closing-1.png);
	margin: 0;
	background-color: transparent;
	padding-bottom: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	border: 0;
	transition: none;
	box-shadow: none;
}

.cm-btn-card.cnt-wit-tp-img-wrp .col-btn-grp {
	margin: 0;
}

.cm-btn-card .tp-img-cnt {
	padding: 10px 8px 20px;
	background-color: #f2f2f2;
}

.cm-btn-card .btn_row, .cm-btn-card a.hs-button {
	margin-top: 0;
}

.cm-btn-card.cnt-wit-tp-img-wrp {
	margin-bottom: 20px;
}
.cm-btn-card .btn_item.ty_std.index1 a:hover{
	background-position: 0 -60px;
	box-shadow: none;
}
.sidebar-boxed-content .sbnr.cm-sidebar .content-holder {
	margin-bottom: 0 !important;
	border: 0;
	padding-bottom: 10px !important;
}

.sidebar-boxed-content .sbnr.cm-sidebar {
	margin: 0 !important;
}
.contact-details-gp .heading-image p:before {
	background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Blockquote_image.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 29px;
	content: '';
}

.contact-details-gp .heading-image p:after {
	display: inline-block;
	width: 22px;
	height: 29px;
	content: '';
	background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Blockquote_image2.png) no-repeat;
}
.contact-details-gp a.tel_number_text_body {
	bottom: 37px;
	left: 44px;
	width: 319px;
	font-weight: bold;
	position: relative;
	line-height: 36px;
	background: #237bbc;
	color: #fcfe05 !important;
	font-size: 2.3rem;
	display: inline-block;
}

.contact-details-gp {
	background-color: #007bbc;
	border: 1px solid #247dd9;
}
.cm-margin.cm-one-col.cnt-wit-tp-img-wrp .tp-img {
	margin: 0;
}

.cm-margin.cm-one-col.cnt-wit-tp-img-wrp .cnt-col {
	padding: 0;
}
.cm-author-style .cnt-col.splide__slide {
	padding: 0;
}

.cm-author-style.cnt-wit-tp-img-wrp .tp-img {
	margin: 0;
}
.twocolumn-left-area table {
	margin-top: 40px;
	width: 100%;
	margin-bottom: 10px;
}
.twocolumn-left-area table th {
	color: #8b4200;
	background-color: #fff1e5;
}

.twocolumn-left-area table th {
	font-weight: bold;
	padding: 15px 30px;
	text-align: center;
	white-space: nowrap;
}
.twocolumn-left-area table th, 
.twocolumn-left-area table td {
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #878787;
}

.twocolumn-left-area table td {
	padding: 15px 20px;
	color: #333;
	background: #fff;
}

.twocolumn-left-area table th, 
.twocolumn-left-area table td {
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #878787;
}
.twocolumn-left-area table+ul li {
	margin: 0;
}
.cm-no-detail .heading-image {
	padding: 0;
}

.cm-image-full .rich_text {
	margin-bottom: 10px !important;
}

.cm-image-full .rich_text img {
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.cm-image-full .rich_text p {
	text-align: center;
	margin-bottom: 20px;
}

.cm-image-full .rich_text p a {
	color: #256ec0;
}

.cm-image-full .page-center.pdlr10.full_width {
	margin-bottom: 60px;
}

.cst-solution-top-sec.cst-solution-top-sec-2.cnt-wit-bg-wrp .title {
	margin-bottom: 20px;
}
.cm-no-detail.contact-details-gp .bottom-section-wrapper {
	background: #007bbc;
	padding-top: 50px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
}

.cm-no-detail.contact-details-gp .heading-image {
	padding: 0;
}
.contact-details-gp.custom-contact-details {
	margin-bottom: 60px;
}

.cm-button a.hs-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 540px;
	height: 63px;
	font-size: 18px !important;
	font-weight: bold;
	color: #FFF;
	background: #0077c2;
	border-bottom: 3px solid #0065A5;
	border-radius: 5px;
	text-decoration: none;
	transition: opacity .3s;
	margin: 0 auto;
	padding: 0 !important;
	line-height: 1.5;
}

.cm-button a.hs-button:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #FFF;
	position: absolute;
	top: calc(50% - 6px);
	left: 35px;
}

.cm-button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.cm-top-content .top_content h2 {
	margin-bottom: 20px;
	padding: 15px;
	color: #0086cd;
	font-weight: bold;
	font-size: 22px;
	line-height: 20px;
	background-color: #def4ff;
	border-radius: 3px;
	text-align: left;
}


.cm-top-content .top_sec.noButton {
	padding: 0;
}

.cm-top-content  .top_sec.noButton {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cm-top-content.cnt-wit-tp-img-wrp .flex-row .splide__slide.col6 {
	width: 49%;
	text-align: center;
	border: 1px solid #e3e3e2;
	padding: 20px;
	border-radius: 3px;
	row-gap: 0;
}

.cm-top-content.cnt-wit-tp-img-wrp .flex-row {
	justify-content: space-between;
	row-gap: 0;
}

.cm-top-content.cnt-wit-tp-img-wrp .flex-row .splide__slide img {
	max-height: 140px;
	width: auto;
}

.cm-top-content.cnt-wit-tp-img-wrp .tp-img-cnt {
	text-align: left;
}
.contact-details-gp.custom-contact-details {
	margin-bottom: 60px;
}
.cm-top-content.cnt-wit-tp-img-wrp .tp-img-cnt p {
	margin: 0;
	text-align: left;
	font-size: 18px;
}

.cm-top-content-2 .top_sec.noButton {
	margin-top: 0;
}
.cm-top-content.cnt-wit-tp-img-wrp .tp-img {
	margin: 0;
}
.cm-top-content a.hs-button:hover {
	opacity: 0.8;
}
.cm-top-content a.hs-button {
	display: block;
	font-size: 16px !important;
	text-decoration: none;
	background: #19628b;
	color: #fff;
	border-radius: 50px;
	padding: 10px !important;
	margin-top: 15px;
	transition: opacity .3s;
	width: 100%;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.5;
	border: 0;
}

.cm-top-content.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
	width: 100%;
	display: block;
}

.cm-top-content.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {}

.cm-top-content.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp 
.btn_row.count_1.oneButton {
	width: 100%;
	display: block;
	margin: 0;
}
.cm-button a.hs-button:hover {
	opacity: 0.8;
}


.cm-top-content-2 .col4 {
	width: 32%;
	text-align: center;
	border: 1px solid #e3e3e2;
	padding: 20px;
	border-radius: 3px;
}

.cm-top-content-2.cm-top-content.cnt-wit-tp-img-wrp .flex-row .splide__slide.col4 img {
	max-height: 100px;
	margin: 0 auto;
}
.price-tabber-gp .listitems:nth-child(3n) {
	margin-right: 11px;
}

.cm-top-content-2.cm-top-content.cnt-wit-tp-img-wrp .tp-img {
	text-align: center;
}

.cm-top-content-2 blockquote {
	padding: 5px;
	margin-bottom: 10px;
	background: #0f80c6;
	color: #fff;
	text-align: center !important;
	font-size: 18px;
	border: 0;
}

.cm-top-content-2 .splide__slide.left_aln.col4 {
	padding: 20px;
}

.cm-top-content-2.cnt-wit-tp-img-wrp .tp-img-cnt a.hs-button {
	background: transparent;
	padding: 0 !important;
	padding-left: 10px !important;
	color: #396eaa;
	font-weight: 700;
	margin: 0 !important;
	background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Right_arrow_3.png) left center no-repeat;
	display: inline-block;
	width: auto;
	text-decoration: underline;
}

.cm-top-content-2 blockquote {
	margin-top: 25px;
}

.cm-top-content-2.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
	margin: 0;
}

.cm-top-content-2.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp .btn_row.count_1.oneButton {
	text-align: center;
}

.cm-top-content-2.cnt-wit-tp-img-wrp .tp-img-cnt a.hs-button:hover {
	text-decoration: none;
}

.cm-top-content-2.cnt-wit-tp-img-wrp .tp-img-cnt a.hs-button:hover {
	color: #396eaa;
	opacity: 1;
}
.cst-solution-top-sec-3 {
	padding-top: 60px;
}
.ancbox.industry-wrapper.custom-gap {
	margin-bottom: 60px;
}
.cst-solution-top-sec-3.cst-solution-top-sec.cnt-wit-bg-wrp  p {
	margin-bottom: 0;
}

.cm-image .top_sec .flex_row {
	flex-direction: column;
	padding: 11px 0 20px;
	background-color: #f5f9ff;
	border-top: 2px solid #d7e3f4;
}

.cm-image .top_sec .btn_row_wrap.col4 {
	width: 100%;
	padding: 0;
}
.cm-image .top_sec .top_content>:last-child {
	width: 650px;
	height: 96px;
	margin-left: 21px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	background-image: url('https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/bg_t_about_contents-1.jpg');
	background-repeat: no-repeat;
}

.cm-image .btn_item a {
	display: block;
	padding: 10px 25px 10px 10px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	background: #fff url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/ico_about_contents.png) no-repeat right 10px center / 13px auto;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #c3c3c3;
	margin: 0;
	text-align: left;
}

.cst-solution-top-sec-3 p {
	margin: 0 ;
}
.cm-image .btn_row_wrap.col4 {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

.cm-image .top_sec .btn_row_wrap.col4 .btn_row.count_4.moreButton {
	width: 100%;
	justify-content: space-between;
	max-width: 660px;
	margin: 0 auto;
	column-gap: 0;
}

.cm-image .top_sec .flex_row .content_widget {
	padding: 0;
}
.cm-two-column .content-col.col6, .cm-two-column .media_column.img-col.col6 {
	padding: 0;
}

.cm-two-column .content-col.col6 {
	width: 388px;
}

.cm-two-column .media_column.img-col.col6 {
	position: relative;
	width: 288px;
	height: 208px;
	border: 1px solid #d7d7d7;
}

.cm-two-column .media_column.img-col.col6 .text_block {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	color: #003c6c;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	background-color: #dbe6f7;
	border-bottom-right-radius: 10px;
}

.cm-two-column.two-col-content .content-col .description {
	margin: 0;
}

.cm-two-column.two-col-content .content-col .description p {
	margin: 0;
}

.cm-two-column {
	padding-bottom: 40px;
}
.cm-accordion.accordion-biziphone .acc-biziphone {
	padding: 0;
	margin: 0;
	padding: 20px;
	border: 1px solid #d4d4d4;
	border-top: none;
}

.cm-accordion.accordion-biziphone .title {
	margin: 0;
	margin-bottom: 10px;
	padding: 20px 35px 20px 63px;
	color: #1a4184;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.cm-accordion .items:after {
	background-image: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/tg_qa_off-1.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 23px;
	position: absolute;
	right: 0;
	top: 0;
	top: 20px;
	transition: transform .3s ease-in-out;
	width: 25px;
	z-index: 9;
}
.cm-accordion .items:last-child .title {
	margin-bottom: 0;
	border-bottom: 0;
}
.cm-accordion.accordion-biziphone .text {
	padding: 0;
}

.cm-accordion .accordion-biziphone .text {
	line-height: 26px;
}
.cm-accordion.accordion-biziphone .heading {
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #025f99;
}
.cm-accordion .items.active-acc:after {
	transform: rotate(180deg);
}
.cm-accordion .items {
	position: relative;
}

.home-tabber-wrapper {
	margin: 50px 0 60px;
}

.home-tabber-wrapper .top-image {
	text-align: center;
	margin-bottom: 10px;
}
.cm-accordion.accordion-biziphone .heading {
	margin: 0;
	padding: 0;
}
.cm-image .btn_item a:hover {
	opacity: 0.5
}
.price .sidebar-menu .hs-menu-wrapper>ul>li:first-child>a {
	font-weight: bold;
}
@media(max-width:950px) and (min-width:768px){
	.contact-details-gp a.tel_number_text_body {
		font-size: 1.8rem !important;
		left: 34px !important;

	}
}
@media(max-width:991px){
	.price-tabber-gp .listitems:nth-child(3n) {
		margin-right: 11px;
	}
	.price-tabber-gp .listitems {
		width: 47%;
	}
	.home-body .twocolumn-inner {
		flex-direction: column;
	}

	.home-body .two_column_page .twocolumn-left.span8 {
		width: 100%;
	}
	.home-body .contact-details-gp a.tel_number_text_body {
		background: #237bbc;
		bottom: 39px;
		color: #fcfe05 !important;
		display: inline-block;
		font-size: 2.3rem;
		font-weight: 700;
		left: 44px;
		line-height: 37px;
		position: relative;
		width: 330px;
	}
	.home-body .two_column_page .twocolumn-right.span4 {
		display: none;
	}
	.home-body .contact-details-gp a.tel_number_text_body {
		display: none;
	}

}
@media(max-width:969px){
	.industry-wrapper .inbox li {
		width: 29.33%;
	}

	.industry-wrapper .inbox li:nth-child(4n) {
		margin-right: 20px !important;
	}

	.industry-wrapper .inbox li:nth-child(3n) {
		margin-right: 0 !important;
	}

	.cm-btn-card .tp-img-cnt-inner img {
		width: 100% !important;
	}

	.cm-btn-card .btn_item.ty_std.index1 a {
		width: 100% !important;
	}


	.cm-two-column .content-col.col6 {
		width: 50%;
		padding-left: 20px;
	}

	.cm-two-column .media_column.img-col.col6 {
		width: 50%;
	}
}
@media(max-width:868px){
	.industry-wrapper .inbox li {
		width: 48%;
		FONT-WEIGHT: 500;
	}

	.industry-wrapper .inbox li:nth-child(3n) {
		margin-right: 20px !important;
	}

	.industry-wrapper .inbox li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.contact-details-gp .right-bottom a {
		font-size: 12px !important;
	}
}
@media(max-width:767px){
	.industry-items .box .inner .txtbox {
		width: 100%;
	}

	.industry-items .inner {
		flex-direction: column;
	}
	div#side {
		display: none;
	}
	.twocolumn-left.span8 {
		margin-bottom: 8%;
	}
	.twocolumn-inner {
		display: block;
	}
	.two_column_page .twocolumn-left.span8 {
		width: 100%;
	}
	.two_column_page .twocolumn-right.span4 {
		width: 100%;
	}
	.two_column_page .twocolumn-right .twocolumn-right-area {
		max-width: 220px;
		margin: 0 auto;
	}
	.two-col-content .mediaimg .single-img img {
		display: block;
		margin: 0 auto;
	}
	.contact-details-gp a.tel_number_text_body {
		display: none;
	}
	.adv-acc-support .merit_inner.cf .i_merit img {
		max-height: max-content;
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}

	.custom-button a {
		max-width: 100%;
		width: auto;
	}

	.contact-details-gp .right-bottom a {
		font-size: 14px !important;
	}
	.breadcrumb_wrapper ul li a {
		color: #256ec0;
		text-decoration: none;
		white-space: normal;
	}
	.breadcrumb_wrapper ul li.last-crumb {
		background: none;
		margin-right: 0;
		padding-right: 0;
		white-space: normal;
	}
	.cm-two-column .media_column.img-col.col6,.cm-two-column.two-col-content.right .content-col {
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	.cm-top-content.cnt-wit-tp-img-wrp .flex-row .splide__slide.col6, .cm-top-content.cnt-wit-tp-img-wrp .flex-row .splide__slide.col6 {
		width: 100%;
	}
	.cm-top-content-2 .col4 {
		width: 100%;
	}
	.cm-button a.hs-button {
		max-width: 100%;
		width: auto;
		padding: 10px 20px !important;
	}
	.mod_slide .slick-slide .slide02 img {
		width: 100%;
	}
}
.home-tabber-wrapper .qa_cont ul li h3 {
	margin: 0;
}

/*Child1*/
.cst-solution-top-sec.cnt-wit-bg-wrp .title {
	padding: 15px 0;
	background-color: #fff;
	border-bottom: 3px solid #0086cd;
	margin-bottom: 40px;
	color: #262626;
	font-size: 20px;
	line-height: 27px;
	font-weight:bold;
}

.cst-solution-top-sec.cnt-wit-bg-wrp .page-center {
	padding: 0;
	max-width: 100%;
}

.cst-solution-top-sec.cnt-wit-bg-wrp p:last-child {
	margin: 0 0 40px;
}

.cst-solution-top-sec.cnt-wit-bg-wrp p span {
	color: #c00;
	font-weight: bold;
	line-height: 1.6;
}

.cst-solution-top-sec.cnt-wit-bg-wrp h2.title {
	margin-bottom: 20px;
}

.cst-solution-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row {
	row-gap: 40px;
}

.cst-solution-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row .cnt-col {
	padding: 0;
	margin-right: 21px;
	max-width: 212px;
	width: 100%;
}

.cst-solution-cnt-wth-tp-img.cnt-wit-tp-img-wrp .tp-img {
	margin-bottom: 3px;
}

.cst-solution-cnt-wth-tp-img.cnt-wit-tp-img-wrp .tp-img-cnt .col-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	margin: 0;
}

.cst-solution-cnt-wth-tp-img.cnt-wit-tp-img-wrp .tp-img-cnt .tp-img-cnt-inner {
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.cst-solution-steps-sec.cnt-wit-bg-wrp .page-center {
	padding: 0;
}


.cst-solution-steps-sec.cnt-wit-bg-wrp .rich_text h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 8px;
	color: #12589b;
}

.cst-solution-steps-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"] {
	margin-bottom: 16px;
	padding: 0;
}

.cst-solution-steps-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"] li {
	margin: 0;
	float: left;
}

.cst-solution-steps-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"]:after,
.cst-solution-steps-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"]:before {
	display: table;
	content: '';
}

.cst-solution-steps-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"]:after {
	clear: both;
}

.cst-solution-top-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"]{
	padding:0;
}

.cst-solution-top-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"] li {
	margin: 0;
	float: left;
}

.cst-solution-top-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"]:after,
.cst-solution-top-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"]:before {
	display: table;
	content: '';
}

.cst-solution-top-sec.cnt-wit-bg-wrp .rich_text ol[data-attr="img-align"]:after {
	clear: both;
}


.cst-solution-top-sec.cnt-wit-bg-wrp blockquote {
	padding: 30px 19px;
	border: 1px solid #e2e2e2;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_services_merit_4.png);
}

.cst-solution-top-sec.cnt-wit-bg-wrp blockquote[data-attr="bg-change"]{
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_services_merit_5.png) no-repeat left bottom;
}

.cst-solution-top-sec.cnt-wit-bg-wrp blockquote ol {
	margin: 0;
	padding: 0;
}

.cst-solution-top-sec.cnt-wit-bg-wrp blockquote ol li {
	margin: 0;
}

.cst-solution-top-sec.cnt-wit-bg-wrp blockquote h4 {
	margin-bottom: 6px;
}

.cst-solution-top-sec.cnt-wit-bg-wrp blockquote ol li p {
	margin-bottom: 20px !important;
}

.cst-solution-top-sec.cnt-wit-bg-wrp blockquote h3 {
	margin-bottom: 20px;
}

.cst-solution-tw-col-cnt.two-col-content .content-col {
	max-width: 402px;
	width: 100%;
}

.cst-solution-tw-col-cnt.two-col-content .img-col {
	max-width: 242px;
	width: 100%;
}

.cst-solution-tw-col-cnt.two-col-content .flex_row {
	row-gap: 0;
}

.cst-solution-tw-col-cnt.two-col-content .content-col .description ul[data-attr="img-align"]{
	padding:0;
	margin:0;
}

.cst-solution-tw-col-cnt.two-col-content .content-col .description ul[data-attr="img-align"] li {
	margin: 0;
	float: left;
	margin-right: 5px;
}

.cst-solution-tw-col-cnt.two-col-content .content-col .description ul[data-attr="img-align"]:after,
.cst-solution-tw-col-cnt.two-col-content .content-col .description ul[data-attr="img-align"]:before {
	display: table;
	content: '';
}

.cst-solution-tw-col-cnt.two-col-content .content-col .description ul[data-attr="img-align"]:after {
	clear: both;
}


.cst-solution-tw-col-cnt.two-col-content .content-col .description h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;
	color: #444;
	margin: 0;
}

.cst-solution-tw-col-cnt.two-col-content .content-col .description h3 {
	margin-top: 16px;
	padding-bottom: 6px;
	color: #12589b;
	border-bottom: 1px solid #c4c4c4;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0;
}

.cst-solution-tw-col-cnt.two-col-content .content-col .description p {
	font-size: 14px;
	line-height: 20px;
	padding-top: 7px;
	color: #333;
	border-top: 1px solid #fff;
	margin: 0;
}

.cst-solution-tw-col-cnt.two-col-content .content-col .description {
	margin: 0;
}

.two-col-content.cst-solution-tw-col-cnt {
	margin-bottom: 40px;
	padding-bottom: 37px;
	border-bottom: 1px dashed #959ba2;
}

.two-col-content.cst-solution-tw-col-cnt.cst-solution-tw-col-cnt-last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


/* service page */

.cst-service-top-sec.cst-solution-top-sec.cnt-wit-bg-wrp blockquote {
	border: none;
	padding: 24px 20px 26px;
	border-top: 3px solid #c2e6f6;
	background: #fff;
	margin: 0;
}

.cst-service-top-sec.cst-solution-top-sec.cnt-wit-bg-wrp .rich_text ol[data-attr=img-align] li:not(:last-child) {
	margin-right: 16px;
}

.cst-service-top-sec.cnt-wit-bg-wrp {
	border-bottom: 1px solid #c5e1ee;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .page-center {
	padding-bottom: 30px;
	border: 1px solid #ffd585;
	border-top-width: 5px;
	border-bottom-width: 5px;
	background-color: #fffff4;
}


.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .top_sec {
	margin: 0;
	padding: 0;
	margin-top: -25px;
}
.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img {
	padding-top: 25px;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .top_sec h3 {
	margin-bottom: 25px;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .top_sec .top_content>:last-child {
	margin-bottom: 20px;
}


.cst-service-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row {
	max-width: 660px;
	margin: 0 auto;
	row-gap: 20px;
	justify-content: center;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col {
	max-width: 320px;
	width: 100% ;
	padding: 0;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col:nth-child(1),
.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col:nth-child(3) {
	margin-right: 20px;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .tp-img-cnt {
	text-align: center;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col .inner_spacing {
	padding: 18px 0 15px 19px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
}


.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .bototm_btn .btn_row {
	margin-top: 30px;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img a.cta_button{
	opacity: 1;
}

.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img a.cta_button:hover{
	animation: css_effect 1s ease;
}

.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col,
.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col{
	max-width: 100%;
}

.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col:first-child, 
.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col:nth-child(3),
.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col:first-child, 
.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col:nth-child(3) {
	margin: 0;
}

.cst-service-cnt-wth-tp-img.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row,
.cst-service-cnt-wth-tp-img.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row{
	row-gap: 4px;
}

.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col .inner_spacing,
.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col .inner_spacing{
	padding: 28px 40px;
	border: none;
	border-radius: 0;
}

.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .tp-img-cnt,
.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .tp-img-cnt{
	text-align: left;
}

.cst-service-mdl-cnt-wth-tp-img .tp-img-cnt h5,
.cst-service-btm-cnt-wth-tp-img .tp-img-cnt h5{
	margin-bottom: 15px;
}

.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .page-center{
	background-color: #f2f8ff;
	border-color: #c5d6f2;
}
.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .page-center{
	border-color:#c5ebf2;
	background-color:#eefafb;
}


.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp .cnt-col:nth-child(1) .inner_spacing {
	background: #fff url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_service_merit_otoku_1.png) no-repeat 524px center;
}

.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp .cnt-col:nth-child(2) .inner_spacing {
	background: #fff url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_service_merit_otoku_2.png) no-repeat 524px center;
}

.cst-service-mdl-cnt-wth-tp-img.cnt-wit-tp-img-wrp .cnt-col:nth-child(3) .inner_spacing {
	background: #fff url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_service_merit_otoku_3.png) no-repeat 524px center;
}


.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp .cnt-col:nth-child(1) .inner_spacing{
	background: #fff url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_service_merit_ip_1.png) no-repeat 512px center;
}

.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp .cnt-col:nth-child(2) .inner_spacing{
	background: #fff url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_service_merit_ip_2.png) no-repeat 513px center;
}

.cst-service-btm-cnt-wth-tp-img.cnt-wit-tp-img-wrp .cnt-col:nth-child(3) .inner_spacing{
	background: #fff url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_service_merit_ip_3.png) no-repeat 514px center;
}


.cst-ser-img-wth-cnt-sec.cst-solution-top-sec.cnt-wit-bg-wrp p:last-child {
	font-size: 15px;
	padding: 10px 120px 10px 16px;
	color: #363636;
	border: 4px solid #ffa800;
	border-top: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_chance.jpg) no-repeat right top;
}

.cst-solution-top-sec.cnt-wit-bg-wrp ol[data-attr="img-full-wdt"] li:not(:last-child) {
	margin-bottom: 5px;
}

.cst-solution-top-sec.cnt-wit-bg-wrp ol[data-attr="img-full-wdt"] li {
	margin: 0;
	padding: 7px 9px;
	background-color: #0086cd;
}

.cst-service-bottom-sec.cst-solution-top-sec.cnt-wit-bg-wrp p:last-child a {
	font-size: 20px;
	display: block;
	padding: 10px;
	color: #134c9f;
}

.cst-service-bottom-sec.cst-solution-top-sec.cnt-wit-bg-wrp p:last-child a:hover {
	color: #0086cd;
}

.cst-tp-cnt-wth-btn-innr .area_lists_l ul li a {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_area_list.png) no-repeat left center;
}

.cst-tp-cnt-wth-btn-innr .area_lists_l h2 {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/tm_contents.png) no-repeat left bottom;
}

.cst-ser-cnt-wit-top-img-title.cst-solution-top-sec.cnt-wit-bg-wrp h2.title {
	margin-bottom: 15px;
}


.cst-solution-top-sec.cnt-wit-bg-wrp ul[data-attr=img-align] {
	background-color: #f2f2f2;
	padding: 9px 20px 11px 8px;
}

.cst-solution-top-sec.cnt-wit-bg-wrp ul[data-attr=img-align]:before,
.cst-solution-top-sec.cnt-wit-bg-wrp ul[data-attr=img-align]:after {
	display: table;
	content: '';
}

.cst-solution-top-sec.cnt-wit-bg-wrp ul[data-attr=img-align]:after {
	clear: both;
}

.cst-solution-top-sec.cnt-wit-bg-wrp ul[data-attr=img-align] li {
	width: 213px;
	float: left;
	margin-right: 16px;
	margin-bottom: 0;
}

.cst-solution-top-sec.cnt-wit-bg-wrp ul[data-attr=img-align] li:nth-child(3) {
	margin-right: 0;
}


/* area page */


.cst-area-page-back-to-top .page-center {
	padding: 0;
}

.cst-area-page-back-to-top.cnt-wit-bg-wrp .rich_text a {
	padding-left: 11px;
	color: #0077c2;
	font-size: 13px;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_pagetop.png) no-repeat left center;
}

.cst-area-page-back-to-top.cnt-wit-bg-wrp .rich_text a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}


.cst-authr-main-wrapper {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ar_gray.png) no-repeat center bottom;
}

.cst-inbox .cst-title-img {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/line_bg_point.png) no-repeat center bottom;
}

.cst-authr-main-wrapper .cst-inbox:nth-child(2) .txtbox {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ph1_point.png) no-repeat right 50px bottom;
}

.cst-authr-main-wrapper .cst-inbox:nth-child(3) .txtbox {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ph2_point.png) no-repeat right bottom;
}

.cst-authr-main-wrapper .cst-inbox:last-of-type .txtbox {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ph3_point.png) no-repeat right 60px bottom;
}

.cst-solution-top-sec.cst-needs-mdl-top-sec .rich_text {
	margin-bottom: 50px;
	padding-bottom: 105px;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ar_gray.png) no-repeat center bottom;
}



.cst-needs-author-sec.cst-authr-main-wrapper .top-content {
	background-color: #f9feff;
	border: 1px solid #e8e8e8;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox {
	padding: 28px 0 37px 24px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_merit.png) repeat !important;
	min-height: auto !important;
	margin: 0;
	width: auto;
	position: relative;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox {
	background: transparent;
	border: none !important;
	padding: 0;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox:before {
	display: none;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 8px solid #0086cd;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ul li:nth-child(1) {
	margin-bottom: 15px;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ul {
	margin-bottom: 40px;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ul li {
	margin: 0;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ol:before,
.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ol:after {
	display: table;
	content: '';
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ol:after {
	clear: both;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ol li {
	margin: 0;
	float: left;
}

.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ol li:first-of-type {
	padding: 3px 13px 0 0;
}

.cst-needs-author-sec.cst-authr-main-wrapper {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ar2_gray.png) no-repeat center bottom;
	padding-bottom: 100px;
}

.cnt-wit-bg-wrp.cst-needs-btm-pane-sec {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.cnt-wit-bg-wrp.cst-needs-btm-pane-sec .page-center {
	padding: 0;
}

.cnt-wit-bg-wrp.cst-needs-btm-pane-sec  .rich_text p:last-of-type {
	margin: 0;
}

.cnt-wit-bg-wrp.cst-needs-btm-pane-sec .rich_text p a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 20px;
	color: #396eaa;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/arrow-left.png) no-repeat 5px center;
}

.cst-solution-top-sec.cst-cord-img-wth-cnt-sec .rich_text {
	border: 4px solid #e8e7bb;
}

.cst-solution-top-sec.cst-cord-img-wth-cnt-sec.cnt-wit-bg-wrp .content_widget h2 {
	margin: 0;
}

.cst-solution-top-sec.cst-cord-img-wth-cnt-sec.cnt-wit-bg-wrp p:last-child {
	margin-bottom: 0;
	padding: 15px;
	background: #fffffe url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_main_dsc.jpg) no-repeat;
}

/* cardol page */

.cst-merit-demerit .demerit-items-wrapper {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_demerit.jpg) no-repeat right top;
}

.cst-merit-demerit .demerit-items-wrapper .cst-title {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_demerit.png) no-repeat 0 12px;
}

.cst-merit-demerit .merit-items-wrapper {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_merit.jpg) no-repeat right top;
}

.cst-merit-demerit .merit-items-wrapper .cst-title {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_merit.png) no-repeat 0 12px;
}



.cst-cordless-accordion .togglebox {
	margin-bottom: 0;
}

.cst-cordless-accordion#about .togglebox .toggle {
	padding: 10px 140px 10px 10px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #c9c9c9;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/tg_qa_close.png) no-repeat right center;
	height:auto;
}

.cst-cordless-accordion#about .togglebox .toggle.active{
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/tg_qa_open.png) no-repeat right center;
}

.cst-cordless-accordion#about .togglebox .toggle .mt {
	padding: 0;
}

.cst-cordless-accordion#about .toggle_ar {
	display: none;
}

.cst-cordless-accordion#about .togglebox .toggle .mt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #479aef;
}

.cst-cordless-accordion#about .togglebox .toggle_inbox {
	padding: 0;
	background: none;
}

.cst-cordless-accordion#about .togglebox .toggle_inbox .top_content {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 10px 0;
	padding: 15px 20px 15px 2em;
	text-indent: -1em;
	color: #333;
	border: 1px solid #c9c9c9;
	border-top: 0;
	background: #f6f6f6;
}



@media(max-width:767px){
	.cst-solution-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row .cnt-col {
		width: 100%;
		text-align: center;
		max-width: unset;
		padding: 0 10px;
		margin: 0;
	}

	.cst-solution-cnt-wth-tp-img.cnt-wit-tp-img-wrp .flex-row {
		width: 100%;
	}

	.cst-solution-steps-sec.cnt-wit-bg-wrp .rich_text ol[data-attr=img-align] li {
		float: none;
		text-align: center;
	}

	.cst-solution-top-sec.cnt-wit-bg-wrp ul[data-attr=img-align] li {
		width: auto;
		float: none;
		margin-right: 0;
		text-align:center;
	}

	.cst-solution-tw-col-cnt.two-col-content .img-col {
		width: 100%;
		max-width: unset;
	}

	.cst-solution-tw-col-cnt.two-col-content .content-col {
		max-width: unset;
		width: 100%;
	}

	.cst-solution-tw-col-cnt.two-col-content .flex_row {
		row-gap: 30px;
	}

	.cst-solution-tw-col-cnt.two-col-content .content-col .description ul[data-attr=img-align] li{
		margin-bottom:5px;
	}
	.cst-solution-tw-col-cnt.two-col-content .content-col .description h3{
		margin-top:11px;
	}

	/*    service page */


	.cst-service-top-sec.cst-solution-top-sec.cnt-wit-bg-wrp .rich_text ol[data-attr=img-align] li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col:first-child, 
	.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col:nth-child(3) {
		margin-right: 0;
	}

	.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col {
		text-align: center;
	}

	.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .page-center {
		padding-left: 10px;
		padding-right: 10px;
	}

	.cnt-wit-tp-img-wrp.cst-service-cnt-wth-tp-img .flex-row .cnt-col{
		max-width: 100%;
	}

	.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ol li {
		float: none;
		text-align: center;
		margin: 0 0 10px;
	}

	.cst-needs-author-sec.cst-authr-main-wrapper .cst-inbox .txtbox ol li:first-of-type {
		padding: 0;
	}
	#header_top {
		padding: 0;
		display: block;
		line-height: normal;
		font-size: 15px;
		line-height: 30px;
		max-height: 100%;
		text-align: center;
		color: #272727;
	}

	div#header_top_inner p {
		font-size: 10px;
		max-height: 100%;
		text-align: center;
		color: #272727;
		font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, sans-serif;
	}

	div#gnav2_wrapper {
		padding: 0 5px;
	}

	#header_nav li:last-child {
		margin-right: 0;
		margin-right: 2px;
		margin-left: 2px;
	}


	#header_nav li:nth-child(2) a {
		padding-top: 29px;
		font-size: 8px;
		background-size: 14px!important;
		width: 15.65625%;
	}

	#header_nav li:last-child a {
		padding-top: 36px;
		background-size: 36px!important;
		background-position: center -2px;
		font-size: 9px;
	}



	#header_nav li:first-child a {
		font-size: 11px;
		background-size: 24px !important;
		padding-top: 28px;
		background-position: center 5px;
	}

	#gnav2_wrapper .rbox {
		width: 63% !important;
	}

	#gnav2_wrapper .lbox {
		width: 50% !important;
	}

	#header_nav li:first-child {
		width: auto;
	}

	#gnav2_wrapper .btn a {
		border-radius: 3px;
	}

	#header_nav li:nth-child(2) {
		margin-right: 0;
	}

	#header_nav ul {
		justify-content: flex-end;
	}
	#gnav2_wrapper .btn {
		display: flex;
		justify-content: end;
	}
	#gnav2_wrapper .btn a {
		height: 69px;

	}

}

@media (max-width:700px){
	.cst-solution-top-sec.cnt-wit-bg-wrp .rich_text ol[data-attr=img-align] li {
		float: none;
		text-align: center;
	}
}





a[data-ani="effect"]{
	opacity: 1;
}

a[data-ani="effect"]:hover{
	animation: css_effect 1s ease;
}


@keyframes css_effect {
	0% {
		opacity: .3
	}

	to {
		opacity: 1
	}
}
/*---end--*/


/*----Child2*/
.blog-feed .recent-post-title a,
.cm_team_cont > a,
.cm_mbr_cont > a,
.related-title > a,
.post-pagination a,
.hs_fil_t3_title > a,
.hs_fil_t2_title > a,
.custom-header .header-action .hs-button,
.custom-footer a,
.custom-header a,
.blog-wit-sidbr .post-btm a,
.sidebar-popular-posts .related-content-col .meta_wrap a,
.blog-feed .meta_wrap a,
span.blog-author a,
.blog-feed .tags_wrap a,
.blog-feedv3 .left_col .recent-post-item3 .post-btm a,
.blog-feedv3 .right_col .recent-post-title a,
.hs-button,
.hs-sec-btn,.hs-trans-btn,
nav.blog-pagination>a,
.blog-post__body em a,
.blog-listing__post-author-name,
.blog-listing__post-title-link,
.blog-listing__post-button.button,
.hs_fillter_wrp .type_2 .hs_fil_t2_read a,
.meta_tags a{
	text-decoration: none;
}

.tl h1,
.tl h2 {
	color: #262626;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	margin: 0;
}

a{
	text-decoration: underline;
}

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

.tl-set h1,
.tl-set h2 {
	float: left;
	width: 490px;
}

ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.normal {
	color: #262626;
	font-size: 16px;
	line-height: 24px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb60 {
	margin-bottom: 60px;
}

#about .bottom_content p a {
	background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Right_arrow_4.png) no-repeat left center;
}

.cm-chuko-list .page-center {
	padding: 0;
}

.cm-chuko-list .page-center {
	padding: 0;
}

#area_map_img {
	position: relative;
	width: 700px;
	height: 720px;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg2_areamap.png) no-repeat;
}

#area_map dl dt {
	text-indent: -9999px;
}

#area_map dl dd {
	position: absolute;
	width: 85px;
	height: 19px;
}

#area_map dl dd a {
	display: block;
	width: 85px;
	height: 30px;
	overflow: hidden;
	color: #fff;
	color: #000;
	font-size: 14px;
	font-family:
		"A-OTF æ–°ã‚´ Pr6N",
		A-OTF Shin Go Pr6N,
		"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",
		Hiragino Kaku Gothic Pro,
		"ãƒ¡ã‚¤ãƒªã‚ª",
		Meiryo,
		"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯",
		sans-serif,
		Helvetica;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/btn_areamap_type_1.png) no-repeat;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mb30 {
	margin-bottom: 30px;
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

#area_map dl dd#hokkaido a,
#area_map dl dd#aomori a,
#area_map dl dd#miyagi a,
#area_map dl dd#yamagata a,
#area_map dl dd#iwate a,
#area_map dl dd#fukushima a,
#area_map dl dd#akita a,
#area_map dl dd#ishikawa a,
#area_map dl dd#fukui a,
#area_map dl dd#tokyo a,
#area_map dl dd#kanagawa a,
#area_map dl dd#saitama a,
#area_map dl dd#tochigi a,
#area_map dl dd#gunma a,
#area_map dl dd#chiba a,
#area_map dl dd#ibaraki a,
#area_map dl dd#aichi a,
#area_map dl dd#gihu a,
#area_map dl dd#shizuoka a,
#area_map dl dd#mie a,
#area_map dl dd#osaka a,
#area_map dl dd#hyogo a,
#area_map dl dd#kyoto a,
#area_map dl dd#nara a,
#area_map dl dd#shiga a,
#area_map dl dd#wakayama a {
	color: #fff;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/btn_areamap_type_2.png) no-repeat;
}

#area_map dl dd a:hover {
	opacity: 1;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

dd#hokkaido {
	top: 303px;
	right: 40px;
}

dd#aomori {
	top: 383px;
	right: 40px;
}

dd#miyagi {
	top: 418px;
	right: 40px;
}

dd#yamagata {
	top: 453px;
	right: 40px;
}

dd#iwate {
	top: 488px;
	right: 40px;
}

dd#fukushima {
	top: 523px;
	right: 40px;
}

dd#akita {
	top: 558px;
	right: 40px;
}


dd#niigata {
	top: 148px;
	right: 260px;
}

dd#toyama {
	top: 182px;
	right: 260px;
}

dd#nagano {
	top: 217px;
	right: 260px;
}

dd#ishikawa {
	top: 252px;
	right: 260px;
}

dd#fukui {
	top: 287px;
	right: 260px;
}


dd#kanagawa {
	top: 538px;
	right: 170px;
}

dd#tochigi {
	top: 573px;
	right: 170px;
}

dd#chiba {
	top: 608px;
	right: 170px;
}

dd#yamanashi {
	top: 643px;
	right: 170px;
}


dd#tokyo {
	top: 538px;
	right: 260px;
}

dd#saitama {
	top: 573px;
	right: 260px;
}

dd#gunma {
	top: 608px;
	right: 260px;
}

dd#ibaraki {
	top: 643px;
	right: 260px;
}


dd#aichi {
	top: 538px;
	right: 365px;
}

dd#gihu {
	top: 573px;
	right: 365px;
}

dd#shizuoka {
	top: 608px;
	right: 365px;
}

dd#mie {
	top: 643px;
	right: 365px;
}


dd#osaka {
	top: 148px;
	right: 365px;
}

dd#hyogo {
	top: 182px;
	right: 365px;
}

dd#kyoto {
	top: 217px;
	right: 365px;
}

dd#nara {
	top: 252px;
	right: 365px;
}

dd#shiga {
	top: 287px;
	right: 365px;
}

dd#wakayama {
	top: 322px;
	right: 365px;
}


dd#kouchi {
	top: 538px;
	right: 470px;
}

dd#kagawa {
	top: 573px;
	right: 470px;
}

dd#tokushima {
	top: 608px;
	right: 470px;
}

dd#ehime {
	top: 643px;
	right: 470px;
}


dd#hiroshima {
	top: 148px;
	right: 470px;
}

dd#okayama {
	top: 182px;
	right: 470px;
}

dd#yamaguchi {
	top: 217px;
	right: 470px;
}

dd#shimane {
	top: 252px;
	right: 470px;
}

dd#tottori {
	top: 287px;
	right: 470px;
}


dd#fukuoka {
	top: 148px;
	right: 575px;
}

dd#saga {
	top: 182px;
	right: 575px;
}

dd#ohita {
	top: 217px;
	right: 575px;
}

dd#nagasaki {
	top: 252px;
	right: 575px;
}

dd#kumamoto {
	top: 287px;
	right: 575px;
}

dd#miyazaki {
	top: 322px;
	right: 575px;
}

dd#kagoshima {
	top: 357px;
	right: 575px;
}

dd#okinawa {
	top: 608px;
	right: 575px;
}

.cm-chuko-list .bg_el {
	display: none;
}

.cm-chuko-list .rich_text h4 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	padding-left: 50px;
	font-weight: bold;
	font-size: 19px;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_ico1_about.png) no-repeat left top;
	border-bottom: 2px solid #dadada;
}

.cm-chuko-list .rich_text p {
	margin-bottom: 40px;
}

.cm-chuko-list .rich_text p span {
	color: #0086cd;
	font-weight: bold;
}

.cm-chuko-sidebar a img {
	position: relative;
	left: -6px;
	width: 100%;
}

.sidebar-boxed-content .cm-chuko-sidebar .content-holder {
	padding: 10px 8px 20px !important;
	margin: 0 !important;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content {
	margin: 0;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content p {
	margin: 0;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content p:first-child {
	text-align: center;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content p:first-child a {
	display: block;
	color: #014f78;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content p:nth-child(2) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content p:nth-child(2) a {
	display: block;
	padding: 15px 0 15px 20px;
	color: #014f78;
	font-size: 13px;
	line-height: 19px;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content p:nth-child(2) a {
	background-image: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/Biziphone_June2024/Images/Right_arrow_4.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content ul li {
	border-bottom: 1px dotted #adadad;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content ul li:first-child {
	border-top: 1px dotted #adadad;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content ul li a {
	display: block;
	color: #014f78;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding: 15px 0 15px 56px;
	margin: 0;
	text-align: left;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content ul li:first-child a {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_side_ranking_2.png) no-repeat left center;
}

.sidebar-boxed-content .cm-chuko-sidebar .boxed-content ul li:nth-child(2) a {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_side_ranking_3.png) no-repeat left center;
}

.sidebar-boxed-content .cm-chuko-sidebar .content-holder>a {
	display: inline-block;
	vertical-align: text-bottom;
}

.cm-chuko-sidebar #btn_side_ranking {
	width: 180px;
	margin: 20px auto 0;
}

.cm-chuko-sidebar #btn_side_ranking a {
	text-decoration: none;
	display: block;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/btn_side_ranking.png);
}

.cm-chuko-sidebar #btn_side_ranking a:hover{
	background-position: 0 -40px;
}

.hs_fillter_wrp .type_2 .hs_fil_cat_item {
	padding: 12.5px 28px;
}

#hs_cos_wrapper_body_area_left-module-2 .hs-search-field__bar>form {
	padding-bottom: 0 !important;
	margin-bottom: 10px;
}

.hs_service .widget-type-form .field >label {
	color: #000 !important;
}

.custom-tabber.cordless-list #tab_digital {
	border-bottom: 5px solid #37cb87;
	width: 680px;
	margin: 0 auto;
}

.custom-tabber.cordless-list #tab_digital li {
	width: 340px;
}

.custom-tabber.cordless-list #cont_digital_1,
.custom-tabber.cordless-list #cont_digital_2 {
	border: 0;
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_cont_image_inner.png) no-repeat;
	padding: 0;
	width: 680px;
	margin: 0 auto;
}

.custom-tabber .bottom-content {
	padding: 17px 21px 0;
}

.custom-tabber.cordless-list #tab_digital li a {
	width: 340px;
	background-image: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/tab_image.png);
	background-position: unset;
}

.custom-tabber.cordless-list #tab_digital li a.on{
	background-position: 0 -52px;
}

.custom-tabber .bottom-content p:last-child {
	margin: 0;
}

@media(max-width: 991px){
	.cm-chuko-list .rich_text {
		width: auto;
		overflow: auto;
	}

	.custom-tabber.cordless-list #cont_digital_1,
	.custom-tabber.cordless-list #cont_digital_2 {
		width: 100%;
	}

	.custom-tabber.cordless-list #tab_digital {
		width: 100%;
	}

	.custom-tabber.cordless-list #tab_digital li a {
		width: 100%;
		max-width: 340px;
	}

	.custom-tabber.cordless-list #tab_digital li {
		width: 100%;
	}

	.cm-chuko-sidebar #btn_side_ranking {
		width: 150px;
	}

	.cm-chuko-sidebar #btn_side_ranking a {
		background-size: 151px 80px;
	}
}
/*---end---*/

/*--child3*/

.cnt-wit-bg-wrp.cm-title-with-cont-gp .page-center {
	padding-left: 0;
	padding-right: 0;
}
.cnt-wit-bg-wrp.cm-title-with-cont-gp .title {
	padding: 15px 0;
	background-color: #fff;
	border-bottom: 3px solid #0086cd;
	margin-bottom: 20px;
	color: #262626;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
}
.cnt-wit-bg-wrp.cm-title-with-cont-gp p:last-child {
	margin-bottom: 0;
}


.cnt-wit-bg-wrp.cm-qoute-gp .page-center {
	padding-left: 0;
	padding-right: 0;
}
.cnt-wit-bg-wrp.cm-qoute-gp .title {
	border-left: 5px solid #b5d6e7;
	background: #ebf8ff;
	padding: 20px 10px;
	font-size: 19px;
	margin-bottom: 20px;
	line-height: 28.5px;
}

.cnt-wit-bg-wrp.cm-qoute-gp table {
	margin: 20px auto 0;
	max-width: 700px;
	width: 100%;
}
.cnt-wit-bg-wrp.cm-qoute-gp table th {
	background: #eee;
	border: 1px solid #ccc;
	color: #262626;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width: 343px;
	padding: 10px 20px;
	text-align: left;
	max-width: 100%;
}
.cnt-wit-bg-wrp.cm-qoute-gp table td {
	background: #f1f1f1;
	border: 1px solid #ccc;
	line-height: 24px;
	width: 350px;
	padding: 10px 20px;
	max-width: 100%;
}

.cnt-wit-bg-wrp.cm-qoute-gp  blockquote {
	border: 3px dotted #dcdcdc;
	margin: 0 auto 0;
	max-width: 100%;
	padding: 20px;
	width: 545px;
	background: #f3f3f3 url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/tel_icon.png) no-repeat right 16px bottom;
}
.cnt-wit-bg-wrp.cm-qoute-gp .rich_text p {
	margin-bottom: 30px;
}
.cnt-wit-bg-wrp.cm-qoute-gp .rich_text blockquote p {
	margin: 0;
}
.cnt-wit-bg-wrp.cm-qoute-gp blockquote ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 10px;
}
.cnt-wit-bg-wrp.cm-qoute-gp blockquote ul li {
	margin: 0 0 5px;
}
.cnt-wit-bg-wrp.cm-qoute-gp blockquote ul li:last-child {
	margin-bottom: 0;
}

.price-tabber-gp .items {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_details.png) repeat-x left bottom;
}

.price-tabber-gp .details_info ul li {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/ico_details.png) no-repeat left center;
}

.price-tabber-gp .details_info .details_btn {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_details.png) repeat-x;
}

.price-tabber-gp  .listitems {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_lineup_area.png) no-repeat;
}
.price-tabber-gp .listitems-inenr {
	background: url(//21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/raw_assets/public/Biziphone_June2024/images/bg_lineup_inner.png) no-repeat left bottom;
}


.effect {
	opacity: 1;
}

.effect:hover {
	animation: effect 1s ease;
}

@keyframes css_effect {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}


@media(max-width:767px){
	.cnt-wit-bg-wrp.cm-qoute-gp table th {
		width: 100%;
		display: block;
	}

	.cnt-wit-bg-wrp.cm-qoute-gp table td {
		width: 100%;
		display: block;
	}
}
@media(max-width:767px){
	.error-page:before {
		font-size: 7rem;
	}
}
@media(max-width:479px){
	.error-page:before {
		font-size: 7rem;
	}
}
/*--end--*/
.hs_cos_wrapper_type_rich_text [data-animation] {
   opacity: 0;
}

html {
   overflow-y: overlay;
   overflow: auto;
   -webkit-tap-highlight-color: transparent;
}

.page-center{
   padding-left: 0;
   padding-right: 0;
}


.hs-trans-btn {
   border: 0 solid;
}

.page-center.full_width {
   max-width: 100%;
   width: 100%;
}
.text_right .btn_row {
   justify-content: end;
}

.text_left .btn_row {
   justify-content: start;
}

.dnd-module .widget-type-linked_image {
   overflow: hidden;
}

.tl {
   padding: 15px 0;
   background-color: #fff;
   border-bottom: 3px solid #0086cd;
}

.mb40 {
   margin-bottom: 40px;
}

.cf {
   zoom: 1;
}

.cf::before,
.cf::after {
   display: table;
   content: '';
}

.cf::after {
   clear: both;
}

a.effect,
a.effect-gray,
a.effect-gray2 {
   display: inline-block;
   vertical-align: text-bottom;
}

.row-fluid [class*=span] {
	min-height: auto;
}

.mt20 {
    margin-top: 20px;
}

/*  video background */


.bnr_vid {
   height: 110vh;
   height: 110%;
   min-height: 100%;
   overflow: hidden;
   position: absolute;
   width: 100vw;
   z-index: 1;
   top: 0;
   left: 0;
}

.bnr_vid video{
   width:100%;
   object-fit: cover;
   height: 100%;
}


.bnr_vid.iframe_banner_vid {
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%) ;
   left: 50%;
   top: 50%;
   height: auto;
   width: auto;
   min-height: 100%;
   min-width: 100%;
   aspect-ratio: 16 / 9;
}

.bnr_vid.iframe_banner_vid iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   top: 0;
   width: 100%;
}

.safari .bnr_vid.iframe_banner_vid iframe{
   -webkit-transform: scale(1.4);
   transform: scale(1.4);
}

@media screen and (max-width: 991px) {
   .safari .bnr_vid.iframe_banner_vid iframe{
      -webkit-transform: scale(6.5);
      transform: scale(6.5);
   }
}



.lg-components {
   min-height: 47px;
   display: inline-block;
   width: 100%;
}

.lg-outer .lg-content{
   bottom: 47px !important;
}

/*  */
.text_center{
   text-align:center;
}
.text_right{
   text-align:right;
}
.text_left{
   text-align:left;
}

.flex_row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

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

.hs-button {
   display: inline-block;
}

.btn_row:empty {
   margin: 0 !important;
}

.btn_row {
   margin-top: 20px;
   margin-bottom: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   row-gap: 10px;
   -webkit-column-gap: 10px;
   -moz-column-gap: 10px;
   column-gap: 10px;
   justify-content: center;
   align-items: center;
}

.btn_item a {
   display: inline-block;
}

.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 {
   padding:0 10px;
}

.bg_el{
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.top_sec {
   text-align: center;
   margin-bottom: 50px;
}


.pdlr15{
   padding-left:15px;
   padding-right:15px;
}

.pdlr10{
   padding-left:10px;
   padding-right:10px;
}

.margin10{
   margin-left:-10px;
   margin-right:-10px;
}

.pdlr0{ 
   padding-left:0px;
   padding-right:0px;
}


.top_sec .top_content > *:last-child {
   margin-bottom: 0;
}

.text_center .btn_row {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.dnd_padd {
   position: relative;
   overflow: hidden;
}

.dnd_padd .page-center {
   position: relative;
   z-index: 2;
}


.bg_el.overlay_bg {
   z-index: 2;
}

.simpleParallax {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
}

.simpleParallax_wrap .thumbnail {
   transition: 0.1s ease;
   width: 100%;
}


/*  */

.glide__slides > * {
   white-space: normal;
}

.glide__bullet.glide__bullet{
   transition: all 400ms ease-in-out;
}


.glide__bullets {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   margin-top: 20px;
   position: absolute;
   width: 100%;
   bottom: 0;
   row-gap: 5px;
   left: 0;
   z-index: 2;
}

.glide__bullets .glide__bullet {
   border-radius: 100%;
   width: 10px;
   height: 10px;
   margin: 0 1.5px;
   cursor: pointer;
}

.glide__bullets.square_bullets .glide__bullet {
   width: 30px;
   height: 5px;
   border-radius: 24px;
}

.glide .glide__arrow{
   width: 40px;
   height: 40px;
   border-radius: 100%;
   transition: 0.2s ease;
}

.glide .glide__arrow--left {
   left: -40px;
}

.glide .glide__arrow--right {
   right: -40px;
}

.glide__bullets.numberBullets {
   font-size: 1.125em;
   bottom: -32px;
}

.glide__bullets.numberBullets .glide__bullet {
   background: none;
   width: auto;
   height: auto;
   margin: 0 10px;
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
}

.glide__bullets.numberBullets .glide__bullet:after {
   content: '';
   width: 5px;
   height: 5px;
   border-radius: 2.5px;
   display: block;
   margin: 0 auto;
   margin-top: 5px;
   transition: inherit;
}

@media (max-width: 1280px){
   .glide .glide__arrow--right {
      right: 20px;
   }
   .glide .glide__arrow--left {
      left: 20px;
   }
}


@media(max-width:480px){
   .glide__arrows {
      display: none;
   }
}

/*  */

.page-center.fullwidth {
   max-width: 100%;
   width: 100%;
}

.flex_row.rowGap15 {
   row-gap: 20px;
}

.flex_row.colGap15 {
   -webkit-column-gap: 15px;
   -moz-column-gap: 15px;
   column-gap: 15px;
}


.text_left .icon_inner {
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
}

.text_right .icon_inner {
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.text_center .icon_inner {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}



.col3_row .flex_row,
.col4_row .flex_row,
.col20_row .flex_row ,
.col3_row .flex_row {
   justify-content: center
}

@media(max-width:1300px) and (min-width:1101px){
   .col20_row .flex_row .col20{
      width: 25%;
   }
}

@media(max-width:1100px) and (min-width:992px){


   .col20_row .flex_row .col20,
   .col3_row .flex_row .col3{
      width: 33.33%;
   }
}

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



   .col20_row .flex_row .col20,
   .col2_row .flex_row .col2,
   .col3_row .flex_row .col3,
   .col4_row .flex_row .col4{
      width: 50%;
   }
}

/*  */

.splide__list > .splide__slide,
.glide__slides > * {
   margin-bottom: 30px;
   margin-top: 30px;
}

.card_gallery > .btn_row {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-top: 50px;
}

.logos_row {
   margin-bottom: 10px;
}

.logos_row .glide__bullets {
   position: absolute;
   border: 0;
   width: 100%;
   left: 0;
   z-index: 2;
}

.testimonials_slider .top_sec,
.card_gallery.sliderEnable .top_sec {
   margin-bottom: 20px;
}

.slider_btn_footer .btn_row {
   margin-top: 50px;
}

.top_sec .flex_row .content_widget {
   text-align: left;
}

.top_sec .flex_row .top_content {
   max-width: 100%;
}

.top_sec .btn_row_wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: end;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.top_sec .btn_row_wrap .btn_row {
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.top_sec.noButton {
   padding-left: 10px;
   padding-right: 10px;
}

.top_sec.no_top_content .btn_row_wrap.col4 {
   width: 100%;
}

.top_sec.no_top_content .btn_row_wrap {
   justify-content: center;
}

/*  */

.testimonials_slider .bottom_row.glide,
.card_gallery .bottom_row.glide {
   padding-bottom: 24px;
}

.bnr_wrp {
   overflow: hidden;
}

.testimonials_sliderv3 .glide .glide__arrow--right {
   right: 10px;
}

.testimonials_sliderv3 .glide .glide__arrow--left {
   left: 10px;
}

.testimonials_sliderv2 .glide__arrow {
   margin-top: -24px;
}

/*  */

.cnt-mid-sec h2 {
   margin-bottom: 15px;
}

.cnt-mid-sec .hs_cos_wrapper_type_rich_text p:last-child {
   margin-bottom: 0;
}

.cnt-mid-sec form input:not(.hs-button),
.cnt-mid-sec form textarea {
   padding: 17px 27px 13px;
}

.cnt-mid-sec form .hs-form-field {
   margin-bottom: 10px;
}

.cnt-mid-sec form .hs-form-field textarea {
   min-height: 140px;
   resize:none;
}

.cnt-mid-sec form .hs_submit {
   margin-top: 5px;
   display: inline-block;
}

.cnt-mid-sec form .hs-form-field > label {
   margin: 0;
}

.rating {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   line-height: 0;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-column-gap: 5px;
   -moz-column-gap: 5px;
   column-gap: 5px;
   margin-bottom: 24px;
}

.rating svg {
   width: 20px;
   height: 20px;
   display: block;
   vertical-align: middle;
}

.testimonials_sliderv2 span.star_fill {
   -ms-flex-negative: 0;
   flex-shrink: 0;
}

.rating .fill svg path {
   fill: rgb(245, 205, 62);
}

.rating svg path {
   fill: transparent;
   stroke: rgb(245, 205, 62);
}

.text_center .rating {
   justify-content: center;
}

.text_right .rating {
   justify-content: flex-end;
}

.faq-mid-sec p:last-child {
   margin-bottom: 0;
}

.simpleParallax_wrap .thumbnail {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.portfolio-mid-sec .widget-type-rich_text p {
   margin-bottom: 30px;
}

.portfolio-mid-sec .hs_cos_wrapper_type_rich_text > h4 {
   margin-bottom: 5px;
}

.portfolio-detail-pg p:last-child {
   margin-bottom: 0;
}



.portfolio-mid-sec .gallery-section .glide__arrow--left {
   left: -10px;
}

.portfolio-mid-sec .gallery-section .glide__arrow {
   transform: translateY(-50%);
   top: 50%;
}

.portfolio-mid-sec .gallery-section.dnd_padd {
   overflow: visible;
}

.portfolio-mid-sec .gallery-section .glide__arrow--right {
   right: -10px;
}

.portfolio-mid-sec h3 {
   margin-bottom: 24px;
}

.portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul > li:last-child {
   margin-bottom: 0;
}

@media(max-width:767px){
   .top_sec .btn_row_wrap,
   .top_sec .btn_row_wrap .btn_row {
      justify-content: center;
   }
}

/* form_popup  */
.popup_modal {
   background: rgba(0,0,0,.3);
   display: none;
   height: 100%;
   left: 0;
   opacity: 0;
   position: fixed;
   top: 0;
   -webkit-transition: .1s ease;
   -o-transition: .1s ease;
   transition: .1s ease;
   visibility: hidden;
   width: 100%;
   z-index: 999;
}
.popup_modal .popup_modal_inner {
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   height: 100%;
   justify-content: center;
   overflow: hidden;
   overflow-y: auto;
   padding: 50px 20px;
   width: 100%;
   text-align: left;
}

.popup_modal .popup_modal_box {
   border-radius: 5px;
   margin: 0 auto;
   max-width: 1024px;
   opacity: 0;
   overflow: hidden;
   -webkit-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: .4s ease .2s;
   -o-transition: .4s ease .2s;
   transition: .4s ease .2s;
   width: 100%;
}

.vid-popup-outer .closeIcon,
.popup_modal .closeIcon {
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   align-items: center;
   cursor: pointer;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 35px;
   font-weight: 700;
   height: 35px;
   justify-content: center;
   position: absolute;
   right: 20px;
   top: 20px;
   width: 35px;
   z-index: 11;
   background: #fff;
   padding: 5px;
   stroke-width: 2px;
}

.popup_modal.active_show {
   opacity: 1;
   visibility: visible;
}

.popup_modal.show {
   display: block;
}

.popup_modal.active_show .popup_modal_box {
   opacity: 1;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.popup_modal .content_box {
   padding: 20px;
}

.popup_modal .video_box {
   padding-bottom: 56.25%;
   position: relative;
}

.popup_modal .form__box {
   padding: 20px;
}

.popup_modal .form-title:empty {
   margin: 0;
}

.popup_modal .video_box .bnr_vid {
   height: 100%;
}

.popup_modal video,
.popup_modal .video_box iframe {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2;
}

.popup_modal .video_box .bnr_vid {
   width: 100%;
}

.popup_modal .content_box > *:last-child {
   margin-bottom: 0;
}

a.popupBtn.popup_video {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}

a.popupBtn.popup_video span.icon {
   line-height: 0;
   margin-right: 10px;
}
.page-center.full_width .glide .glide__arrow--left {
   left: 20px;
}

.page-center.full_width .glide .glide__arrow--right {
   right: 20px;
}

.about-page .card_gallery .card_content + .btn_row {
   margin-top: 15px;
}

.about-page .card_gallery h3.it_title {
   margin-bottom: 15px;
}

.about-page .card_gallery .top_sec {
   margin-bottom: 55px;
}

.about-page .counter-section .item .cont-wrap .img-wrap {
   min-height: 60px;
   margin-bottom: 15px;
}

.about-page .counter-section .flex_row {
   margin: 0 -10px;
}

.about-page .cm_team_wrp .cm_team_image {
   padding-bottom: 1px;
}

.about-page .cm_team_wrp .cm_team_icons {
   column-gap: 5px;
}

.about-page .cm_team_wrp .cm_team_icons a {
   width: 40px;
   height: 40px;
}

.about-page .cm_team_wrp .cm_team_text {
   margin-bottom: 19px;
}

.about-page .dnd_padd.accordion_wrap {
   overflow: visible;
}

/* About Ver 2 */

.about_page_V2 .cm_tm_wrp .top_sec {
   margin-bottom: 20px;
}

.about_page_V2 .cm_tm_wrp .square_bullets {
   margin-bottom: 0;
}

.about_page_V2 .logo_slider .top_sec {
   padding-top: 0;
}

.about_page_V2 .two-col-content .multirichtext * {
   color: inherit;
   margin-bottom: 10px;
}

.about_page_V2 .two-col-content .img-col .description-cont {
   padding: 20px 19px;
}

.banner_v3_inner{
   padding-bottom: 187px;
   padding-top: 176px;
}

.service-listing-page .card_gallery .card_inner {
   padding: 29px 20px;
}

.faq_page .dnd_padd.accordion_wrap {
   overflow: visible;
}

.servs-details-pg .hs_cos_wrapper_type_rich_text ul li:last-child {
   margin-bottom: 0;
}

.doc-main-sec .hs_cos_wrapper_type_linked_image {
   display: inline-block;
   box-shadow: 0px 0px 2px #333;
}

.doc-main-sec .hs_cos_wrapper_type_linked_image img.hs-image-widget {
   width: 358px;
}

@media (min-width:768px) {
   .top_sec .btn_row_wrap.col4 {
      width: 33.33%;
   }
}

@media (max-width:767px) {

   .portfolio-mid-sec img.hs-image-widget {
      width: 100%;
   }

   .portfolio-mid-sec .widget-type-linked_image {
      display: block;
      width: 100%;
   }

   .top_sec .flex_row .content_widget {
      text-align: center;
   }

   .portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul {
      margin-bottom: 30px;
   }

}


.dnd-section {
   /*   overflow: hidden; */
}
.body-wrapper {
   overflow: hidden;
}
.hs_service .widget-type-form .form-title{
   color:#fff;
   text-align:center;
}
.hs_service .col4 .dnd-column {
   padding: 0;
}

.hs_service .widget-type-form {
   padding: 20px;
   border-radius: 2px;
}
.lg-sub-html {
   color: inherit !important;

}
.lg-outer .lg-inner {
   white-space: normal !important;
}

.hs_service .widget-type-form .hs-button {
   width:100%;
}
.hs_service .widget-type-form .field >label {
   color: #fff;
}
body .lg-backdrop{
   opacity: 0.8 !important;
}
.lg-item .lg-sub-html {
   padding: 0!important;
}

div[class*="lightGallery-captionsmodule"] {
   padding: 15px 40px!important;
}
div[class*="lightGallery-captionsmodule"]:empty {
   display: none !important;
}


table {
   border-collapse: collapse;
   border: none;
}

a.cta_button{
   box-sizing: border-box !important;
}

.hs-inline-edit .hs_cos_wrapper_type_rich_text [data-animation] {
   opacity: 1;
   transform: none;
}


/* modules social share */

.cm_social_follows .icon_cont {
   width: 40px;
   height: 40px;
   padding: 0;
   font-size: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.cm_social_follows > ul.flex_row {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   list-style: none;
   padding: 0;
   margin-top: 30px;
   margin-bottom: 30px;
}

.cm_social_follows > ul.flex_row li {
   margin: 0;
}

.cm_social_follows .icon_cont * {
   font-size: inherit;
}

.cm_social_follows .icon_cont svg {
   width: 1em;
   height: 1em;
   display: block;
   margin: 0 auto;
   fill: currentColor;
}

.cm_social_follows .icon_cont svg path {
   color: inherit;
   fill: inherit;
}

.cm_social_follows .icon_cont img {
   width: 1em;
   height: auto;
}

.cm_social_follows .icon_cont * {
   transition: inherit;
}

.cm_social_follows .icon_inline {
   display: inline-block;
   line-height: 1;
   vertical-align: middle;
}

.cm_social_follows .icon_inline img {
   vertical-align: middle;
   display: block;
}

.cm_social_follows .icon_inline {
   display: inline-block;
   line-height: 1;
   vertical-align: middle;
}

.cm_social_follows .icon_inline img {
   vertical-align: middle;
   display: block;
}

.cm_social_follows .icon_cont.custom {
   border-radius: 100%;
   transition: 0.2s ease;
}

.text_center .cm_social_follows ul.flex_row {
   justify-content: center;
}

.text_right .cm_social_follows ul.flex_row {
   justify-content: flex-end;
}

/*  */