/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 0;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
.header__container,
.content-wrapper, .page-center,  .dnd-section >.row-fluid, .footer__container{
 padding: 0 18px;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src:url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/AvenirLTW01-35Light.woff") format("woff"),
    url("") format("woff2"),
      url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/AvenirLTW01-35Light.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
        }



@font-face {
  font-family: "TsukushiMaruGothic";
  src: url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/WIX-TsukuARdGothicStd-B.woff2") format("woff2"),
    url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/WIX-TsukuARdGothicStd-B.woff") format("woff");
  font-weight: 700;
}


@font-face {
  font-family: "TsukushiMaruGothic";
  src: url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/WIX-TsukuARdGothicStd-M.woff2") format("woff2"),
    url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/WIX-TsukuARdGothicStd-M.woff") format("woff");
}

@font-face {
  font-family: "Marzo-W00-Regular";
    src: url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/e947b76a-edcf-4519-bc3d-c2da35865717.woff") format("woff2"),
    url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/c09cb36e-5e79-4033-b854-41e57fbf44fa.ttf") format("woff");
}


@font-face {
  font-family: "SnellRoundhandW01-Scrip";
    src: url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/efbfc170-aaf0-4472-91f4-dbb5bc2f4c59.woff") format("woff2"),
    url("//7833548.fs1.hubspotusercontent-na1.net/hubfs/7833548/raw_assets/public/Antway_August_2020/fonts/d974669d-978c-4bcf-8843-b2b7c366d097.ttf") format("woff");
}


/*----------------------*/

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
  line-height:normal;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background-color: #a5d9ed;
  text-shadow: none;
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #a5d9ed;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 22px;
  line-height: normal;
  font-family: raleway, sans-serif;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.375em;
}

h2 {
  font-size: 1.6rem;
  line-height: normal;
}

h3 {
  font-size: 1.25rem;
  line-height: normal;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: normal;
}

h5 {
  font-size: 1rem;
  line-height: 1.1;
}

h6 {
  font-size: .9rem;
  line-height: 1.1;
}

b, strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}


.btn,
.hs-button {  
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.15;
  font-family: 
    position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 6px;
  border-style: solid;
  line-height: 28px;
  border-width: 1px;
  padding: 15px 53px;
  
  text-decoration: none;
  text-align: center;
  font-size: 24px;
}

input.email-edit.hs-input {
  width: 100% !important;
}

.btn:hover,
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}



.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}


input.hs-search-field__input,
input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px !important;
  margin-bottom: 15px;
  padding: 13px 0 13px 10px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


.hs-form-field > label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
}

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

ul.hs-error-msgs.inputs-list > li {
  margin: 0;
}

ul.hs-error-msgs.inputs-list > li > label {
  line-height: 28px;
}


ul.no-list.hs-error-msgs {
  padding: 0;
  margin-bottom: 0;
  margin: 0;
}

.hs-error-msgs label {
  display: block;
  float: none;
  font-size:14px;
  white-space: normal;
  font-weight: normal;
  color: red !important;
}

