*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;
}


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

.dnd-section .dnd-column {
  padding: 0 20px;
}

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

  .content-wrapper, .page-center,
  .dnd-section > .row-fluid{
    max-width: 100% !important;
    width: 90%;
    margin: 0 5%;
    padding:0
}

}






@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 8px 0;
}

h1{
  line-height: 1.1
}

h2,h3,h4,h5,h6{
  line-height: 1.3
}

/* Lists */

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

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

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

img{
  max-width:100%;
  height:auto;
  vertical-align: middle;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

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

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


/* Labels */

form label {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom:8px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  padding: 14px 11px !important;
  border-style:solid;
  width: 100%;
  font-size: 18px;
  height:auto !important;
  line-height: inherit;
  font-family: 'Source Sans Pro',Verdana,Arial,Helvetica,sans-serif;
}

input:focus{
  outline:0
}

select:focus{
  outline:0
}

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

/* Inputs - checkbox/radio */

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

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg,
.hs-error-msgs label{
  color: #ff0000;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin:10px 0;
  text-decoration:none
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


input#hs-login-widget-remember {
  float: left;
  height:auto !important;
  margin-top: 7px;
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header .page-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-logo {
  width: 15.5%;
  padding: 60px 0 0 0;
  display: block;
}

.custom-logo a {
  display: block;
}

.header.lp .custom-logo a{
  padding-bottom: 42px;
}

.custom-logo img {
  max-width: 100%;
  height: 59px;
  width: auto !important;
}

.nav-wrapper {
  width: 84.5%;
}

.nav-wrapper .upper {
  text-align: right;
  padding: 20px 0 30px 0;
  line-height: 1em;
  font-size: 16px;
}

select#language-switcher {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #3f4245;
  border: none;
  background: #fff;
  padding: 10px 20px 10px 11px;
  font-family: 'Source Sans Pro',Verdana,Arial,Helvetica,sans-serif;
  background: #fff url(https://20523879.fs1.hubspotusercontent-na1.net/hubfs/20523879/raw_assets/public/Digi_October_2021/images/select-background-arrow.png) no-repeat right center;
  background-size: 13px 8px;
  vertical-align: middle;
}

.top-menu {
  display: inline-block;
}

.top-menu ul {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  padding-left: 0;
  list-style-type: none;
}

.top-menu ul li {
  vertical-align: middle;
  display: inline-block;
}

.top-menu a {
  vertical-align: bottom;
  margin: 0 20px 0 0;
  font-weight: 400;
  text-decoration: none;
}

.top-menu a:hover{
  text-decoration: underline;
}

.top-menu ul li:nth-child(3)>a {
  font-size: 16px;
  padding: 13px 16px;
  display: inline-block;
  font-weight: 600;
  margin: 0 3px 0 0;
}

.top-menu ul li:nth-child(3)>a:hover{
  text-decoration: none;
}

.top-menu ul li:last-child a {
  font-size: 16px;
  padding: 13px 16px;
  display: inline-block;
  font-weight: 600;
  margin: 0 3px 0 0;
}

.top-menu ul li:last-child a:hover{
  text-decoration: none;
}

.custom-menu-primary {
  text-align: right;
  line-height: 24px;
}

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

ul.submenu.level-1 {
  text-align: right;
}

ul.submenu.level-1>li {
  position: relative;
  font-size: 18px;
  display: inline-block;
}

ul.submenu.level-1>li>a {
  font-weight: 600;
  padding: 0 14.5px 34px 15px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

ul.submenu.level-1>li>a:hover{
  text-decoration:underline
}

.search-icon {
  display: inline-block;
  width: 28px;
  height: 29px;
  background: url(https://20523879.fs1.hubspotusercontent-na1.net/hubfs/20523879/raw_assets/public/Digi_October_2021/images/nav-search-grey-green-blue.png) center center no-repeat;
  background-size: 84px 29px;
  background-position: 0 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header-search {
  padding: 20px 25px;
  width: 450px;
  background: #ebeced;
  border-top: 5px solid #91d46c;
  position: absolute;
  z-index: 1000;
  text-align: left;
  left: auto;
  right: 0;
  display:none
}

.header-search label {
  margin: 0;
  font-size: 26px;
  line-height:24px;
  background: none;
  display: inline-block;
}

.header-search .search-input {
  appearance: none;
  border: 2px solid #cfd5d3;
  font-size: 30px;
  margin: 20px 0;
  padding: 14px 11px !important;
  width: 100%;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  border-radius: 2px;
  line-height: 24px;
  color: #000000;
}

.header-search .search-input::placeholder {
  color: #7d7575;
}

.header-search .search-input:focus{
  outline:0
}


ul.submenu.level-1>li:last-child>a.active .search-icon{
  background-position: -56px 0;
}

ul.submenu.level-1>li:last-child:hover .search-icon{
  background-position: -56px 0;
}

.header-search.active{
  display:block
}

ul.submenu.level-1>li:last-child.active:after{
  width: calc(100% - 28px);
  height: 14px;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  background: -o-linear-gradient(225deg,transparent 14px,#91d46c 14px);
  background: linear-gradient(225deg,transparent 14px,#91d46c 14px)
}

ul.submenu.level-2 {
  padding: 20px 10px;
  display: none;
  width: 300px;
  background: #ebeced;
  border-top: 5px solid #91d46c;
  position: absolute;
  left: 0;
  z-index: 1000;
  text-align: left;
}

ul.submenu.level-2 li a {
  margin: 0;
  padding: 6px 15px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
ul.submenu.level-2 li a:hover{
  text-decoration: underline;
}

.menu-arrow,
.submenu-toggle{
  display:none
}


ul.submenu.level-1>li:nth-child(2),
ul.submenu.level-1>li:nth-child(4),
ul.submenu.level-1>li:nth-child(5),
ul.submenu.level-1>li:nth-child(6){
  position:static
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2,
ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2,
ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2{ 
  padding: 25px 10px;
  width: 100%;
}

ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2{ 
  max-width: 640px;
  right: 0;
  left: auto;
}

ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2{ 
  max-width: 960px;
  right: 0;
  left: auto;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li,
ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li,
ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li{
  margin: 0 0 25px 0;
  border-right: 1px solid #91d46c;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:last-child,
ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li:last-child,
ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:last-child,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:last-child{
  border-right:0
}


ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li,
ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li{
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}

ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li>a,
ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li>a{
  padding: 0 25px;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px 0;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 25px;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a span{
  line-height: 1.1em;
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 8px 0;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a img{
  width: 75px;
  margin: 0 15px 0 0;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-4 {
  border-left: 1px solid #91d46c;
  margin: 5px 0 5px 30px;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-3 li a,
ul.submenu.level-1>li:nth-child(4) ul.submenu.level-3 li a,
ul.submenu.level-1>li:nth-child(5) ul.submenu.level-3 li a{
  padding: 6px 25px;
}

ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li .level-3>li:first-child>a{
  display: block;
  padding: 10px 25px 15px 25px;
  font-size: 16px;
  line-height:24px
}


ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li:first-child ul.submenu.level-3>li:last-child>a,
ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li:last-child>a,
ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:first-child ul.submenu.level-3>li:last-child>a{
  display: inline-block;
  position: relative;
  padding-top: 15px;
  margin-bottom:0;
  color: #1f7fa5;
}

ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li:first-child ul.submenu.level-3>li:last-child>a:after,
ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li:last-child>a:after,
ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:first-child ul.submenu.level-3>li:last-child>a:after{
  display: inline-block;
  content: ' >';
  color: #1f7fa5;
  background: none;
  position: absolute;
  right: 10px;
  top: 16px;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
}

ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:last-child>a,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:last-child>a{
  display:none
}

ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li>a {
  line-height: 1.1em;
  font-size: 25px;
  font-weight: 800;
  padding: 6px 25px;
  margin: 0 0 8px 0;
}

ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:not(:first-child)>a,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:not(:first-child)>a{
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  padding-bottom: 8px;
  padding-top:0;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.submenu.level-1>li:nth-child(6) .level-3>li img{
  width: 26px;
  height: 26px;
  margin: 3px 8px 0 8px;
}

ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:nth-child(2)>a,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:nth-child(3)>a,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:nth-child(4)>a,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:nth-child(5)>a{
  text-decoration:none;
  color:#3f4245;
  cursor:auto
}


ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:first-child>a,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:first-child>a{
  display: block;
  padding: 10px 25px 15px 25px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom:8px;
  cursor:auto
}

ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:first-child>a:hover,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:first-child>a:hover,
ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li .level-3>li:first-child>a:hover{
  color: #3f4245;
  text-decoration:none;
  cursor:auto
}

ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:last-child .level-3>li>a{
  padding: 6px 25px;
}

ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:last-child>a,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:last-child>a{
  width: auto;
  display: inline-block;
  margin: 27px 0 0 25px;
  padding: 16px 22px;
  padding-right: 50px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #91d46c;
  position:relative
}

ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:last-child>a:after,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:last-child>a:after{
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #3f4245;
  margin: 0 0 0 16px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: url(https://20523879.fs1.hubspotusercontent-na1.net/hubfs/20523879/raw_assets/public/Digi_October_2021/images/arrow-wcircle-grey-grey.png) -26px center no-repeat;
  background-size: 48px 24px;
}


ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:last-child>a:hover:after,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:last-child>a:hover:after{
  background-position: -2px center;
}

ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:last-child>a:hover,
ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:last-child>a:hover{
  text-decoration: none;
  color: #3f4245;
  background-color: #9de476;
}

.menu-toggler{
  display:none
}


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


  ul.submenu.level-1>li:nth-child(2):hover ul.submenu.level-2,
  ul.submenu.level-1>li:nth-child(4):hover ul.submenu.level-2,
  ul.submenu.level-1>li:nth-child(5):hover ul.submenu.level-2,
  ul.submenu.level-1>li:nth-child(6):hover ul.submenu.level-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  ul.submenu.level-1>li:hover ul.submenu.level-2{
    display:block
  }

  ul.submenu.level-1>li.has-submenu:hover>a:after{
    width: calc(100% - 28px);
    height: 14px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    background: -o-linear-gradient(225deg,transparent 14px,#91d46c 14px);
    background: linear-gradient(225deg,transparent 14px,#91d46c 14px);
  }

}

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

  .custom-logo img{
    height: auto;
  }

  ul.submenu.level-1>li>a {
    padding: 0 9.5px 34px 10px;
  }

  ul.submenu.level-1>li:first-child ul.submenu.level-2>li>a {
    padding: 0 10px 34px 10px;
  }

}

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

  .header.lp .custom-logo a{
    padding-bottom: 47px;
  }


}

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

  .nav-wrapper .upper{
    font-size:14px
  }

  .top-menu ul li:nth-child(3)>a,
  .top-menu ul li:last-child a{
    font-size: .8em;
  }

  ul.submenu.level-1>li {
    font-size: 15px;
  }

  ul.submenu.level-1>li>a {
    padding: 0 4.5px 34px 5px;
  }

  ul.submenu.level-1>li:first-child ul.submenu.level-2>li>a {
    padding: 6px 15px;
  }

}

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

  .header .page-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .custom-logo {
    padding: 15px 0 0 0;
    width: 85px;
  }

  .header.lp .custom-logo a{
    padding-bottom: 17px;
  }

  .nav-wrapper {
    display: none;
  }

  .menu-toggler {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 10px 0;
    display: block;
  }

  .menu-toggler span {
    background: #91d46c;
    width: 22px;
    height: 4px;
    position: absolute;
    left: 9px;
    -webkit-transform: rotate( 0deg);
    -ms-transform: rotate(0deg);
    transform: rotate( 0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    opacity: 1;
  }

  .menu-toggler span:first-child {
    top: 11px;
  }

  .menu-toggler span:last-child {
    top: 25px;
  }

  .menu-toggler span:nth-child(2) {
    top: 18px;
  }

  .menu-toggler.active{
    background: #91d46c;
  }
  .menu-toggler.active span{
    background: #ffffff;
  }

  .menu-toggler.active span:first-child{ 
    top: 18px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .menu-toggler.active span:nth-child(2){
    opacity: 0;
  }

  .menu-toggler.active span:last-child {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .nav-wrapper.open{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: calc(100% - 10px);
    width: 100%;
    background: #eef0f0;
    border-top: 5px solid #91d46c;
    z-index: 12;
    right: 0;
  }


  .nav-wrapper .upper {
    padding: 15px 0;
    border-bottom: 1px solid #3f4245;
    text-align: left;
  }

  select#language-switcher {
    background: #fff url(https://20523879.fs1.hubspotusercontent-na1.net/hubfs/20523879/raw_assets/public/Digi_October_2021/images/select-background-arrow.png) no-repeat 90% center;
    background-size: 13px 8px;
    margin: 0 0 20px 20px;
  }

  .top-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .top-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .top-menu ul li {
    width: 100%;
    font-size: 16px;
  }

  .top-menu a {
    font-weight: 600;
    padding: 5px 20px;
    margin: 0;
    display: block;
    line-height: 1.5em;
    width: 100%;
  }

  .top-menu a:hover{
    text-decoration:none
  }

  .top-menu ul li:nth-child(3)>a,
  .top-menu ul li:last-child a{
    background: none !important;
    font-size: 16px;
    margin: 0;
    padding: 5px 20px;
    display: block;
  }

  .custom-menu-primary {
    padding: 15px 0;
  }

  ul.submenu.level-1 {
    width: 100%;
    text-align: left;
  }

  ul.submenu.level-1>li {
    width: 100%;
    font-size: 16px;
  }

  ul.submenu.level-1>li>a {
    font-size: 16px;
    padding: 5px 20px;
    line-height: 1.5em;
    width:100%
  }


  .menu-arrow {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 0;
  }

  ul.submenu.level-2 .menu-arrow{
    display:none
  }
  .menu-arrow:before {
    content: '';
    width: 15px;
    height: 3px;
    background: #3f4245;
    display: block;
    border-radius: 3px;
    -webkit-transform: rotate( -135deg) translateX(1px) translateY(-2px) scaleX(.6);
    -ms-transform: rotate(-135deg) translateX(1px) translateY(-2px) scaleX(.6);
    transform: rotate( -135deg) translateX(1px) translateY(-2px) scaleX(.6);
    position: absolute;
    top: 15px;
    left: 7px;
  }
  .menu-arrow:after {
    content: '';
    width: 15px;
    height: 3px;
    background: #3f4245;
    display: block;
    border-radius: 3px;
    -webkit-transform: rotate( 135deg) translateX(-1px) translateY(-2px) scaleX(.6);
    -ms-transform: rotate(135deg) translateX(-1px) translateY(-2px) scaleX(.6);
    transform: rotate( 135deg) translateX(-1px) translateY(-2px) scaleX(.6);
    top: 15px;
    position: absolute;
    left: 7px;
  }

  .menu-arrow.active:before {
    -webkit-transform: rotate( 135deg) translateX(0) translateY(-3px) scaleX(.6);
    -ms-transform: rotate(135deg) translateX(0) translateY(-3px) scaleX(.6);
    transform: rotate( 135deg) translateX(0) translateY(-3px) scaleX(.6);
    z-index: 2;
  }

  .menu-arrow.active:after {
    -webkit-transform: rotate( 45deg) translateX(0) translateY(-3px) scaleX(.6);
    -ms-transform: rotate(45deg) translateX(0) translateY(-3px) scaleX(.6);
    transform: rotate( 45deg) translateX(0) translateY(-3px) scaleX(.6);
  }

  ul.submenu.level-1>li:nth-child(2),
  ul.submenu.level-1>li:nth-child(4),
  ul.submenu.level-1>li:nth-child(5),
  ul.submenu.level-1>li:nth-child(6) {
    position: relative;
  }

  ul.submenu.level-1>li:last-child>a{
    display:none
  }

  .search-icon {
    display: none;
  }

  .header-search {
    display: block;
    width: 100%;
    background: #eef0f0;
    padding: 0 20px;
    margin-top: 15px;
    position: static;
    border-top: none;
  }

  .header-search label {
    font-size: 16px;
    font-weight: 600;
  }

  .header-search .search-input{
    padding: 9px 6px !important;
    margin: 0;
    font-size: 16px;
  }

  ul.submenu.level-2{
    display: none;
    padding: 20px;
    position: static;
    border-top: none;
    width: 100%
  }

  ul.submenu.level-2.open{
    display:block
  }

  ul.submenu.level-2 li a{
    line-height: 1.5em;
  }

  ul.submenu.level-1>li:first-child ul.submenu.level-2>li>a {
    padding: 6px 15px;
    padding: 5px 20px;
  }

  ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2,
  ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2,
  ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2,
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2 {
    padding: 25px 10px;
    width: 100%;
    padding: 20px;
  }

  ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a img{
    display:none
  }

  ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a {
    padding: 0;
    display: block;
  }

  ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a span{
    display:block
  }

  ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li>a,
  ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li>a {
    padding: 0;
    font-size: 16px;
    margin: 0;
  }

  ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li,
  ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li,
  ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li,
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    border: none;
  }

  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li>a{
    padding: 0;
  }

  ul.submenu.level-1>li:nth-child(6) .level-3>li img {
    width: 20px;
    height: 20px;
  }

  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:not(:first-child)>a,
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:not(:first-child)>a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:nth-child(2),
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:nth-child(4),
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:nth-child(2),
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:nth-child(4){
    width: 48%;
    float: left;
  }

  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:nth-child(3),
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:nth-child(5),
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:nth-child(3),
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:nth-child(5){
    width: 52%;
    float: right;
  }

  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:last-child,
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:last-child{
    clear:both
  }

  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:first-child .level-3>li:last-child>a, 
  ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li:nth-child(2) .level-3>li:last-child>a{
    font-size: 16px;
    padding: 10px 16px;
    margin: 0;
    margin-top: 12px;
    padding-right: 40px;
    font-weight: 400;
  }

}


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

  ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a span{
    font-size:24px;
  }

}

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

  ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a span{
    font-size:20px;
  }

  ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li .level-3>li:first-child>a {
    display: none;
  }

}
.footer {
  border-top: 6px solid ;
  padding: 60px 0;
  font-size: 18px;
  font-weight: 300;
  line-height:1.5;
  float: left;
  clear: both;
  width: 100%;
  font-family: 'Source Sans Pro',sans-serif;
}

.footer .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .column {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}

.footer-logo img {
  width: 72% !important;
}

.social-icons {
  margin: 45px 0 30px 0;
}

.social-icons img {
  width: 45px;
  height: 45px;
  margin: 0 12px 0 0;
  opacity: .3;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-decoration: none;
  margin-bottom:5px
}

.social-icons a:nth-child(4) img
.social-icons a:last-child img{
  margin-bottom:0
}

.social-icons a {
  text-decoration: none;
}

.social-icons a:hover img{
  opacity:1
}

.footer-image {
  margin: 0 0 35px 0;
}

.footer-image img {
  width: 80px !important;
  opacity: .3;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.footer-image a:hover img{
  opacity:1
}

.footer-menu ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-menu ul:first-child>li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.footer-menu ul:first-child>li>a {
  display: none;
}

.footer-menu a {
  display: block;
  margin: 0 0 8px 0;
  text-decoration: none;
  word-break: keep-all;
}

.footer-menu a:hover{
  text-decoration: underline;
}

.footer .contact-link {
  text-align: right;
  margin: 0 0 30px 0;
}

.contact-link a {
  font-size: 60px;
  font-weight: 200;
  line-height: 1em;
  display: inline-block;
  text-align: left;
  text-decoration: none;
}

.contact-link a:after {
  content: '';
  width: 44px;
  height: 44px;
  border: 3px solid #91d46c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(https://20523879.fs1.hubspotusercontent-na1.net/hubfs/20523879/raw_assets/public/Digi_October_2021/images/arrow-wcircle-white-green.png);
  background-size: 88px 44px;
  background-position: -44px 0;
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  box-sizing: content-box;
}

.contact-link a:hover{
  text-decoration: none;
}

.contact-link a:hover:after {
  border: 3px solid #fff;
  background-position: 0 0;
}

.copyright-wrapper {
  width: 100%;
  font-size: 15px;
  line-height: 1.2em;
  display: block;
}

#go-to-top{
  position: fixed;
  bottom: 35%;
  right: 10px;
  background: #d65134;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  z-index: 201;
}

#go-to-top:hover{
  background: #bf4226;
}

#go-to-top img{
  margin-top: 14px;
}

#go-to-top.show {
  opacity: .9;
}

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

  .footer .column {
    width: 50%;
  }

  .footer .contact-link {
    text-align: left;
  }

  #go-to-top{
    width: 40px;
    height: 40px;
  }
  
  #go-to-top img {
    margin-top: 11px;
    width: 18px;
    height: 18px;
}

}

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

  .footer .column{
    width:100%;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-logo img {
    width: 50% !important;
  }

  .social-icons img{
    margin-right:8px;
  }

  .footer-menu ul:first-child {
    margin: 0 0 30px 0;
  }

  .footer-menu ul:first-child>li {
    padding: 0 15px 0 0;
  }

  .contact-link a {
    font-size: 40px;
  }

  .contact-link a:after {
    width: 30px;
    height: 30px;
    background-size: 60px 30px;
    background-position: -30px 0;
    border: 2px solid #91d46c;
  }

  .social-icons img{
    margin-bottom:0
  }

  .social-icons{
    margin-bottom:35px;
  }

}


@media screen and (max-width:360px){
  
  .social-icons {
    margin-bottom: 30px;
}

  .social-icons img{
  margin-bottom:35px
  }

}