.field input.hs-input {
  margin-bottom: 0;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

@media(max-width:767px){

  .btn, .hs-button, .button--primary {
    padding: 10px 15px;
    font-size: 16px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.cm-web p {
  margin-bottom: 22px;
}


h3 {
  margin: 0;
  line-height: 36px;
}

p {
  margin: 0;
  margin-bottom: 24px;
}

p.titleGap {
  line-height: 0;
  padding-bottom: 44px;
  margin: 0 !important;
}

h2 {
  margin: 0;
  text-align: center;
  line-height: normal;
}

.titleGap{
  margin: 0;
  padding-bottom: 44px;
}

.terms-main h3 {
  text-align: center;
}

.terms-main p {
  padding-left: 16px;
  margin-bottom: 22px;
  padding-right: 7px;
}

.terms-main p.titleGap {
  margin: 0;
}

.priv-main h3 {
  margin-bottom: 26px;
}

.priv-main p {
  margin: 0;
  padding-right: 6px;
  padding-left: 5px;
}

.priv-main h2 {
  text-align: left;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}

img {
  max-width:100%; 
}

.faq-main .dnd-section {
  padding-top: 56px;
  padding-bottom: 54px;
}

.faq-main .dnd-column {
  padding: 0;
}

.banner-section .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}


/*========= Home Pahe =========*/

.h-full_sec-in .dnd-section {
  padding-top: 60px;
  padding-bottom: 69px;
}

.h-two_col_sec-in .dnd-section {
  padding: 0;
}


.h-apply_sec-in h4 {
  font-family: tsukushimarugothic,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 18px;
  margin-top: 53px;
  margin-bottom: 64px;
}

.h-apply_sec-in .dnd-section {
  padding-bottom: 60px;
}

.h-Ser_sec-in .dnd-section {
  padding-top: 60px;
}

.h-households_sec-in .dnd-section {
  padding-top: 111px;
}

.h-secure_sec-in {
  margin-top: 40px;
}

.h-secure_sec-in .dnd-section {
  padding-top: 40px;
}



@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {

  .h-secure_sec {
    overflow: hidden;
  }

}




/*================*/


.h-sign_sec-in .dnd-section ,
.h-ser-area_sec-in .dnd-section {
  padding-top: 119px;
  padding-bottom: 178px;
  background-size: contain;
}

.h-sign_sec-in h2,
.h-ser-area_sec-in h2 {
  font-family: tsukushimarugothic,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
  font-size: 34px;
  margin-bottom: 111px;
}

.h-sign_sec-in p,
.h-ser-area_sec-in p {
  font-family: tsukushimarugothic,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
  font-size: 14px;
  margin-bottom: 9px;
}

.h-sign_sec-in .button-module-item a,
.h-ser-area_sec-in .button-module-item a {
  display: table;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 57px;
}

.h-sign_sec-in .button-module-item a img,
.h-ser-area_sec-in .button-module-item a img {
  display: block;
}

.h-sign_sec-in h3,
.h-ser-area_sec-in h3 {
  font-size: 22px;
  line-height: normal;
  font-family: tsukushimarugothic,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
}

.h-sign_sec-in .dnd-section {
  padding-bottom: 220px;
  padding-top: 105px;
}

.h-sign_sec-in .button-module-item a {
  margin-bottom: 73px;
}

.h-sign_sec-in p {
  margin-bottom: 42px;
}

.h-sign_sec-in h2 {
  margin-bottom: 67px;
  font-size: 30px;
}

.bnr-btn img {
  width: 100%;
}

.thumbnail-item.slick-slide.slick-current.slick-active {
  position: relative;
}

/*========== chngs=======*/

/*-------- ipad pro ------*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {


    .home-page .dnd-section > .row-fluid {
      max-width: 100%;
    }

}

/*===== endss ==========*/


@media(max-width:1100px){

  .faq-main .dnd-section > .row-fluid {
    padding: 0 20px;
  }

}

@media(max-width:1024px){

  .dnd-section > .row-fluid {
    padding: 0 20px;
  }

}

@media(max-width:1200px) and (min-width:768px){
  .home-page:not(.m-home-page) > * {
    overflow: hidden;
  }

}

@media(max-width:767px){

  p {
    margin-bottom: 20px;
  }

  h3 + p {
    font-size: 15px;
  }

  .titleGap{
    margin: 0;
    padding-bottom: 26px;
  }

  .terms-main h3 {
    font-size: 21px;
  }

  .terms-main p.titleGap {
    padding-bottom: 40px;
  }

  .terms-main p {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    margin-bottom: 20px;
  }

  .priv-main h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .priv-main p {
    font-size: 16px;
    padding: 0;
  }

  .priv-main h2 {
    font-size: 23px;
    padding: 0;
  }

  .faq-main .dnd-section {
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .h-two_col_sec .dnd-section > .row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .h-full_sec-in .dnd-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .h-two_col_sec-in .dnd-section {
    padding: 0;
    padding-top: 76px;
  }




  .h-ser-area_sec-in .dnd-section {
    padding-top: 46px;
    padding-bottom: 26px;
  }

  .h-ser-area_sec-in h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .h-ser-area_sec-in p {
    width: 65%;
    margin: 0 auto;
  }

  .h-ser-area_sec-in p {
    font-size: 15px;
  }

  .h-ser-area_sec-in .button-module-item a img {
    max-width: 266px !important;
  }

  .h-ser-area_sec-in .button-module-item a {
    margin-bottom: 14px;
  }

  .h-ser-area_sec-in h3 {
    font-size: 13px;
  }

  .h-sign_sec-in .dnd-section {
    padding-top: 49px;
    padding-bottom: 40px;
  }

  .h-sign_sec-in h2 {
    font-size: 19px;
    margin-bottom: 14px;
  }

  .h-sign_sec-in p {
    margin-bottom: 20px;
  }

  .h-sign_sec-in .button-module-item a img {
    max-width: 270px !important;
  }

  .h-sign_sec-in .button-module-item a {
    margin-bottom: 20px;
  }

  .h-sign_sec-in h3 {
    font-size: 13px;
  }
  .h-apply_sec-in .dnd-section {
    display:none;
  }

}


/*------- iXi ---------*/

@media only screen 
  and (device-width: 375px)
  and (device-height: 812px) 
  and (-webkit-device-pixel-ratio: 2) {
    
    .h-two_col_sec-in .dnd-section {
      padding: 96px 0px 0px;
    }

    .h-ser-area_sec-in .dnd-section {
      padding-top: 58px;
      padding-bottom: 33px;
    }

    .h-ser-area_sec-in h2 {
      font-size: 23.2px;
      margin-bottom: 15px;
    }

    .h-ser-area_sec-in p {
      font-size: 17.3px;
      width: 62%;
      line-height: 28px;
      margin-bottom: 11px;
    }

    .h-ser-area_sec-in .button-module-item a img {
      max-width: 100% !important;
    }

    .h-ser-area_sec-in .button-module {
      padding: 0 10px;
    }

    .h-ser-area_sec-in h3 {
      font-size: 15.3px;
    }

    .h-faq_sec-in .dnd-section {
      padding-top: 98px;
    }

    .h-faq-header .title-img-wrap {
      max-width: 100%;
      text-align: center;
    }

    .h-faq-header .title-img-wrap img {
      height: 20px;
    }

    .h-faq-header h2 {
      font-size: 25px;
      padding: 0 8px 6px 0;
    }

    .h-sign_sec-in .dnd-section {
      padding-top: 63px;
    }

    .h-sign_sec-in h2 {
      font-size: 22.2px;
    }
    .h-sign_sec-in h3 {
      font-size: 15px;
    }
}





/*------- iX ---------*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

    .h-two_col_sec-in .dnd-section {
      padding: 96px 0px 0px;
    }

    .h-ser-area_sec-in .dnd-section {
      padding-top: 58px;
      padding-bottom: 33px;
    }

    .h-ser-area_sec-in h2 {
      font-size: 23.2px;
      margin-bottom: 15px;
    }

    .h-ser-area_sec-in p {
      font-size: 17.3px;
      width: 62%;
      line-height: 28px;
      margin-bottom: 11px;
    }

    .h-ser-area_sec-in .button-module-item a img {
      max-width: 100% !important;
    }

    .h-ser-area_sec-in .button-module {
      padding: 0 10px;
    }

    .h-ser-area_sec-in h3 {
      font-size: 15.3px;
    }

    .h-faq_sec-in .dnd-section {
      padding-top: 98px;
    }

    .h-faq-header .title-img-wrap {
      max-width: 100%;
      text-align: center;
    }

    .h-faq-header .title-img-wrap img {
      height: 20px;
    }

    .h-faq-header h2 {
      font-size: 25px;
      padding: 0 8px 6px 0;
    }

    .h-sign_sec-in .dnd-section {
      padding-top: 63px;
    }

    .h-sign_sec-in h2 {
      font-size: 22.2px;
    }

    .h-sign_sec-in h3 {
      font-size: 15px;
    }
}


/*-------- ipad pro ------*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .h-apply_sec-in .dnd-section {
      padding-bottom: 65px;
      padding-top: 90px;
    }

    .h-apply_sec-in h4 {
      font-size: 19px;
    }

    .h-apply_sec-in .button-module-item img {
      max-height: unset !important;
      max-width: 359px !important;
    }

    .h-ser-area_sec-in .dnd-section {
      padding-top: 125px;
      padding-bottom: 189px;
    }

    .h-sign_sec-in h2, .h-ser-area_sec-in h2 {
      font-size: 35px;
    }

    .h-sign_sec-in p, .h-ser-area_sec-in p {
      font-size: 15px;
    }

    .h-ser-area_sec-in .button-module-item a img {
      max-height: unset !important;
      max-width: 364px !important;
    }

    .h-sign_sec-in h3, .h-ser-area_sec-in h3 {
      font-size: 23px;
    }

    .h-faq-header .title-img-wrap {
      max-width: 249px;
    }

    .h-sign_sec-in h2 {
      font-size: 31px;
    }

    .h-sign_sec-in p {
      font-size: 14.8px;
    }

    .h-sign_sec-in .button-module-item a img {
      max-width: 363px !important;
      max-height: unset !important;
    }


}


/*-------- ipad ------*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .h-apply_sec {
      padding-top: 36px;
    }

    .h-apply_sec-in .dnd-section {
      padding-bottom: 10px;
      padding-bottom: 48px;
    }

    .h-apply_sec-in h4 {
      font-size: 13.8px;
      margin-top: 23px;
      margin-bottom: 49px;
    }

    .h-apply_sec-in .button-module img {
      max-width: 272px !important;
      max-height: unset !important;
    }


    .h-sign_sec-in .dnd-section, .h-ser-area_sec-in .dnd-section {
      padding-top: 92px;
      padding-bottom: 141px;
    }

    .h-sign_sec-in h2, .h-ser-area_sec-in h2 {
      font-size: 27px;
      margin-bottom: 87px;
    }

    .h-sign_sec-in p, .h-ser-area_sec-in p {
      FONT-SIZE: 11PX;
      margin-bottom: 5px;
    }

    .h-ser-area_sec-in .button-module-item a img {
      max-height: unset !important;
      max-width: 273px !important;
    }

    .h-ser-area_sec-in .button-module-item a {
      margin: 0px auto 46px;
    }

    .h-sign_sec-in h3, .h-ser-area_sec-in h3 {
      font-size: 17px;
    }

    .h-faq_sec .button-module-item img {
      max-height: unset !IMPORTANT;
      max-width: 257px !important;
    }

    .h-sign_sec-in .dnd-section {
      padding-top: 82px;
      padding-bottom: 175px;
    }

    .h-sign_sec-in h2 {
      font-size: 23.5px;
      margin-bottom: 53px;
    }

    .h-sign_sec-in p {
      margin-bottom: 32px;
    }

    .h-sign_sec-in .button-module-item a img {
      max-width: 268px !important;
      max-height: unset !important;
    }

    .h-sign_sec-in .button-module-item a {
      margin-bottom: 61px;
    }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/*======== custom css =========*/

.header-logo {
  width: 169px;
  float: left;
}

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

.header-logo img {
  width: 100% !important;
}

.banner-add header.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 999;
}


.header-logo a {
  display: block;
}

.header-logo * {
  display: block;
}

.header__container:not(.with-menu) .mobile-trigger {
  display: none !important;
}

@media(min-width:768px){

  .custom-menu-primary {
    width: auto;
    margin-left: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    width: 100%;
    min-width: 150px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .mobile-trigger, .child-trigger{ display: none; }

  .banner-add .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }

  .banner-add .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }

}

@media(max-width: 767px) {
  .custom-menu-primary .hs-menu-wrapper {
    display:none
  }

  .header__container {
    display: block;
    padding: 0
  }

  .header-logo {
    float: none;
    max-width: 100%;
    width: 100%
  }
  .header-logo,
  .header-logo img {
    max-width: 169px
  }

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 35px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000
  }

  .mobile-trigger:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border-color: transparent
  }

  .mobile-open .mobile-trigger {
    color: #fff;
    background-color: #000;
    border-color: transparent
  }

  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px
  }

  .mobile-trigger i:before,.mobile-trigger i:after {
    position: absolute;
    content: ''
  }

  .mobile-trigger i,.mobile-trigger i:before,.mobile-trigger i:after {
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000;
    display: inline-block
  }

  .mobile-trigger i:before {
    top: -6px
  }

  .mobile-trigger i:after {
    top: 6px
  }

  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #fff
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 41px !important;
    padding: 0 !important;
    border-left: 1px solid #c1c1c1e3;
  }

  .child-trigger:hover {
    text-decoration: none
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  .child-trigger i:after {
    position: absolute;
    content: ''
  }

  .child-trigger i,.child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #c1c1c1e3;
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .child-open .child-trigger i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .custom-menu-primary {
    width: 100%;
    display: block;
    position: relative
  }

  .custom-menu-primary {
    position: relative
  }

  .custom-menu-primary > * {
    display: block
  }

  .custom-menu-primary .hs-menu-wrapper,.custom-menu-primary .hs-menu-children-wrapper {
    display: none
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none
  }

  .custom-menu-primary .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0
  }

  .custom-menu-primary .hs-menu-wrapper {
    background-color: #fff;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0;
    display: block
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    overflow: visible
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 1px solid #c1c1c1e3;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 10px;
    color: #000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    color: #000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent
      margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: rgba(255,255,255,.08)
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-indent: 10px;
    font-size: 16px
  }


}

@media(max-width:480px){
  .header-logo,
  .header-logo img {
    max-width: 104px;
  }

  .mobile-trigger {
    top: 30px;
    right: 20px;
  }

}



/*-------- ipad pro ------*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .header__container {
      max-width: 100% !important;
    }
}

/*-------- ipad ------*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
.header-logo {
    width: 133px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

/*=*/


footer.footer {
  text-align: left;
  font-size: 14px;
}

.footer__container {
  padding: 0;
  padding-right: 19px;
  padding-left: 19px;
  padding-bottom: 45px;
  position: relative;
  padding-top: 25px;
}

.footer-logo {
  margin-bottom: 68px;
}

.footer-logo img {
  width: 100% !important;
  max-width: 244px;
}


.footer__copyright {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  right: 19px;
  bottom: 50px;
  z-index: 2;
  line-height:normal;
}

.footer-address, .footer-location,.footer-links {
  font-family: tsukushimarugothic,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
}

.footer-links ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
}

.footer p {
  margin-bottom: 31px;
  font-family: inherit;
}

.footer p strong {
  font-weight: normal;
}

.footer-icon {
  position: absolute;
  right: 136px;
  bottom: 122px;
}

.footer-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-icon ul li {
  margin-right: 10px;
}

.footer-links ul li {
  margin-right: 27px;
}

.footer-links ul li a {
  text-decoration: underline;
}

.footer__copyright {
  color: rgba(0, 0, 0, 1.0);
  font-family: tsukushimarugothic,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
}

.footer-location p:first-child, .footer-address p {
  margin-bottom: 35px;
}

.footer-address p:first-child {
  margin-bottom: 39px;
}

.footer-icon img {
  width: 39px;
}

footer.footer.lp {
  padding-top: 50px;
}

@media(max-width:767px){

  .footer__copyright {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
    bottom: auto;
    font-size: 13px;
    margin-bottom: 0;
    line-height: normal;
  }

  .footer__container {
    padding-bottom: 10px;
  }

  .footer-links ul {
    flex-direction: column;
  }

  .footer-icon {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 14px;
  }

  .footer-logo {
    margin: 10px 0;
    text-align: center;
  }

  .footer-logo img {
    margin: 0 auto;
    max-width: 170px;
  }

  .footer-icon ul li {
    margin-right: 15px;
  }

  .footer-address, .footer-location, .footer-links {
    font-size: 15px;
  }

  footer.footer.lp {
    padding: 0;
  }

}


/*------- iXi ---------*/

@media only screen 
  and (device-width: 375px)
  and (device-height: 812px) 
  and (-webkit-device-pixel-ratio: 2) {

    .footer__copyright {
      font-size: 15.3px;
    }

}

/*------- iX ---------*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

    .footer__copyright {
      font-size: 15.3px;
    }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid 0;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*===================*/


.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  padding-top: 4px;
}

.post-listing .post-item {
  padding: 16px;
  width: 100%;
  font: normal normal normal 16px/1.4em wfont_02251b_fef1cb51542e4a04935e268eb252b10d,wf_fef1cb51542e4a04935e268eb,orig_avenir_lt_std_45_book;
}


.post-listing .post-item .post-item-inner {
  background-color: rgba(255,255,255,1);
  font-family: raleway,sans-serif;
  line-height: normal;
  font-size: 16px;
  line-height: normal;
  color: #31302c;
  display: flex;
  border: 1px solid #ddd;
  border-color: rgb(191, 191, 191);
}

.hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 37.4%;
  width: 100%;
  padding-bottom: 35.4%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
}

.hs-featured-image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.blog-post-body-sec {
  padding: 40px 48px;
  line-height: normal;
  width: 53%;
  display: flex;
  flex-direction: column;
  font: normal normal normal 16px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
}


.byline {
  font-size: 12px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-item .byline {
  padding-bottom: 18px;
}

.byline .byline-left-col {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.byline-right-col {
  margin: 0 -9px 0 3px;
}

.byline .byline-author-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  font-size: 14px;
  height: 34px;
}

.byline .byline-author-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.post-auth-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
  display: block;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.byline-date {
  color: #000;
  padding-left: 10px;
}

p.post-auth-name {
  margin: 0;
}

.post-item .byline-date p {
  font-family: inherit;
  color: #000;
  height: 19px;
  display: flex;
  align-items: center;
}

span.sep-dot {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.post-item .byline-date .date, .post-item .byline-date span.sep-dot, .post-item .byline-date span.reading-minutes {
  opacity: .8;
}

.post-item .post-body p {
  line-height: 1.5;
}

/*========== share pop css ============*/
.share-icon-wrapper {
  position: relative;
}

.share-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 0;
  margin-top: 4px;
  top: -3px;
}
.custom-share-pop1 {
  display: none;
}

.share-btn svg {
  fill: #000;
}

.blog-icon-fill {
  fill: rgba(50,65,88,1);
}

span.author-icon svg.blog-icon-fill {
  fill: #000;
}



._2hlPH {
  padding: 4px 9px;
  background: #2f2e2e;
  color: #fff;
  z-index: 1000;
  font-family: Avenir Next;
  white-space: normal;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
  visibility: visible;
  transition: 0.2s ease;
}

._1zqvt,._2hlPH {
  position: absolute
}

._3TNoA {
  top: -32px;
  line-height: 1;
}

span.author-icon:hover ._2hlPH {
  opacity: 1;
  visibility: visible;
}

._1zqvt {
  content: "";
  display: block;
  border: 5px solid transparent;
  margin: auto;
  right: 0;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  transform: rotate(180deg)
}

._1zqvt.M8oDP {
  border-bottom-color: #2f2e2e
}

.UU24v {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid transparent;
  margin: auto;
  right: 0;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  transform: rotate(180deg)
}

.UU24v.M8oDP {
  border-bottom-color: #2f2e2e
}

span.author-icon:hover ._2hlPH {
  opacity: 1;
  visibility: visible;
  top: -29px;
}

.custom-share-pop1 .custom-share-pop1-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 25px 17px;
  cursor: pointer;
}

.custom-share-pop1 .custom-share-pop1-action-btn ._2Ug1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-share-pop1 .custom-share-pop1-action-btn ._3frxo.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  fill: rgba(49,48,44,1);
}

.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: #31302c;
  line-height: normal;
}

.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background-color: #000;
}

.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}

.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all .4s;
  opacity: 0;
}

.share-pop-close-btn svg {
  fill: #fff !important;
  fill-rule: evenodd;
}

.custom-social-share-popup-wrapper .custom-social-share-pop {
  width: 100%;
  max-width: 452px;
  background-color: #fff;
}

/* .custom-social-share-popup-wrapper .custom-social-share-pop {
max-width: 296px;
} */

.custom-social-share-pop .custom-social-share-pop-col-inner {
  color: #000;
  font-size: 28px;
  font: normal normal normal 28px/1.375em raleway,sans-serif;
  line-height: normal;
  padding: 60px;
}

.shre-link-box-pop {
  display: none;
}

.custom-social-share-pop .share-pop-title {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.pop-sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-sharebox span {
  margin-right: 38px;
}

.pop-sharebox span:last-child {
  margin: 0;
}

.pop-sharebox a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #4464a3;
  text-align: center;
}

.pop-sharebox a svg {
  fill: #fff;
  vertical-align: -5px;
}

.pop-sharebox a._1ie6c {
  background: #55acee;
}

.pop-sharebox a._2kU7C {
  background: #0077b5;
}

.pop-sharebox a._3WNXk {
  background: #333;
}

.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 22px;
  z-index: 900;
  right: 16px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  background-color: #fff;
}


.pop-two-open .custom-social-share-popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all .4s
}

.pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: translateY(0);
  opacity: 1
}


.sharelink-pop-open .shre-link-box-pop {
  display: block;
}
.sharelink-pop-open .shre-post-linkbox {
  display: none;
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 40px;
}
.shre-link-box-pop input[type="text"] {
  background: transparent;
  -moz-appearance: none;
  color: #31302c;
  line-height: normal;
  position: relative;
  top: -3px;
  top: -1px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
}
.shre-link-box-pop input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}
.shre-link-box-pop .input-border {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #000000;
  height: 40px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  padding: 0 12px;
  text-align: center;
  flex: 0 0 auto;
}
.shre-link-pop-btns-grp .blog-btn {
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  font: normal normal normal 16px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  font-size: 14px;
  font-style: inherit;
  text-decoration: inherit;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  text-align: center;
  justify-content: center;
  color: rgb(170, 188, 191);
  border-color: rgb(170, 188, 191);
  font-weight: normal;
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: #377DBD;
  color: rgba(255,255,255,1);
  border: 0;
  background-color: rgb(170, 188, 191);
}
.shre-link-pop-btns-grp {
  font-weight: bold;
}
/*========== share pop css endss  ============*/

.post-item.no-img .blog-post-body-sec {
  width: 100%;
}

.post-item .post-header h2 {
  color: #000;
  line-height: normal;
  margin-bottom: 12px;
  font: normal normal normal 28px/1.375em raleway,sans-serif;
  line-height: normal;
  text-align: left;
}

.post-body.clearfix {
  font: normal normal normal 16px/1.4em wfont_02251b_fef1cb51542e4a04935e268eb252b10d,wf_fef1cb51542e4a04935e268eb,orig_avenir_lt_std_45_book;
  line-height: 1.5;
  opacity: .8;
  color: #000;
}

.post-item-footer {
  font: normal normal normal 16px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  margin-top: 5px;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 15px;
  font-size: 12px;
  line-height: normal;
  margin-top: auto;
  margin-bottom: 0;
  margin-top: 36px;
}

.post-item-footer a {
  opacity: .8;
  color: #000;
  font-weight: normal;
}

.byline-author {
  display: flex;
  align-items: center;
  height: 19px;
  max-width: 100%;
}

.byline-author {}

.byline-author span.author-name {
  font: normal normal normal 16px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  color: #000;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  font-size: 12px;
}

span.author-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.byline-date {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  font-size: 12px!important;
  max-width: 100%;
}
.byline-meta {
  line-height: 20px;
  font-style: inherit;
  font-weight: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.sep-dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
  margin: 0 8px;
  background-color: rgb(0, 0, 0);
}

.byline-meta span {
  display: inline-block;
  vertical-align: middle;
}

.listing-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listing-link {
  height: 80px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.listing-link a {
  color: #aabcbf !important;
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  text-decoration: none;
}


.custom-advanced-search .hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-advanced-search ul.hs-search-field__suggestions {
  max-width: 500px;
  border-color: #ccc !important;
}

.custom-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 99;
}

.custom-advanced-search form {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  max-width: 200px;
  margin-left: auto;
  text-align: right;
  width: 19px;
  margin-right: 16px;
  height: 16px;
}


span.search-toggle {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
  fill: #000;
}

.custom-advanced-search .hs-search-field__input {
  transition: all .5s ease;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  height: auto;
  padding-right: 20px;
  max-width: 100%;
  display: none;
  background: transparent !important;
  position: relative;
  top: 0;
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: normal;
  font-size: 18px !important;
}

.custom-advanced-search .hs-search-field__input {
  color: #000;
}

.custom-advanced-search .close-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}

.custom-advanced-search .close-search svg {
  opacity: .8;
  fill: #000;
}


.custom-advanced-search form:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all .5s ease;
  background-color: #000;
  bottom: 0;
  position: relative;
  margin-top: -2px;
}

.search-open .custom-advanced-search .hs-search-field__input {
  padding-right: 20px;
  display: inline-block;
  outline: none !important;
}

.search-open .custom-advanced-search form:after {
  opacity: .5;
}

.search-open span.search-toggle {
  position: absolute;
}

.search-open .custom-advanced-search .close-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-open .custom-advanced-search form {
  width: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/*=========== Post Page css ===========*/

.blog-post-page.blog-section {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 18px/22px avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
}

.custom-post-blog-section {
  padding: 60px;
  border: 1px solid rgba(255,255,255,0.75);
  font-weight: 400;
  margin-top: 20px;
  border-color: rgba(191, 191, 191, 0.75);
  font: normal normal normal 18px/22px avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
}

.blog-post-content-wrap {
  max-width: 980px;
  margin: 0 auto;
  float: none;
  padding: 0 20px 20px;
}

.blog-post-wrapper.cell-wrapper {
  max-width: 740px;
  margin: 0 auto;
}

.section.post-header h2 {
  font: normal normal normal 40px/50px raleway,sans-serif;
  line-height: normal;
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  margin-top: 27px;
  text-align: left;
}

.section.post-header h2 strong {
  font-weight: inherit;
}

p.post-meta-date {
  font: normal normal normal 18px/22px avenir-lt-w01_35-light1475496,sans-serif;
  line-height: 1.5;
  font-size: 14px;
  opacity: .8;
  padding-bottom: 3px;
}

.post-follow-us-wrapper {
  border-top: 1px solid rgba(49,48,44,0.2);
  border-bottom: 0px solid rgba(49,48,44,0.2);
  margin-top: 58px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

.custom-bolg-bottom-share-grp {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.custom-blog-post-share-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(49,48,44,1);
}

ul.listDark,
ul.simpleLIst {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

ul.listDark li,
ul.simpleLIst li {
  list-style-type: disc;
  margin-left: 3em;
  line-height: inherit;
}

ul.listDark li:not(:last-child) ,
ul.simpleLIst li:not(:last-child) {
  margin-bottom: 8px;
}

ul.listDark li {
  font-weight: 700;
}




.post-follow-us-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-blog-post-share-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/*===============================*/

.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 1;
  visibility: visible
}

.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop {
  display: block;
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop {
  display: block;
}

.blog-post-page .share-pop-title {
  text-align: left;
}

.blog-post-page .share-pop-title {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.blog-post-page .share-pop-title span {
  margin-left: 12px;
}

.custom-blog-post-share-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-blog-post-share-icon-wrap ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}

.custom-blog-post-share-icon-wrap ul li+li {
  margin-left: 30px;
}

.custom-blog-post-share-icon-wrap svg {
  fill: #000;
}


.hs-blog-post .post-body a {
  word-break: break-word
}

.blog-post-page.blog-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.post-listing span.sep-dot::after {
  margin: 0 5px
}


.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: 1 !important
}

.fancybox-button--close svg {
  width: 26px;
  height: 26px
}

.fancybox-toolbar button {
  opacity: 0;
  pointer-events: none
}

.fancybox-toolbar .fancybox-button--close {
  background: #000;
  opacity: .6;
  right: 20px;
  top: 20px;
  pointer-events: all
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important
}

.fancybox-toolbar .fancybox-button--close {
  border-radius: 4px !important
}

.fancybox-toolbar .fancybox-button--close:hover {
  opacity: 1 !important
}


.share-btn:hover svg {
  fill: rgb(170, 188, 191);
}
/*==========*/

.rec-inner-wrapper {
  display: flex;
  margin: 0 -17px;
}

.rec-post-item {
  width: 100%;
  flex: 1 1 100%;
}

.rec-post-item-inner {
  margin: 0 17px;
  height: 100%;
  max-width: 100%;
  border: 1px solid;
  border-color: #ddd;
  background: #fff;
}

.rec-feat-img {
  width: 100%;
}

.rec-post-body {
  height: auto;
  padding: 24px;
}

.post-itm-bg {
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.rec-post-footer {
  font-size: 12px;
  color: inherit;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.20);
  margin: auto 0 0;
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
}

.rec-post-body h4 {
  font: normal normal normal 28px/1.375em raleway,sans-serif;
  line-height: normal;
  font-size: 18px;
}

.rec-post-body h4 a {
  color: #000;
}

.rec-post-body h4 a:hover {
  color: rgba(170,188,191,1);
}
.rec-post-slider-wrap {
  padding-top: 40px;
}

.rec-post-footer a {
  color: #000;
}

.rec-post-body {
  display: flex;
  flex-direction: column;
  height: 146px;
}
.rec-post-footer {
  margin-top: auto;
  font-size: 12px!important;
}

.post-feat-img {
  margin-bottom: 25px;
}

.post-feat-img img {
  display: block;
}


.fancybox-slide--image {
  padding: 0 !important;
}
/*========== ========*/
.sec-post-body {
  margin-top: 25px;
}

.sec-post-body p{
  margin-bottom:27px;
}

.sec-post-body  h3 {
  font: normal normal normal 22px/27px raleway,sans-serif;
  line-height: normal;
}

.post-body p {
  line-height: normal;
}

.sec-post-body h2,
.sec-post-body h3,
.sec-post-body p {
  line-height: 1.5;
}

.sec-post-body h2 {
  text-align: left;
  margin-bottom: 27px;
}

.sec-post-body p.divir {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 14px;
  height: 29px;
  line-height: normal;
  text-align:center;
}

p.divir span {
  display: none;
}

p.divir svg {
  width: 100%;
  height: 100%;
  position: relative;
  top: -2px;
}

p.divir svg line {
  display: block;
  stroke: currentColor;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.pre-wrap {
  margin: 0 18px;
  margin-right: calc((100% - 740px)/2 + 60px);
  margin-left: calc((100% - 740px)/2);
  padding: 0.1px 0;
}

pre {
  background-color: rgba(0,0,0,.05);
  padding: 2px 25px;
  margin: 0;
  white-space: pre-wrap;
  font-family: Inconsolata,Menlo,Consolas,monospace;
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
}

.section.post-body {
  line-height: 1.5;
}

a.img-pop.fancybox img {
  display: block;
}

.body-imag {
  display: block;
  overflow: hidden;
}

p.divir + .body-imag a.img-pop.fancybox {
  margin-top: 0;
}

.pre-wrap + p.divir {
  margin-top: 0;
}

p.divir + .pre-wrap pre {
  margin-top: 0;
}

.body-imag + p.divir {
  margin-top: 0;
}

a.share_facebook:hover svg {
  fill: #4464a3;
}

a.share_twitter:hover svg {
  fill: #55acee;
}

a.share_googleplus:hover svg {
  fill: #0077b5;
}

span.zoomIcon svg {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  z-index: 10;
  color: #fff;
  display: none;
  background-image: radial-gradient(circle,rgba(0,0,0,.3),rgba(0,0,0,.1),rgba(0,0,0,.01),transparent);
  right: 0;
}

.body-imag:hover span.zoomIcon svg {
  display: block;
  pointer-events: none;
}


.body-imag a {
  position: relative;
}

.post-body blockquote {
  font: normal normal normal 24px/30px avenir-lt-w01_35-light1475496,sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: calc((100% - 740px)/2 + 60px);
  margin-left: calc((100% - 740px)/2);
  padding: 10px 20px 10px 18px;
  border-left-width: 2px;
  border-color: rgb(170, 188, 191);
  color: rgb(0, 0, 0);
  line-height: 1.5;
}

.post-body blockquote + .body-imag a.img-pop.fancybox {
  margin-top: 0;
}

.post-body p a u {
  color: #000;
}

.post-body ol {
  margin: 15px 0;
  padding: 0;
}

.post-body ol li {
  margin-left: 3em;
  line-height: 1.5;
  margin-bottom: 8px;
  counter-reset: ol0;
  list-style-type: none;
  position: relative;
  counter-increment: li;
}

.post-body ol li:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
  content: counter(ol);
  content: counter(li) ". ";
  counter-increment: ol;
  left: -51px;
  position: absolute;
  text-align: right;
  width: 40px;
}

p.divir svg.dotted {
  stroke-dasharray: 4 4;
}

.body-imag + .body-imag a.img-pop.fancybox {
  margin-top: 0;
}

a.img-pop.fancybox img {
  margin-left: auto;
  margin-right: auto;
}

.body-imag  +.pre-wrap pre {
  margin-top: 0;
}

.post-body p em u {
  font-weight: bold;
}

.post-body.clearfix {
  margin-bottom: 24px;
  overflow: hidden;
}

.post-body.clearfix p {
  margin: 0;
}

.item-body-txt {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.post-body.clearfix {
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  flex: 1;
  padding: 0;
  overflow: hidden;
}

.post-body.clearfix p {
  margin: 0;
}

.item-body-txt {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.cm-blog-inner-content {
}

.cm-blog-inner-content > a {
  display: flex;
  flex-direction: column;
}

.post-body.clearfix:after,.post-body.clearfix:before {
  content: none;
}

.rec-post-body {
  opacity: 0.8;
}

.rec-post-footer a {
  color: #000 !important;
}

/*============================*/

@media (min-width: 768px){

  .custom-advanced-search ul.hs-search-field__suggestions {
    top: 109%;
    margin-top: 11px;
  }

  .custom-advanced-search form {
    margin-right: 0;
    right: 16px;
  }

  .cm-blog-inner-content a:hover *,
  .post-item-footer a:hover {
    color: rgb(170, 188, 191);
  }

  .byline-author span.author-name:hover {
    color: rgb(170, 188, 191);
  }

  .rec-post-mob {
    display: none;
  }

  li.copyLinkItem a:hover svg {
    fill: rgb(170, 188, 191);
  }

  .byline-date {
    position: relative;
    top: -4px;
  }

  .listing-top.hidden-desktop.listing-tags-search {
    display: none !important;
  }

}


@media (max-width: 1200px){
  .pre-wrap {
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
  }

  .pre-wrap pre {
    width: 680px;
  }


  .post-body blockquote {
    white-space: normal;
    margin-right: 0;
    word-break: break-word;
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }

}


@media (max-width: 767px){
  .post-listing {
    margin: 0 -20px;
    padding: 0;
  }

  .post-listing .post-item {
    padding: 0;
  }

  .post-listing .post-item+.post-item {
    padding-top: 30px;
  }

  .hs-featured-image-wrapper img {
    position: relative;
  }

  .post-listing .post-item .post-item-inner {
    display: block;
    border: 0;
  }

  .hs-featured-image-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    background-image: none;
  }

  .blog-post-body-sec {
    width: 100%;
    padding: 30px 18px 0;
  }

  .post-item-footer {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 18px;
  }

  .post-item .post-header h2 {
    font-size: 22px;
    line-height: 1.4 !important;
  }

  .post-body.clearfix {
    font-size: 14px;
  }

  .custom-social-share-popup-wrapper .custom-social-share-pop {
    width: calc( 100% - 24px);
    background-color: #fff;
  }

  .custom-social-share-popup-wrapper .custom-social-share-pop {
    max-width: 296px;
  }

  .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 36px 30px;
  }

  .shre-link-box-pop input[type="text"] {
    top: -3px;
  }

  .pop-sharebox span {
    margin-right: 24px;
  }

  .listing-tags-search {
    margin: 0 -20px;
  }

  .listing-tags-search-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    background-color: rgb(170, 188, 191);
  }

  .listing-tags-search-wrap span.m-blog-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
  }

  .custom-advanced-search {
    position: relative;
    z-index: 80;
    height: 50px;
    display: flex;
    flex-direction: column;
    transition: .5s ease;
    width: 48px;
    transition: .5s ease;
    float: right;
    margin-left: auto;
  }

  .custom-advanced-search > div {
    width: 100%;
    height: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
  }

  .custom-advanced-search .hs-search-field, .custom-advanced-search .hs-search-field>.hs-search-field__bar {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .custom-advanced-search .hs-search-field>.hs-search-field__bar {
    margin-right: -17px;
    display: flex;
    flex-direction: column;
  }

  .custom-advanced-search .hs-search-field__bar:after {
    background: transparent;
  }

  .custom-advanced-search form {
    height: 50px;
    width: auto;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
  }

  span.search-toggle {
    position: absolute;
    top: auto;
    width: 48px;
    height: 48px;
    right: auto;
    left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: rgba(255,255,255,1);
    cursor: pointer;
    margin: auto 0;
  }

  .custom-advanced-search .hs-search-field__input {
    font: normal normal normal 16px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
    color: #fff;
    font-size: 16px !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  span.close-arrow-trigger {
    position: absolute;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19px;
    left: -4px;
    top: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }

  .search-open .custom-advanced-search {
    width: 100%;
    transition: .5s ease
  }

  .search-open .custom-advanced-search form {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
  }

  .search-open .custom-advanced-search {
    width: 100%
  }

  .search-open span.m-blog-title {
    display: none
  }

  .search-open span.search-toggle {
    top: 0;
    left: 21px;
    margin: 0;
    width: auto;
    position: absolute;
    top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .custom-advanced-search .hs-search-field__input {
    margin-left: 20px;
    width: calc( 100% - 20px);
  }

  .search-open .custom-advanced-search .hs-search-field__input {
    display: inline-block
  }

  .custom-advanced-search form:after {
    width: calc(100% - 23px);
    right: 0;
    left: auto;
    margin: 0;
    position: absolute;
    bottom: 7px;
    background: #fff
  }

  span.close-arrow-trigger svg {
    fill: #fff
  }

  .search-open span.close-arrow-trigger {
    opacity: 1;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    z-index: 50;
    color: #fff;
    left: -4px
  }

  .custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
    color: #fff;
    opacity: .4
  }

  .custom-advanced-search .hs-search-field__input:-moz-placeholder {
    color: #fff;
    opacity: .4
  }

  .custom-advanced-search .hs-search-field__input:-ms-input-placeholder {
    color: #fff;
    opacity: .4
  }

  .input--fill.blank button.clear-button ,
  button.clear-button {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto -5px auto 0;
    border: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    outline: none !important;
  }

  .input--fill button.clear-button {
    opacity: 1;
    visibility: visible;
  }

  button.clear-button svg {
    opacity: .8;
    fill: rgb(255, 255, 255);
  }

  .shre-link-pop-btns-grp .blog-btn {
    padding: 0;
  }

  .shre-link-pop-btns-grp .shre-link-pop-btns-item {
    width: 50%;
  }

  .blog-pagination {
    font-size: 16px;
    margin-top: 20px;
  }

  .rec-post-desk {
    display: none;
  }

  .rec-inner-wrapper {
    display: flex;
    margin: 0 -17px;
  }

  .rec-posts-wrapper {
    margin-top: 12px;
    padding: 0
  }

  .slick-slide,.slick-slide * {
    outline: none !important
  }

  .rec-post-item-inner {
    margin: 0 6px
  }

  .rec-post-mob ul.slick-dots {
    display: flex !important;
    height: 42px;
    align-items: center;
    position: static;
    justify-content: center;
    align-items: center
  }

  .rec-post-mob .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0;
    opacity: .2;
    background-color: #000
  }

  .rec-post-mob .slick-dots li {
    width: auto;
    margin: 0 3px;
    line-height: normal;
    height: auto
  }

  .rec-post-mob .slick-dots li.slick-active button {
    background-color: rgba(0,0,0,1);
    opacity: 1
  }

  .rec-post-slider-wrap {
    overflow: hidden;
  }

  .custom-post-blog-section {
    padding-right: 0;
    padding-left: 0;
    border: 0;
    padding: 30px 0 25px;
    margin-top: 11px
  }

  .blog-inner-page-center {
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.5
  }

  .post-feat-img {
    margin: 0 -18px;
    margin-top: 15px;
    margin-bottom: 15px
  }

  .blog-post-wrapper.cell-wrapper {
    max-width: 100%;
  }

  .blog-post-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  p.post-meta-date {
    font-size: 12px;
  }

  .section.post-header h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .pre-wrap {
    margin: 0 calc(18px + 5%);
    margin-left: -18px;
    margin-right: -18px;
  }

  .sec-post-body h2 {
    font-size: 24px;
  }

  .sec-post-body {
    font-size: 16px;
  }

  .body-imag {
    margin: 0 -18px;
  }

  p.divir svg[style*="width: 40%"] {
    width: 20% !important;
  }

  p.divir {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sec-post-body p {
    margin-bottom: 24px;
  }

  .sec-post-body h3 {
    font-size: 20px;
  }

  .post-follow-us-wrapper {
    border-bottom: 1px solid rgba(49,48,44,0.2);
    border-top: 0px solid rgba(49,48,44,0.2);
  }

  .section.post-body p {
    font-size: 16px;
  }

  p.divir svg {
    width: 40%;
  }

  .sec-post-body p.divir {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-inner-page-center.sec-post-body {
    margin-top: 19px;
  }


  .pre-wrap pre {
    width: 100%;
        padding-top: 10px;
    padding-bottom: 10px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page h2 {
  text-align: left;
}

@media(max-width:480px){
  .hs-button, .button--primary {
    padding: 10px 20px !important;
  }
}
/*  For template home-page_202207M */

.m-apply-sec{
  position: relative;
  box-shadow: rgb(0 0 0 / 25%) 0px 0px 10px;
  z-index: 2;
  background-color: #ffffff;
} 

.m-points-sec-in .dnd-section,
.m-two-plans-sec-in .dnd-section,
.m-linked-img-sec-in .dnd-section,
.m-cta1-sec-in .dnd-section,
.m-twitter-sec-in .dnd-section,
.m-cta2-sec-in .dnd-section,
.m-apply-sec-in .dnd-section,
.m-customer-voice-sec-in .dnd-section,
.m-service-sec-in .dnd-section,
.m-kitchen-sec-in .dnd-section,
.m-cta3-sec-in .dnd-section,
.m-menu-sec-in .dnd-section,
.m-interview-sec-in .dnd-section,
.m-cta4-sec-in .dnd-section,
.m-faq-sec-in .dnd-section{
  padding: 0px 0px 0px;
}

/*  For template home-page_202208M */
.m-home-page2 .m-cta3-sec{
  background: #EFEAE5;
  z-index: -1;
  position: relative;
}

.m-home-page2 .m-cta3-sec .down-arrow{
  text-align: center;
}

.m-home-page2 .m-cta3-sec .down-arrow svg{
  margin-top: -20px;
  width: 55px;
} 

.m-home-page2 .m-intro_sec-in .dnd-section{
  padding: 60px 0 0 0;
}

.m-home-page2 .m-points-sec-in .dnd-section{
  padding: 0;
}

.m-home-page2 .m-two-plans-sec-in .dnd-section{
  padding: 0;
}

.m-home-page2 .m-linked-img-sec-in .dnd-section{
  padding: 0;
}

.m-home-page2 .m-cta1-sec-in .dnd-section{
  padding: 0;
}
.m-home-page2 .m-twitter-sec-in .dnd-section{
  padding: 0;
}
.m-home-page2 .m-cta2-sec-in .dnd-section{
  padding: 0;
}
.m-home-page2 .m-apply-sec-in .dnd-section{
  padding: 0;
}
.m-home-page2 .m-customer-voice-sec-in .dnd-section{
  padding: 0;
}
.m-home-page2 .m-service-sec-in .dnd-section{
  padding: 70px 0 70px 0;
}
.m-home-page2 .m-kitchen-sec-in .dnd-section{
  padding: 70px 0 90px 0;
}
.m-home-page2 .m-cta3-sec-in .dnd-section{
  padding: 0;
}
.m-home-page2 .m-menu-sec-in .dnd-section{
  padding: 0 0 90px 0;
}
.m-home-page2 .m-interview-sec-in .dnd-section{
  padding: 100px 0 0 0;
}
.m-home-page2 .m-cta4-sec-in .dnd-section{
  padding: 100px 0 0 0;
}

.m-home-page2 .m-faq-sec-in .dnd-section{
  padding: 0px 0px 0px;
}

.m-home-page2 .m-faq-sec{
  background: #efeae5;
  padding: 40px 0px 150px 0;
}

.m-home-page2 .m-faq-sec .m-faq-card{
  background: #ffffff;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
  margin: auto;
  max-width: 800px;
  padding: 80px 40px 100px 40px;
}

/*  For template blog2-index */
.m-blog-points_sec .dnd-section .widget-type-cell{
  padding-left: 0px;
  padding-right: 0px;
}

.m-blog-points_sec .dnd-section{
  padding-bottom: 0px;
  padding-top: 0px;
}

@media(max-width:1024px){
  .m-home-page2 .m-cta3-sec .down-arrow svg{
    margin-top: -2px;
    width: 40px;
    height: auto;
  } 

  .m-home-page2 .m-faq-sec{
    padding: 0px 40px 120px;
  }

  .m-home-page2 .m-faq-sec .m-faq-card{
    padding: 50px 10px 100px 10px;
  }

  .m-home-page2 .m-service-sec-in .dnd-section {
    padding: 40px 0px;
  } 

  .m-home-page2 .m-kitchen-sec-in .dnd-section {
    padding: 30px 0px 90px;
  }

  .m-home-page2 .m-interview-sec-in .dnd-section {
    padding: 70px 0px 0px;
  }

  .m-home-page2 .m-cta4-sec-in .dnd-section {
    padding: 70px 0px 0px;
  }
  
  /*  For template blog2-index */
  .m-blog-points_sec .dnd-section > .row-fluid {
      padding: 0px;
  }
}

@media(max-width:767px){
  .m-home-page2 .m-cta3-sec .down-arrow svg{
    margin-top: -2px;
    width: 24px;
  } 

  .m-home-page2 .m-faq-sec{
    padding: 0px 10px 70px;
  }

  .m-home-page2 .m-faq-sec .m-faq-card{
    padding: 40px 10px 70px 10px;
  }

  .m-home-page2 .m-intro_sec-in .dnd-section{
    padding: 12px 0 0 0;
  }

  .m-home-page2 .m-service-sec-in .dnd-section {
    padding: 20px 0 25px 0;
  } 

  .m-home-page2 .m-kitchen-sec-in .dnd-section {
    padding: 40px 0px 60px;
  }

  .m-home-page2 .m-menu-sec-in .dnd-section {
    padding: 0px 0px 50px;
  }

  .m-home-page2 .m-interview-sec-in .dnd-section {
    padding: 40px 0px 0px;
  }

  .m-home-page2 .m-cta4-sec-in .dnd-section {
    padding: 60px 0px 0px;
  }
  
  /*  For template blog2-index */
  .m-blog-section{
    margin-top: -10px;
  }

}


/*  For template news-page_202311M */
.m-news-page .row-fluid [class*="span"]{
  min-height: 0px;
}

@media(max-width:767px){
  .m-news-page .m-news-title_sec-in .dnd-section,
  .m-news-page .m-news-area_sec-in .dnd-section,
  .m-news-page .m-news-calendar_sec-in .dnd-section,
  .m-news-page .m-news-phone_sec-in .dnd-section,
  .m-news-page .m-news-maintenance_sec-in .dnd-section,
  .m-news-page .m-news-others_sec-in .dnd-section,
  .m-news-page .m-news-support_sec-in .dnd-section,
  .m-news-page .m-news-faq_sec-in .dnd-section,
  .m-news-page .m-news-message_sec-in .dnd-section{    
    padding: 0;
    padding-top: 0px;
  }  
}


/*  For template weekly-menu-page_202411M */
.m-home-page2.m-weekly-menu-page{
  max-width: 390px;
  margin: auto;
}

@media(max-width:767px){
  .m-home-page2.m-weekly-menu-page .h-two_col_sec-in .dnd-section{
    padding-top: 30px;
  }
}